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.
scoutruns a cron every 5 minutes →/scan?bot=ta_trend- pandas-ta computes custom indicators locally for each symbol in both directions (buy/sell)
- If a symbol passes ≥ 3/4 custom conditions → added to the candidates list (checklist attached)
coosends the checklist via Telegram — boss confirms YES / NO- If YES →
financeuses the 9router model to confirm: EV > 25% and confidence ≥ 8 - Entry + Stop-loss + Take-profit placed on-chain simultaneously (bracket order)
financetrails the stop every minute if profit ≥ 5%
You can switch to the classic strategy by setting
[strategy] default = "ta_filter"inconfig.toml— the scan then uses RSI/MACD/Bollinger/Volume, followed by a separate/custom_checkcall for each candidate.