Source: https://fxcodebase.com/code/viewtopic.php?f=38&t=42270
Forum: 38 · Topic 42270 · 2 post(s)
Alexander.Gettinger · Thu Jun 27, 2013 11:24 am
Formula: Custom price = (Coeff_OpenOpen+Coeff_HighHigh+Coeff_LowLow+Coeff_CloseClose)/Sum_Coeff, where Sum_Coeff = Coeff_Open+Coeff_High+Coeff_Low+Coeff_Close.
Download:
Alexander.Gettinger · Thu Jun 27, 2013 11:27 am
The moving average of the custom price (viewtopic.php?f=38&t=42271).