FU Strategy
FU Strategy is a FastAPI service for the FU candle / multi-timeframe strategy: Capital.com data feed, HTF bias and zones, realtime forming-candle LTF FU triggers, MTF confluence, notifications on slow timeframes, and live auto-execution on 1M.
Defaults keep you safe: PAPER_MODE=true, CAPITAL_EXECUTION_ENABLED=false, and
CAPITAL_ENVIRONMENT=demo. Stay on demo until you have reviewed live trades. Capital passwords
are stored plain in .env (the client RSA-encrypts them before sending).
What it does
- Poll — wakes on absolute minute boundaries and fetches a Capital.com candle tail.
- Bias + zones — HTF (4H / 1H) updates structure bias and active supply/demand zones.
- FU entry — LTF forming candles are checked for bull/bear FU; closed-candle FU is logged only.
- Confluence — forming FU + aligned bias + price inside a HTF zone → emit a Signal.
- Route — 1M signals go to
TradeExecutor(live positions, no notify). Other LTFs go to WhatsApp / SMS viaNotificationDispatcher.
Explore the docs
Last updated on