Indicator ESM (Elsig's Shifting Mean) shows the averaged shift of price over the specified time interval (bars).
It has one input parameter:
- Period - calculation period.
Calculations:
ESM[i] = (Min + Max)/2
where:
Min, Max are the lowest and the highest prices in the specified range.
