Eclectyc wHiteRabbiT / Publications
Forum
0 Mb of tick data
Hi everyone! I can't figure why I have no ticks in my strategy tester For example, if my EA is: int OnInit() { return(INIT_SUCCEEDED); } void OnDeinit(const int reason) { } void OnTick() { Print("HelloTick"); } And then I start the strategy tester with it (keeping all settings by default