MQL4 - automated forex trading   /  

Forum

expert advisors

Back to topics list To post a new topic, please log in or register

avatar
65
11011980 2007.10.21 00:24 
pls ,does anyone know the meaning of moving period and moving shift inputs in moving average EA,and also MACD open and close level inputs in MACD EA on Meta trader platform?.thanks.
article

Jury Session Record of the 12th of November 2007

At the session, the Jury discussed disqualification of eight Participants.


avatar
2462
phy 2007.10.21 02:57 

ma=iMA(NULL,0,MovingPeriod,MovingShift,MODE_SMA,PRICE_CLOSE,0);

double iMA( string symbol, int timeframe, int period, int ma_shift, int ma_method, int applied_price, int shift)
period - Averaging period for calculation.

ma_shift - MA shift. Indicators line offset relate to the chart by timeframe.


avatar
65
11011980 2007.11.13 22:21 
phy wrote:

ma=iMA(NULL,0,MovingPeriod,MovingShift,MODE_SMA,PRICE_CLOSE,0);

double iMA( string symbol, int timeframe, int period, int ma_shift, int ma_method, int applied_price, int shift)
period - Averaging period for calculation.

ma_shift - MA shift. Indicators line offset relate to the chart by timeframe.



avatar
2462
phy 2007.11.14 07:11 
11011980 wrote:
pls ,does anyone know the meaning of moving period and moving shift inputs in moving average EA,and also MACD open and close level inputs in MACD EA on Meta trader platform?.thanks.

Back to topics list  

To add comments, please log in or register