fxcodebase-backup

Custom price MA

Source: https://fxcodebase.com/code/viewtopic.php?f=38&t=42271
Forum: 38 · Topic 42271 · 1 post(s)


Custom price MA

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.

Custom_Price_MA_MQL.PNG

Download:

Custom_Price_MA.mq4