PacktPublishing / Learn-Algorithmic-Trading

Learn Algorithmic Trading, Published by Packt
MIT License
802 stars 302 forks source link

Fixed bug in EMA for MACD values, previously using the wrong K #3

Open julioasotodv opened 4 years ago

julioasotodv commented 4 years ago

It looks like there is a bug in Chapter 2, when computing the EMA for MACD (MACD signal), since it is using a different K that the one stated in the book.