
Precision Scalper with AI advisor vis ChatGPT that reviews real time compact market snapshot and returns a JSON decision.
Supports BOTH response shapes: 1) Compat (/gbpusd-advice): { action: "long|short|skip", confidence: 0..1, sl_pips, tp_pips, reason } // 2) Minimal (/advice): { direction: "BUY|SELL|HOLD", confidence_pct: 0..100, reason, as_of } for better trading decisions.
You may also like
cBot
martingale
Ichimoku Kinko Hyo Martingale (Made with AlgoBuilderX)
This cBot uses Ichimoku, martingale, and time filters. Buy/sell signals based on Tenkan Sen and Kijun Sen crosses.
cBot
breakout
ORB
Powerfull and Optimized strategy based on the "Opening Range Breakout" on the 15 min chart.