backtest
Backtest a simple long-only technical strategy on daily price history. Strategies: sma_cross (golden/death cross of SMA 50/200), rsi_reversion (enter RSI<30, exit RSI>70), macd_cross (MACD line vs signal). No-lookahead: signals act on the next bar's close. Returns trades + performance metrics. (paid: $0.0100/call)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | ||
| params | No | ||
| ticker | Yes | ||
| strategy | Yes |