Forum

How to put variables into arrays?

Hi. I am trying to build an array in my EA, and I want to build it using variables. For example: int var1=1,var2=2,var3=3; int array[2] = {var1,var2,var3}; I believe that MQL4 starts its arrays with array[0], so it needs to be array[2] to define an array that has 3 values. The above example doesn't

Anyone know of a third party program with strategy tester?

Hello. I am looking for someone with experience writing programs to do strategy testing of EAs outside of metatrader, and I figured that the best way to find them would be to find the authors of any programs that can do strategy testing outside of metatrader. So, has anyone seen a program that can