Stocky

Stocky is a MacOS native application for fetching and analysis of stock market trading data.  


Supports charting, deviations from sliding window averages, and does probabilistic prediction of movement based on trading history.  

Market analysis. Native MacOS.

Development Updates

Swift Native Interface

Native
June 14, 2026
Now rendering native using SwiftUI / UIKit.  I had started off using SwiftUI but ran into the table column count limitation.  Migrated to UIKit for the table but still using SwiftUI as an outer wrapper.
Read More →

Version 0.1

Command line
June 14, 2026
We are live.  Can fetch and render 30, 60 and 90 day deltas, as well as trend and directional pattern model.  Additionally, the ranker is working.  Instruments are inverse ranked using a weighted computation of current price vs. 30, 60 and 90 day del …
Read More →