LAYER 01
TradingViewsignal—real-timeWebSocket
A persistent WebSocket connection to TradingView fires on every strategy event. The signal carries the instrument, direction, and timestamp — nothing else. Clean input to a clean system.
LAYER 02
SmartMoneyConcepts—three-layerstructuralanalysis
The SMC engine evaluates order blocks, fair value gaps, and liquidity sweeps across three timeframes simultaneously. It builds a structural map of where institutional money is likely positioned.
LAYER 03
AIvalidationgate—thelayerthatdecideswhethertotrustthealgorithmrightnow
An LLM reviews the structural map alongside the signal. It returns a binary decision — approved or rejected — with a reasoning log written to the SQLite journal. Every decision is auditable.
LAYER 04
MT5execution—brokerconnection,journaling,recovery
Approved trades route to MetaTrader 5 with position sizing, stop-loss, and take-profit calculated at execution time. The journal records the complete lifecycle of every trade — entry, result, reasoning.
LAYER 05
+14,648pips—Strategy2backtest
+14,648 pips across 179 trades. 44.1% win rate. The PA·TA·Hybrid strategy, backtested on NIFTY data — the number that funds the entire build.
← → navigate