Member-only story
Fibonacci-Infused MACD Oscillator — A Python Study
Creating a MACD Oscillator Based on the Fibonacci Moving Average.

The MACD is a technical oscillator created using differences in exponential moving averages applied to the market price. This makes us wonder whether we can also use other types of moving averages in order to calculate the MACD. In a previous article, we have calculated the Adaptive MACD version using Kaufman’s Adaptive Moving Averages.
In this article, I will try to use my own version of Fibonacci Moving Averages in order to create a Fibonacci-Infused MACD Oscillator in Python. Unlike the other articles, this one will deal more with the indicator creation part than the back-testing part.
I have just published a new book after the success of New Technical Indicators in Python. It features a more complete description and addition of complex trading strategies with a Github page dedicated to the continuously updated code. If you feel that this interests you, feel free to visit the below link, or if you prefer to buy the PDF version, you could contact me on Linkedin.