Source: https://fxcodebase.com/code/viewtopic.php?f=17&t=72159
Forum: 17 · Topic 72159 · 2 post(s)
Apprentice · Mon May 09, 2022 4:00 am

Calculate the price as ((High+Low)/2 + (Open+Close)/2)/2
Gilles · Mon May 09, 2022 12:35 pm
Hello Apprentice, it’s a real shame that this indicator has a result identical to the one we get by applying a simple moving average to the chart in Heikin-Ashi, over 1 period.
Exactly the same result as: MVA(HA(instrument).close, 1)
See you soon :) !