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