Forum

Loop over variables (index)

Hi, Can we append the prefix of a variable with an index: variable_name (index) in the aim of creating a loop over the index. variable_name_1 variable_name_2 . . . variable_name_N for ( int s= 1 ; s<=SYMBOLS_COUNT; s++) { ArrayResize (InputVector_Clos_P_(s),histo); /* How ? */

Incrementing problems

Hello everybody, i have a real problem which is blocking the progression of my EA. In the following part of code, i'm trying to develop an EA, which increment the lot losses and when the first win come , these losses will be the amount of the next trade but it seems there is a probleme with the