Product · 08
08
Format
iOS · Android · Web
Stack
Expo · React Native · TypeScript
Pricing
$19.99/mo · $155.88/yr
ASTRO QUANT
A premium mobile market analysis app combining quantitative signals with astronomical timing.
Generates daily trade bias signals — Long, Neutral, or Risk Off — across ten assets in four categories: Crypto, Stocks, Indices, and Metals. The unified score fuses lunar phase, planetary retrograde states, derivatives positioning, liquidity flows, and price structure relative to long-term moving averages. Designed as a research and decision-support tool, not an execution platform.
The signal engine is centralized in two TypeScript files. astroLogic.ts handles the deterministic decision layer: lunar phase calculation, eclipse window detection, retrograde tracking, and an aggregate astroSentiment score from −1.0 to +1.0. api.ts orchestrates live data fetching from CoinGecko, Finnhub, FMP, DeFiLlama, and Binance Futures, with full fallback chains for each asset class.
A deliberate research-based inversion drives the lunar component: Full Moon as bullish (peak euphoria), New Moon as bearish (caution and selling pressure). This is layered with a 200 EMA fair value framework that classifies each asset into zones from Deep Discount through Stretched, then weighted by retrograde penalties and liquidity conditions to produce the final bias.
The architecture is intentionally serverless. All computation runs client-side on the user's device. AsyncStorage handles local persistence for journal entries, portfolio data, and watchlists. No backend, no database. Distributed through TestFlight and Google Play via EAS Build, with a freemium model gated through RevenueCat.