Forum

optimization result and parameter selection

hope you are all doing fine.first of all i need to ensure is the ea robust, market dynamics change time to time can my ea survive that i read somewhere in the forum if the optimization result are cluster together the ea is robust. Can you guys take a look into my ea and comment about that. the

HELP NEEDED !! problem with array.

hello,good evening. i need to call functions by an array. the functions count buylot,selllot,OrdersTotal and the array is for a set of different magic number. what i did was,Use" Function_1(ARRAY_1[i]); "formate/syntax;but it seems OrdersTotal function call is working. as i am getting the result

NEED HELP!! Calling function by an array.

hello,good evening. i need to call a function with an array. the functions count buylot,selllot.and the array is for a set of different magic number. what i did was, Function_1(ARRAY_1[i]);but it doesnt seems to work. please advice. Global Declearation. int Free_Magic[ 4 ]; int Magic[ 8 ]; int

NEED HELP! Having problem using TimeCurrent

good evening ,I am cooding an EA which trade 2 hour in London open (9:30 to 11:30, Server time ).so i used the code if (((((Londonopen<Hour())&&(Hour()<Londonclose))&&((LondonM<Minute())&&(Minute()<LondonN)))||(((NYorkopen<Hour())&&(Hour()<NYorkclose))&&((NYorkM<Minute())&&(Minute()<NYorkN))))&&(

NEED HELP ! i am getting SIX DIGIT number when i am trying to print OrderTotal variable

Hello guys,hope you are having a good day.I am trying co compare Previous OrderTotal with current Open OrderTotal in a EA.I decleared them as global int variable and set as zero.but when i am trying to print them i am getting SIX DIGIT number which is not possible.can anyone has explanation for that

NEED help regarding Error in a code and advice

Hello everyone, I am new in programming. Recently I coded the following program. //+------------------------------------------------------------------+ //| TODAYtrendEA.mq4 | //| tanim | //|