Trading strategy development sandbox. User describes trading intent in natural language, agent writes a Python backtest strategy and returns results.
trading-devbox 0.1.0 – Initial Release - Introduces a skill that converts natural language trading ideas into backtestable Python strategies using backtrader. - Parses user intent into structured parameters (asset, entry/exit conditions, timeframe) before strategy generation. - Confirms parameters with the user and outputs Python code for backtesting. - Provides clear, structured responses including parsed intent, strategy details, and execution results. - Supports both English and Chinese user requests for trading strategy development and backtesting.