├── README.md ├── TrailingEA_003.ex5 ├── TrailingEA_003.mq5 ├── bot_logging.py ├── config.json ├── enable_logging.py ├── logging_fix.py ├── mt5_lstm_trader.py ├── mt5_model_enhancements.py ├── python run-bot.py ├── requirements.txt └── run_model_evaluation.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsgaston/Mastering-Algorithmic-Trading-with-Deep-Learning-A-Comprehensive-Guide-to-LSTM-Based-Trading-Systems/HEAD/README.md -------------------------------------------------------------------------------- /TrailingEA_003.ex5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsgaston/Mastering-Algorithmic-Trading-with-Deep-Learning-A-Comprehensive-Guide-to-LSTM-Based-Trading-Systems/HEAD/TrailingEA_003.ex5 -------------------------------------------------------------------------------- /TrailingEA_003.mq5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsgaston/Mastering-Algorithmic-Trading-with-Deep-Learning-A-Comprehensive-Guide-to-LSTM-Based-Trading-Systems/HEAD/TrailingEA_003.mq5 -------------------------------------------------------------------------------- /bot_logging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsgaston/Mastering-Algorithmic-Trading-with-Deep-Learning-A-Comprehensive-Guide-to-LSTM-Based-Trading-Systems/HEAD/bot_logging.py -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsgaston/Mastering-Algorithmic-Trading-with-Deep-Learning-A-Comprehensive-Guide-to-LSTM-Based-Trading-Systems/HEAD/config.json -------------------------------------------------------------------------------- /enable_logging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsgaston/Mastering-Algorithmic-Trading-with-Deep-Learning-A-Comprehensive-Guide-to-LSTM-Based-Trading-Systems/HEAD/enable_logging.py -------------------------------------------------------------------------------- /logging_fix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsgaston/Mastering-Algorithmic-Trading-with-Deep-Learning-A-Comprehensive-Guide-to-LSTM-Based-Trading-Systems/HEAD/logging_fix.py -------------------------------------------------------------------------------- /mt5_lstm_trader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsgaston/Mastering-Algorithmic-Trading-with-Deep-Learning-A-Comprehensive-Guide-to-LSTM-Based-Trading-Systems/HEAD/mt5_lstm_trader.py -------------------------------------------------------------------------------- /mt5_model_enhancements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsgaston/Mastering-Algorithmic-Trading-with-Deep-Learning-A-Comprehensive-Guide-to-LSTM-Based-Trading-Systems/HEAD/mt5_model_enhancements.py -------------------------------------------------------------------------------- /python run-bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsgaston/Mastering-Algorithmic-Trading-with-Deep-Learning-A-Comprehensive-Guide-to-LSTM-Based-Trading-Systems/HEAD/python run-bot.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsgaston/Mastering-Algorithmic-Trading-with-Deep-Learning-A-Comprehensive-Guide-to-LSTM-Based-Trading-Systems/HEAD/requirements.txt -------------------------------------------------------------------------------- /run_model_evaluation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jsgaston/Mastering-Algorithmic-Trading-with-Deep-Learning-A-Comprehensive-Guide-to-LSTM-Based-Trading-Systems/HEAD/run_model_evaluation.py --------------------------------------------------------------------------------