├── CRYPTO H1 ├── BTCUSD_H1.csv └── ETHUSD_H1.csv ├── Chapter_01_Basics_of_Python.ipynb ├── Chapter_02_Python_for_DataSciences.ipynb ├── Chapter_03_Preprocessing_Data.ipynb ├── Chapter_04_daily strategy SMA.ipynb ├── Chapter_05_Vectorized_Backtesting.ipynb ├── Chapter_06_Scalping_using_price_action_strategy.ipynb ├── Chapter_07_01_Features_Engineering.ipynb ├── Chapter_07_02_Linear_Regression_to_predict_stock_prices.ipynb ├── Chapter_07_03_Application.ipynb ├── Chapter_08_MT5.py ├── Chapter_08_MT5_Live_Trading SMA .ipynb ├── FOREX D1 ├── AUDCAD_D1.csv ├── AUDUSD_D1.csv ├── EURGBP_D1.csv ├── EURUSD_D1.csv ├── GBPUSD_D1.csv ├── USDCAD_D1.csv ├── USDCHF_D1.csv ├── USDCNH_D1.csv └── USDJPY_D1.csv ├── FOREX M1 ├── AUDCAD_M1.csv ├── EURUSD_M1.csv ├── GBPUSD_M1.csv ├── USDCAD_M1.csv ├── USDCHF_M1.csv └── USDJPY_M1.csv ├── README.md └── assets.csv /CRYPTO H1/BTCUSD_H1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/CRYPTO H1/BTCUSD_H1.csv -------------------------------------------------------------------------------- /CRYPTO H1/ETHUSD_H1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/CRYPTO H1/ETHUSD_H1.csv -------------------------------------------------------------------------------- /Chapter_01_Basics_of_Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/Chapter_01_Basics_of_Python.ipynb -------------------------------------------------------------------------------- /Chapter_02_Python_for_DataSciences.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/Chapter_02_Python_for_DataSciences.ipynb -------------------------------------------------------------------------------- /Chapter_03_Preprocessing_Data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/Chapter_03_Preprocessing_Data.ipynb -------------------------------------------------------------------------------- /Chapter_04_daily strategy SMA.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/Chapter_04_daily strategy SMA.ipynb -------------------------------------------------------------------------------- /Chapter_05_Vectorized_Backtesting.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/Chapter_05_Vectorized_Backtesting.ipynb -------------------------------------------------------------------------------- /Chapter_06_Scalping_using_price_action_strategy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/Chapter_06_Scalping_using_price_action_strategy.ipynb -------------------------------------------------------------------------------- /Chapter_07_01_Features_Engineering.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/Chapter_07_01_Features_Engineering.ipynb -------------------------------------------------------------------------------- /Chapter_07_02_Linear_Regression_to_predict_stock_prices.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/Chapter_07_02_Linear_Regression_to_predict_stock_prices.ipynb -------------------------------------------------------------------------------- /Chapter_07_03_Application.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/Chapter_07_03_Application.ipynb -------------------------------------------------------------------------------- /Chapter_08_MT5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/Chapter_08_MT5.py -------------------------------------------------------------------------------- /Chapter_08_MT5_Live_Trading SMA .ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/Chapter_08_MT5_Live_Trading SMA .ipynb -------------------------------------------------------------------------------- /FOREX D1/AUDCAD_D1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/FOREX D1/AUDCAD_D1.csv -------------------------------------------------------------------------------- /FOREX D1/AUDUSD_D1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/FOREX D1/AUDUSD_D1.csv -------------------------------------------------------------------------------- /FOREX D1/EURGBP_D1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/FOREX D1/EURGBP_D1.csv -------------------------------------------------------------------------------- /FOREX D1/EURUSD_D1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/FOREX D1/EURUSD_D1.csv -------------------------------------------------------------------------------- /FOREX D1/GBPUSD_D1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/FOREX D1/GBPUSD_D1.csv -------------------------------------------------------------------------------- /FOREX D1/USDCAD_D1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/FOREX D1/USDCAD_D1.csv -------------------------------------------------------------------------------- /FOREX D1/USDCHF_D1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/FOREX D1/USDCHF_D1.csv -------------------------------------------------------------------------------- /FOREX D1/USDCNH_D1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/FOREX D1/USDCNH_D1.csv -------------------------------------------------------------------------------- /FOREX D1/USDJPY_D1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/FOREX D1/USDJPY_D1.csv -------------------------------------------------------------------------------- /FOREX M1/AUDCAD_M1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/FOREX M1/AUDCAD_M1.csv -------------------------------------------------------------------------------- /FOREX M1/EURUSD_M1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/FOREX M1/EURUSD_M1.csv -------------------------------------------------------------------------------- /FOREX M1/GBPUSD_M1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/FOREX M1/GBPUSD_M1.csv -------------------------------------------------------------------------------- /FOREX M1/USDCAD_M1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/FOREX M1/USDCAD_M1.csv -------------------------------------------------------------------------------- /FOREX M1/USDCHF_M1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/FOREX M1/USDCHF_M1.csv -------------------------------------------------------------------------------- /FOREX M1/USDJPY_M1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/FOREX M1/USDJPY_M1.csv -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/README.md -------------------------------------------------------------------------------- /assets.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quantreo/UDEMY-Algorithmic-trading-from-A-TO-Z-USING-PYTHON/HEAD/assets.csv --------------------------------------------------------------------------------