paper_reset
Reset paper trading account to start fresh with real Binance data and configurable strategies, capital, risk, and loss limits for backtesting.
Instructions
Create or wipe the paper-trading account (fake money, real Binance data).
Defaults to the two walk-forward-validated strategies: BTC squeeze-breakout 1h (ungated) and ETH squeeze-breakout 1h (regime-gated by BTC 4h trend). Refuses to overwrite an existing account unless confirm=true.
Args: confirm: Required true to wipe an existing account initial_capital: Starting fake capital in USD (default $10,000) risk_pct_per_trade: % of capital risked per trade via ATR sizing (default 1.0) daily_loss_halt_pct: Realized daily loss % that halts new entries until the next UTC day (default 3.0) max_drawdown_kill_pct: Drawdown from peak that freezes the account until manual reset (default 15.0) fee_pct: Fee % per side (default 0.05) slippage_pct: Slippage % per side (default 0.02) strategies: Optional custom strategy list; each item needs id, symbol, strategy, interval, and may set direction, rr, atr_mult, max_hold_bars, regime_filter, regime_anchor, regime_interval
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| fee_pct | No | ||
| strategies | No | ||
| slippage_pct | No | ||
| initial_capital | No | ||
| risk_pct_per_trade | No | ||
| daily_loss_halt_pct | No | ||
| max_drawdown_kill_pct | No |