Forum

Strategy tester gets only one month old data

2023.10.27 01:30 is the oldest date i can get when im trying to get older data, i get error: TestGenerator: no history data ' EURUSD5 ' from 2023.01.01 to 2023.10.26 is it normal or just my broker is blocking something? because when i look from chart view i can go back a decade or even more. i

cant count orderstotal in EA

Have been coping together simple stochastic buy/sell code. Problem is it wont count positions, it states like it is always 0. void OnTick () { // We create an empty string for the signal string signal= "" ; // Define the EA double K0= iStochastic ( _Symbol , _Period , 14