submit_to_marketplace
Submit a trading strategy for multi-gate validation and receive a tier classification (Platinum, Gold, Silver, Bronze) with actionable next steps.
Instructions
Submit a validated strategy to the AlgoChains marketplace. Runs 7-gate validation (schema, performance, overfitting, MCPT, walk-forward, paper trading, decay monitor). Returns tier classification (Platinum/Gold/Silver/Bronze) and next steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| wf_folds | No | ||
| win_rate | No | ||
| is_sharpe | No | ||
| timeframe | Yes | ||
| oos_sharpe | Yes | ||
| oos_trades | Yes | ||
| asset_class | No | stock | |
| description | No | ||
| mcpt_p_value | No | ||
| price_monthly | No | ||
| profit_factor | No | ||
| strategy_type | Yes | ||
| wf_worst_fold | No | ||
| max_drawdown_pct | Yes | ||
| mcpt_permutations | No | ||
| wf_avg_oos_sharpe | No |