run_backtest
Run historical simulations of a 4-check trading algorithm on 5-minute candles for a given stock symbol over up to 60 days.
Instructions
Run historical simulation of the 4-check trading algorithm on 5-minute candles over N days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to backtest (max 60) | |
| symbol | Yes | Stock symbol (e.g. RELIANCE or TCS) |