Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Strategy

Custom Filter (default) → Boss confirms → AI Confirm → Bracket Order

The default strategy is default_filter — scans directly using custom indicators (VWAP, EMA, RSI range, Volume bull), with no prior TA filter step required.

  1. scout runs a cron every 5 minutes → /scan?bot=ta_trend
  2. pandas-ta computes custom indicators locally for each symbol in both directions (buy/sell)
  3. If a symbol passes ≥ 3/4 custom conditions → added to the candidates list (checklist attached)
  4. coo sends the checklist via Telegram — boss confirms YES / NO
  5. If YES → finance uses the 9router model to confirm: EV > 25% and confidence ≥ 8
  6. Entry + Stop-loss + Take-profit placed on-chain simultaneously (bracket order)
  7. finance trails the stop every minute if profit ≥ 5%

You can switch to the classic strategy by setting [strategy] default = "ta_filter" in config.toml — the scan then uses RSI/MACD/Bollinger/Volume, followed by a separate /custom_check call for each candidate.