MA Angle Indicator
Hello,
I have created this indicator that shows on each candle the value of the "Angle" of the MA as used in CommunityPower
https://communitypowerea.com/docs/signals-and-filters#ma-filters
Doc:
- Buy on rising MA / Sell on falling MA:
- BUYs are allowed if the MA rises with a slope >= Angle
- SELLs are allowed if the MA falls with a slope >= Angle
Slope is calculated as (MA[1] - MA[2]), meaning that the MA should change by Angle points per bar to generate a signal
MT5:
Any improvements to the code, please share.
Thank you for your contribution!
I would draw the negative slope in a different color ;)