3 Must-Know Algorithms for Automating Chart Pattern Trading in Python
neurotrader neurotrader
20.4K subscribers
38,907 views
1.2K

 Published On Mar 7, 2023

I cover three algorithms for identifying minima and maxima in price data. Identifying local tops and bottoms is an essential step for automating many chart patterns such as the head and shoulders pattern. The local tops and bottoms are useful beyond chart patterns as well. They can be used for finding automatic identification support and resistance levels and other forms of technical analysis automation.

The three algorithms covered are rolling window, directional change, and perceptually important points. All three have their merits and times for use. But all three are directly applicable to chart pattern recognition. Each algorithm is explained with a visualization and a python implementation is shown. Algorithmic traders should know each of these algorithms as they are useful for a variety of tasks.

Perceptually important points origin: https://research.polyu.edu.hk/en/publ...

Full Code: https://github.com/neurotrader888/Tec...
Patreon:   / neurotrader  

0:00 Intro
0:49 Rolling Window
2:59 Directional Change
5:39 Perceptually Important Points
7:51 Discussion


The content covered on this channel is NOT to be considered as any financial or investment advice. Past results are not necessarily indicative of future results. This content is purely for education/entertainment.

show more

Share/Embed