Hidden Divergence Trading in Python.
Creating & Applying the Hidden Divergence Trend-Following Technique.
Divergences are known to be counter trend signals that show an exhaustion in the current trend. There exists a type of divergences that actually signal a trend continuation. The idea of this article is to shine some light on them and try to code them in Python.
I have just released a new book after the success of the previous book. It features advanced trend following indicators and strategies with a GitHub page dedicated to the continuously updated code. Also, this book features the original colors after having optimized for printing costs. If you feel that this interests you, feel free to visit the below Amazon link, or if you prefer to buy the PDF version, you could contact me on LinkedIn.
The Stochastic Oscillator
The Stochastic Oscillator is a famous contrarian indicator based on 3 pieces of data, the close, the high, and the low. It is based on the normalization function where the output is a value bound…