Forum

actual time from the testerd

When I use functions like TimeTradeServer, TimeLocal, and TimeCurrent, they return me the time in the tester and not the actual time in the real world. Normally this is what you want but I want to measure total times of tests that I run so I can improve my ea's speed. How can I do this

Speed of Bars function

I am having a hard time with my ea being slow and after using the profiler, it seems the cause is the Bars function . Now, the bars function is being called in the Function I am using t ge the time of x bar. That is because as I understand it, I am using the CiTime class to get the time and as I