Three ML-powered strategies — Forex, SVM+Wavelet, and Futures — delivered as clean JSON. Integrate in minutes.
Each strategy targets a different market inefficiency — combine them or use individually.
Exploits the documented "invoice effect" in EUR/USD — institutional order flow creates predictable intraday directional bias during London and NY sessions.
Decomposes price into multi-scale wavelet components, runs a Kernel SVR on each band, then reconstructs a forecast signal. Captures patterns invisible to standard indicators.
Ridge regression predicts forward volatility across 12 futures contracts (ES, NQ, CL, GC, and more), then allocates position size inversely proportional to predicted risk.
Pass your API key in the Authorization header. Works with any HTTP client.
Signals are cached for 5 minutes — fast responses on every hit.
Every signal includes entry, stop-loss, take-profit, confidence score, and rationale.
// GET /v1/signals/futures // Authorization: Bearer tsk_live_... { "strategy": "futures-inv-vol", "symbol": "ES", "signal": "BUY", "confidence": 0.74, "size": 0.12, "levels": { "entry": 5284.50, "stopLoss": 5231.20, "takeProfit": 5391.00 }, "rationale": "Low vol regime, inv-vol weight 0.12, predicted σ below 30th pct" }
No subscriptions. No recurring fees. Pay once, use forever.
🔒 Payments secured by Stripe · Key delivered instantly to your email
Forex (EUR/USD, GBP/USD, USD/JPY and more) and 12 futures contracts including ES, NQ, CL, GC, ZB, and others. The SVM+Wavelet strategy covers multiple currency pairs simultaneously.
Signals are recomputed on each request and cached for 5 minutes. For most trading timeframes this provides more than enough resolution.
Instantly — within seconds of payment confirmation, your key is automatically generated and emailed to the address you used at checkout.
Yes. The API returns clean JSON and works with any language or platform — Python, JavaScript, Pine Script webhooks, or anything that can make an HTTP request.
No. These are algorithmic signals based on historical patterns and ML models — they are not financial advice. Always use proper risk management and never risk more than you can afford to lose. Past backtest performance does not guarantee future results.
Reply to your key delivery email and we can discuss custom unlimited-tier access for institutional use cases.