Is there a way to calculate Average True RealBody with Exponential Moving Average, like we calculate ATR? Similar to:

_atr = ATR(_symbol, 8, MovingAverageType.Exponential);

 

Author