generate_strategyUse AI to generate a complete trading strategy from a natural language description. Describe your trading idea and FORGE AI will write the code, set the parameters, and prepare it for backtesting. **Charges Strategy Lab wallet:** $0.50 per experiment, up to $15 total per optimization. Agents should preflight the user's wallet balance via `check_auth` or pass `acknowledgeCost: true`.
| Name | Type | Description |
|---|---|---|
description | string | Natural language description of your trading idea |
market | string | Target market (spot, futures)(default: futures) |
acknowledgeCost | boolean | Set true to confirm the user accepts the wallet charge. Tool returns a cost estimate without charging if omitted. |
Try asking your AI assistant any of these:
create_strategyCreate a new custom trading strategy by defining entry/exit conditions, indicators, risk management
explain_strategyGet a plain-English explanation of how a strategy works, when it enters and exits trades, what marke
what_if_backtestRun a quick "what-if" backtest to see how a strategy would have performed on historical data. Specif
Set up the TradeStaq MCP server in under a minute.