Skip to Content
FU StrategyOverview

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

  1. Poll — wakes on absolute minute boundaries and fetches a Capital.com candle tail.
  2. Bias + zones — HTF (4H / 1H) updates structure bias and active supply/demand zones.
  3. FU entry — LTF forming candles are checked for bull/bear FU; closed-candle FU is logged only.
  4. Confluence — forming FU + aligned bias + price inside a HTF zone → emit a Signal.
  5. Route1M signals go to TradeExecutor (live positions, no notify). Other LTFs go to WhatsApp / SMS via NotificationDispatcher.

Explore the docs

Last updated on