10. MA 50
A 50-period moving average is used.
Don't forget that the MA value is considered at the moment the candle closes!
if the signal consists only of MA values, it will be triggered once per bar close
Calculation formulas:
Distance from MA to price in % = (Price - MA) / MA * 100
Distance from price to MA in % = (MA - Price) / Price * 100
Last updated