加密货币策略回测
backtest_crypto_strategyBacktest crypto trading strategies on historical price data using SMA, RSI, or MACD indicators to evaluate performance and inform investment decisions.
Instructions
基于历史价格与技术指标进行简单策略回测(SMA/RSI/MACD)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bar | No | K线周期: 1H/4H/1D | 4H |
| limit | No | 回测K线数量 | |
| symbol | No | 币种,格式: BTC 或 ETH | BTC |
| strategy | No | 策略类型: SMA/RSI/MACD | SMA |