├── MQL5 ├── MQL5 ├── py_json_csv_0204.ex5 ├── py_json_csv_0204.mq5 ├── readJson.ex5 └── readJson.mq5 ├── README.md ├── actionWriter.py ├── main_DecisionMaker.py ├── output.py ├── sma_ema.py └── trading_strategies ├── adx_crossover.py ├── adx_ema_14.py ├── adx_rsi.py ├── aroon_adx.py ├── aroon_indicator.py ├── aroon_solo.py ├── awesome_saucer.py ├── awesome_zero_crossover.py ├── blade_runner.py ├── bollingerbands_rsi.py ├── bollingerbands_rsi_2.py ├── cci_macd_psar.py ├── cci_moving_average.py ├── commodity_channel_index.py ├── donchian_atr.py ├── donchian_breakout.py ├── donchian_middle.py ├── dpo_candlestick.py ├── elder_ray.py ├── elder_ray_alternative.py ├── elder_ray_sma.py ├── ema_3.py ├── ema_3_alternative.py ├── ema_crossover.py ├── ema_crossover_alternative.py ├── ema_crossover_macd.py ├── ema_crossover_rsi.py ├── ema_crossover_rsi_alternative.py ├── ema_macd_rsi.py ├── ema_mi.py ├── force_index_ema.py ├── ichimoku_cloud_psar.py ├── k_stoch_adx.py ├── kama.py ├── kama_crossover.py ├── keltner_adx.py ├── keltner_rsi.py ├── keltner_stochastic.py ├── macd_crossover.py ├── macd_histogram_reversal.py ├── macd_rsi_sma.py ├── macd_stochastic_crossover.py ├── macd_zero_cross.py ├── mfi.py ├── mfi_stochastic.py ├── oops_signals.py ├── preprocessor.py ├── psar_moving_average.py ├── rsi_2.py ├── rsi_80_20.py ├── sma_ema.py ├── sma_ema_alternative.py ├── sma_mi.py ├── stochastic_oscillator_no_exit.py ├── trading_strategies ├── triple_bollingerbands.py ├── trix_ema.py ├── trix_mi.py ├── trix_rsi.py ├── tsi_crossover.py ├── visualise.py ├── vortex_crossover.py ├── vortex_sma.py ├── williams_r_sma.py ├── williams_rsi.py ├── williams_stochastic.py └── zig_zag.py /MQL5/MQL5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/MQL5/MQL5 -------------------------------------------------------------------------------- /MQL5/py_json_csv_0204.ex5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/MQL5/py_json_csv_0204.ex5 -------------------------------------------------------------------------------- /MQL5/py_json_csv_0204.mq5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/MQL5/py_json_csv_0204.mq5 -------------------------------------------------------------------------------- /MQL5/readJson.ex5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/MQL5/readJson.ex5 -------------------------------------------------------------------------------- /MQL5/readJson.mq5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/MQL5/readJson.mq5 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/README.md -------------------------------------------------------------------------------- /actionWriter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/actionWriter.py -------------------------------------------------------------------------------- /main_DecisionMaker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/main_DecisionMaker.py -------------------------------------------------------------------------------- /output.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/output.py -------------------------------------------------------------------------------- /sma_ema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/sma_ema.py -------------------------------------------------------------------------------- /trading_strategies/adx_crossover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/adx_crossover.py -------------------------------------------------------------------------------- /trading_strategies/adx_ema_14.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/adx_ema_14.py -------------------------------------------------------------------------------- /trading_strategies/adx_rsi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/adx_rsi.py -------------------------------------------------------------------------------- /trading_strategies/aroon_adx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/aroon_adx.py -------------------------------------------------------------------------------- /trading_strategies/aroon_indicator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/aroon_indicator.py -------------------------------------------------------------------------------- /trading_strategies/aroon_solo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/aroon_solo.py -------------------------------------------------------------------------------- /trading_strategies/awesome_saucer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/awesome_saucer.py -------------------------------------------------------------------------------- /trading_strategies/awesome_zero_crossover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/awesome_zero_crossover.py -------------------------------------------------------------------------------- /trading_strategies/blade_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/blade_runner.py -------------------------------------------------------------------------------- /trading_strategies/bollingerbands_rsi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/bollingerbands_rsi.py -------------------------------------------------------------------------------- /trading_strategies/bollingerbands_rsi_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/bollingerbands_rsi_2.py -------------------------------------------------------------------------------- /trading_strategies/cci_macd_psar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/cci_macd_psar.py -------------------------------------------------------------------------------- /trading_strategies/cci_moving_average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/cci_moving_average.py -------------------------------------------------------------------------------- /trading_strategies/commodity_channel_index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/commodity_channel_index.py -------------------------------------------------------------------------------- /trading_strategies/donchian_atr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/donchian_atr.py -------------------------------------------------------------------------------- /trading_strategies/donchian_breakout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/donchian_breakout.py -------------------------------------------------------------------------------- /trading_strategies/donchian_middle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/donchian_middle.py -------------------------------------------------------------------------------- /trading_strategies/dpo_candlestick.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/dpo_candlestick.py -------------------------------------------------------------------------------- /trading_strategies/elder_ray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/elder_ray.py -------------------------------------------------------------------------------- /trading_strategies/elder_ray_alternative.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/elder_ray_alternative.py -------------------------------------------------------------------------------- /trading_strategies/elder_ray_sma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/elder_ray_sma.py -------------------------------------------------------------------------------- /trading_strategies/ema_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/ema_3.py -------------------------------------------------------------------------------- /trading_strategies/ema_3_alternative.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/ema_3_alternative.py -------------------------------------------------------------------------------- /trading_strategies/ema_crossover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/ema_crossover.py -------------------------------------------------------------------------------- /trading_strategies/ema_crossover_alternative.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/ema_crossover_alternative.py -------------------------------------------------------------------------------- /trading_strategies/ema_crossover_macd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/ema_crossover_macd.py -------------------------------------------------------------------------------- /trading_strategies/ema_crossover_rsi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/ema_crossover_rsi.py -------------------------------------------------------------------------------- /trading_strategies/ema_crossover_rsi_alternative.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/ema_crossover_rsi_alternative.py -------------------------------------------------------------------------------- /trading_strategies/ema_macd_rsi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/ema_macd_rsi.py -------------------------------------------------------------------------------- /trading_strategies/ema_mi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/ema_mi.py -------------------------------------------------------------------------------- /trading_strategies/force_index_ema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/force_index_ema.py -------------------------------------------------------------------------------- /trading_strategies/ichimoku_cloud_psar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/ichimoku_cloud_psar.py -------------------------------------------------------------------------------- /trading_strategies/k_stoch_adx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/k_stoch_adx.py -------------------------------------------------------------------------------- /trading_strategies/kama.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/kama.py -------------------------------------------------------------------------------- /trading_strategies/kama_crossover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/kama_crossover.py -------------------------------------------------------------------------------- /trading_strategies/keltner_adx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/keltner_adx.py -------------------------------------------------------------------------------- /trading_strategies/keltner_rsi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/keltner_rsi.py -------------------------------------------------------------------------------- /trading_strategies/keltner_stochastic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/keltner_stochastic.py -------------------------------------------------------------------------------- /trading_strategies/macd_crossover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/macd_crossover.py -------------------------------------------------------------------------------- /trading_strategies/macd_histogram_reversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/macd_histogram_reversal.py -------------------------------------------------------------------------------- /trading_strategies/macd_rsi_sma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/macd_rsi_sma.py -------------------------------------------------------------------------------- /trading_strategies/macd_stochastic_crossover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/macd_stochastic_crossover.py -------------------------------------------------------------------------------- /trading_strategies/macd_zero_cross.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/macd_zero_cross.py -------------------------------------------------------------------------------- /trading_strategies/mfi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/mfi.py -------------------------------------------------------------------------------- /trading_strategies/mfi_stochastic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/mfi_stochastic.py -------------------------------------------------------------------------------- /trading_strategies/oops_signals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/oops_signals.py -------------------------------------------------------------------------------- /trading_strategies/preprocessor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/preprocessor.py -------------------------------------------------------------------------------- /trading_strategies/psar_moving_average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/psar_moving_average.py -------------------------------------------------------------------------------- /trading_strategies/rsi_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/rsi_2.py -------------------------------------------------------------------------------- /trading_strategies/rsi_80_20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/rsi_80_20.py -------------------------------------------------------------------------------- /trading_strategies/sma_ema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/sma_ema.py -------------------------------------------------------------------------------- /trading_strategies/sma_ema_alternative.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/sma_ema_alternative.py -------------------------------------------------------------------------------- /trading_strategies/sma_mi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/sma_mi.py -------------------------------------------------------------------------------- /trading_strategies/stochastic_oscillator_no_exit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/stochastic_oscillator_no_exit.py -------------------------------------------------------------------------------- /trading_strategies/trading_strategies: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/trading_strategies -------------------------------------------------------------------------------- /trading_strategies/triple_bollingerbands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/triple_bollingerbands.py -------------------------------------------------------------------------------- /trading_strategies/trix_ema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/trix_ema.py -------------------------------------------------------------------------------- /trading_strategies/trix_mi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/trix_mi.py -------------------------------------------------------------------------------- /trading_strategies/trix_rsi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/trix_rsi.py -------------------------------------------------------------------------------- /trading_strategies/tsi_crossover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/tsi_crossover.py -------------------------------------------------------------------------------- /trading_strategies/visualise.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/visualise.py -------------------------------------------------------------------------------- /trading_strategies/vortex_crossover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/vortex_crossover.py -------------------------------------------------------------------------------- /trading_strategies/vortex_sma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/vortex_sma.py -------------------------------------------------------------------------------- /trading_strategies/williams_r_sma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/williams_r_sma.py -------------------------------------------------------------------------------- /trading_strategies/williams_rsi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/williams_rsi.py -------------------------------------------------------------------------------- /trading_strategies/williams_stochastic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/williams_stochastic.py -------------------------------------------------------------------------------- /trading_strategies/zig_zag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amar0628/MQL5-Python-Backtesting/HEAD/trading_strategies/zig_zag.py --------------------------------------------------------------------------------