Install
openclaw skills install @plato-1/indicator-labBacktest 13 technical indicators on SPY and QQQ using 5-year daily data, ranking single and combo strategies by return, Sharpe, and drawdown.
openclaw skills install @plato-1/indicator-labBacktest 13 technical indicators against SPY and QQQ on 5-year daily data.
python scripts/indicator_backtest.py
| Category | Indicators |
|---|---|
| Momentum | RSI(7), RSI(14), Stochastic, WilliamsR, CCI |
| Trend | MACD, SMA cross(20,50), SMA cross(50,200), ADX |
| Volatility | Bollinger(20,2), ATR trail |
| Volume | OBV, MFI |
pip install pandas pandas-ta yfinance plotly
"Backtest RSI against QQQ"
"Find the best 3-indicator combo for SPY"
"Compare MACD vs Bollinger on SPY last 5 years"