How to get 5 digit Heiken Ashi?

Hi,

I was wanting to use Heiken Ashi Indicator in an EA, but I realised that the standard Heiken Ashi indicator only gives 4 digit values in its buffer.

On 5 digit pairs this can sometimes give the same value for open and close when it obvious is not but the price hasn’t moved the necessary 10 points.

Can someone please help with making the HA indicator gives 5 digit values.

Thanks in advance

The original gives full value, you must have a modified one. Use original or change it back IndicatorSetInteger(INDICATOR_DIGITS,_Digits);

Thank you afinneyq… great help