Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(fix) ZERO method now has working crystal ball
previous commit didn't actually work... the macd value needed to be obsoleted
- Loading branch information
7c7b9b5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The MACD value itself is the same thing as watching for a vanilla (legacy) EMA crossover.
Side thought unrelated to this change:
Looking at this code, it occurs to me the nomenclature of "diff" and "result" is somewhat unclear and cryptic.
Those should be renamed in the future to make their purpose within the MACD algorithm more apparent.