Heikin ashi candle sticks in pi

Hi

I have noticed that some of the heiken ashi candlesticks in zerodha pi don’t open at the midpoint of the previous HA candlestick. Is there something that I am missing or is there some bug in the zerodha pi? Did anyone else notice this?

Thanks

I DONT THINK SO
HIEKEN AISHI WORKS PERFECTLY IN PI,

YES BUT DATA PROVIDED BY HIEKEN ASHI IS SAME AS NORMAL CANDLE , WHICH I THINK SO IS A BUG, ELSE IT WORKS NICELY

SET HC = (OPEN+HIGH+LOW+CLOSE)/4
SET HO = (REF(OPEN,1) + REF(CLOSE,1))/2
SET HH = MAXOF(HIGH, MAXOF(HC, HO))
SET HW = MINOF(LOW, HO, HC)

HO = HW

SET HC = (OPEN+HIGH+LOW+CLOSE)/4
SET HO = (REF(OPEN,1) + REF(CLOSE,1))/2
SET HH = MAXOF(HIGH, MAXOF(HC, HO))
SET HW = MINOF(LOW, HO, HC)

HH = HO

@AkshaySangde @moiz_geo
is possible to download MCX H-Ashi data from PI ?, anybody know
or where we download it, i tried H-Ashi Excel formula but not acquire match with pi