Forum

Optimization Number of Tests

I'm optimizing my EA and at the bottom left of the strategy tester it says 796 / 8 892 (235 200). So, how many more tests do I have to go? Yes, I looked everywhere for this answer and I can't find out how to decode those numbers. :)

Avoiding the possible data loss error

What is the best way to avoid the " possible loss of data ..." error from this line? int secs_remaining=(Time[0]+PeriodSeconds())-TimeCurrent();

User defined array size

input int SpreadsToCollect = 10 ; double spreads[SpreadsToCollect]; How do you do this? I get "invalid index value"