What problem does it solve?
It removes the manual, error-prone process of designing LivTorgEx trading strategy bot-group configurations and deploying them to your server.
Core Features & Use Cases
- Account-aware strategy creation: Fetches your API keys and existing bot groups, warns about access mode, and guides you to select the correct target.
- Schema-validated strategy deployment: Builds a complete BotGroupSetting JSON (including indicators, conditions, and event/action wiring), validates it via MCP, then deploys using safe create-or-update semantics.
- Optional safety checks and execution feedback: Runs a backtest for the deployed bot group to confirm expected behavior before relying on live trading.
Quick Start
Ask your AI agent: "Create a bot group strategy called RSI Scalper for OKX#BTC-USDT-SWAP using RSI(14) on the 1h chart to enter long when RSI drops below 30, with TP 3%, SL -1.5%, leverage 20x, margin 100 USDT, and max active bots set to 3."