├── BollBand and ADX ├── BB, ADX Mean Reversion Strategy.txt ├── BB_ADX.py ├── plotter.py ├── run.py └── sample optimization plot.png ├── LICENSE ├── README.md ├── StochasticSR ├── README.md ├── Stochastic_SR_Backtest.py └── run.py ├── mid_data_4000_H1.csv └── mid_data_test.csv /BollBand and ADX/BB, ADX Mean Reversion Strategy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasgin/backtrader-backtests/HEAD/BollBand and ADX/BB, ADX Mean Reversion Strategy.txt -------------------------------------------------------------------------------- /BollBand and ADX/BB_ADX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasgin/backtrader-backtests/HEAD/BollBand and ADX/BB_ADX.py -------------------------------------------------------------------------------- /BollBand and ADX/plotter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasgin/backtrader-backtests/HEAD/BollBand and ADX/plotter.py -------------------------------------------------------------------------------- /BollBand and ADX/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasgin/backtrader-backtests/HEAD/BollBand and ADX/run.py -------------------------------------------------------------------------------- /BollBand and ADX/sample optimization plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasgin/backtrader-backtests/HEAD/BollBand and ADX/sample optimization plot.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasgin/backtrader-backtests/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasgin/backtrader-backtests/HEAD/README.md -------------------------------------------------------------------------------- /StochasticSR/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasgin/backtrader-backtests/HEAD/StochasticSR/README.md -------------------------------------------------------------------------------- /StochasticSR/Stochastic_SR_Backtest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasgin/backtrader-backtests/HEAD/StochasticSR/Stochastic_SR_Backtest.py -------------------------------------------------------------------------------- /StochasticSR/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasgin/backtrader-backtests/HEAD/StochasticSR/run.py -------------------------------------------------------------------------------- /mid_data_4000_H1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasgin/backtrader-backtests/HEAD/mid_data_4000_H1.csv -------------------------------------------------------------------------------- /mid_data_test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasgin/backtrader-backtests/HEAD/mid_data_test.csv --------------------------------------------------------------------------------