How To Draw Swing Charts?

Identifying the swing points on the chart is an important step in identifying the possible reversal points ahead of time. In this post we will build an algorithm that will draw swing charts and identify the swing points on the chart. What I mean by swing points is the identification of support and resistance on… Continue reading How To Draw Swing Charts?

RandomForest Algorithmic Trading Strategy With 85% Winrate

RandomForest is a supervised machine learning algorithm that uses the ensemble machine learning in making predictions. In this post I will try to build a RandomForest Algorithmic Trading Model can see if we can achieve above 80% accuracy with it. The idea is to build an algorithmic trading strategy using Random Forest algorithm. Then we… Continue reading RandomForest Algorithmic Trading Strategy With 85% Winrate