submit_to_marketplace
Validate and submit a trading strategy to the marketplace. Requires key performance metrics; staging requires a verified artifact path and SHA-256.
Instructions
Validate a strategy for marketplace readiness. Tier-1 calls are dry-run unless LISTING_API_KEY is configured; staging then requires a verified local artifact path + SHA-256.
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 | ||
| verification_artifact | No | Required only for staging: {path, sha256, artifact_id?}. Path must be under ALGOCHAINS_VERIFIED_ARTIFACT_DIR. |