
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Faster is of course WHR's variant, as AV's code adds overhead prior to accessing the array.
AV's code has a smaller footprint, and that is a difference.
The reason i am commenting here, is the impossibility to measure execution speed using MT4, as it does some unpredictable actions while executing strategy tester.
I have been doing some testing of my EA for speed optimization, and i couldn't get a reliable measuring, the results varied up to 30%, so i actually relied more on logic than on results while optimizing.
Giving the process high or even real time priority, as written above, sounds like a good idea, however i didn't think of it while i was testing.
Anybody has got some good method for speed measuring?
Speedtest2 EURUSD,M1: Execution time: 35210ms
36301 / 35210 = 3.1%
Faster is of course WHR's variant, as AV's code adds overhead prior to accessing the array.
AV's code has a smaller footprint, and that is a difference.
The reason i am commenting here, is the impossibility to measure execution speed using MT4, as it does some unpredictable actions while executing strategy tester.
I have been doing some testing of my EA for speed optimization, and i couldn't get a reliable measuring, the results varied up to 30%, so i actually relied more on logic than on results while optimizing.
Giving the process high or even real time priority, as written above, sounds like a good idea, however i didn't think of it while i was testing.
Anybody has got some good method for speed measuring?