├── Machine_Learning_Strategies ├── DeepQLearning.js ├── DeepQLearning.toml ├── LSTM _MACD_RSI_V3.js ├── LSTM _MACD_RSI_V3.toml └── README.md ├── README.md ├── RSI_Candle.js ├── RSI_Candle.toml ├── extrema.js ├── extrema.toml ├── macd_cross.js └── macd_cross.toml /Machine_Learning_Strategies/DeepQLearning.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markchen8717/Gekko_Bot_Trading_Strategies/HEAD/Machine_Learning_Strategies/DeepQLearning.js -------------------------------------------------------------------------------- /Machine_Learning_Strategies/DeepQLearning.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markchen8717/Gekko_Bot_Trading_Strategies/HEAD/Machine_Learning_Strategies/DeepQLearning.toml -------------------------------------------------------------------------------- /Machine_Learning_Strategies/LSTM _MACD_RSI_V3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markchen8717/Gekko_Bot_Trading_Strategies/HEAD/Machine_Learning_Strategies/LSTM _MACD_RSI_V3.js -------------------------------------------------------------------------------- /Machine_Learning_Strategies/LSTM _MACD_RSI_V3.toml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Machine_Learning_Strategies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markchen8717/Gekko_Bot_Trading_Strategies/HEAD/Machine_Learning_Strategies/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markchen8717/Gekko_Bot_Trading_Strategies/HEAD/README.md -------------------------------------------------------------------------------- /RSI_Candle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markchen8717/Gekko_Bot_Trading_Strategies/HEAD/RSI_Candle.js -------------------------------------------------------------------------------- /RSI_Candle.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markchen8717/Gekko_Bot_Trading_Strategies/HEAD/RSI_Candle.toml -------------------------------------------------------------------------------- /extrema.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markchen8717/Gekko_Bot_Trading_Strategies/HEAD/extrema.js -------------------------------------------------------------------------------- /extrema.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markchen8717/Gekko_Bot_Trading_Strategies/HEAD/extrema.toml -------------------------------------------------------------------------------- /macd_cross.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markchen8717/Gekko_Bot_Trading_Strategies/HEAD/macd_cross.js -------------------------------------------------------------------------------- /macd_cross.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markchen8717/Gekko_Bot_Trading_Strategies/HEAD/macd_cross.toml --------------------------------------------------------------------------------