kernc / backtesting.py

:mag_right: :chart_with_upwards_trend: :snake: :moneybag: Backtest trading strategies in Python.
https://kernc.github.io/backtesting.py/
GNU Affero General Public License v3.0
5.06k stars 990 forks source link

Can you guys add more Indicators like Bollinger Bands, Stochastic RSI, Parabolic SAR, etc?? #1048

Closed jay0x5 closed 10 months ago

eervin123 commented 10 months ago

You can use any of the major ta libraries like pandas-ta or ta-lib for this and then wrap the indicator with self.I() to plot them and use them in your strategy.