Forum

double cde=Open[1]-Close[2]; result is 0?

double cde=Open[1]-Close[2]; result is 0? why

PeriodConverter problem

My one minute data is complete, How can I recover my data for five minutes,I try use the PeriodConverter script ,And the 'Period multiplier vactor' parameters i use the 5,However, when I open the 5-minute cycle chart, the data is still incomplete

In EA call the 5-minute Period KDJ indicator VALUE in a 15 minute Period

double kdj= iStochastic ( Symbol (), 5 , 5 , 3 , 3 , MODE_EMA , 0 ,MODE_MAIN, 1 ); Is my code OK?

15 minute cycle query about 5 minute cci value

My ea have the code about this double cci1= iCCI ( Symbol (), 5 ,cciperiod, 0 , 1 ); double cci2= iCCI ( Symbol (), 5 ,cciperiod, 0 , 2 ); Now ,My ea run in 15minute period,The value I tracked is different from the value I saw when loading CCI indicators,Why

about monitor multi currency and multi indicators data problem

I want to monitor the data indicators of multi currency and multi cycle. How to ensure the integrity of the data of multi cycle indicators? If I only run EA on one currency

simple cal problom,why

double a; a= 1 / 5 ; Alert (a); why the result is 0

mt4 have the AVEDEV fuction?

mt4 have the AVEDEV fuction? I want use the AVEDEV,what can i do

SimpleMA function problem

//+------------------------------------------------------------------+ //| CCI.mq4 | //| Copyright 2005-2014, MetaQuotes Software Corp. | //| http://www.mql4.com |

How can I get the last k Line closeing time

How can I get the last k Line Closing time and Previous K line Closing time