Automated Cryptocurrency Trading Bot with Python - Pt. 4 Machine Learning on Technical Indicators

Part 4 of the automated cryptocurrency trading series. In this video, we Principle Component Analysis to make sense of technical indicators. Note: The data used in the video was 1-hour intervals. In the video the code mistakenly uses 1-minute intervals. KLINE_INTERVAL_1MINUTE should be replaced with KLINE_INTERVAL_1HOUR. Full code: Clustering: Plot Functions:
Back to Top