Errors, bugs, questions - page 2650

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
Could you look into this problem as well?
The moderator was updating by hand at my request. But I can't ask every time. The machine doesn't go through.
Corrected.
Corrected.
I see, thank you.
On the ticks of all the tools used.
here is my code to check for new ticks:
Created an array for testing with the number of ticks counted.
Testing two pairs EURUSD GBPUSD
Running a test on GBPUSD:
Running a test on EURUSD:
The ticks seem to be the same. ... ... ... so I must have missed something somewhere.....
Thanks, I'll keep digging.
DECISION: _Digit was in the code, I must have added it to the environment..... without looking.
no need to comment :-)
Move mql5pack-ico.zip file in archive to the folder.
Moved this file to the MQL5/Scripts folder. It didn't help. Then moved it to MQL5/Files folder - didn't help either.
I probably don't understand what it's about.
Moved it to the MQL5/Scripts folder. Didn't help.
Fixed.
Konstantin Gruzdev
You are an interesting author, the most interesting one here. asked a question to Vladislav, I am also interested in multicurrency, as there are nuances on the new bar and on the non-applicability of all the necessary bars
Through the timer yes,
It's not a fact that frequency will improve results, but it will definitely slow down the speed of tests. Timer events are not perfect, there will almost always be an error. Even on an empty timer you can see the error. If there are calculations within the timer function, the margin of error is likely to be higher. Loading the computer with third-party tasks can also affect the timer. There is a chance that not all open/close/modify signals will hit at the same time and on the same ticks.
It's worth mentioning that I made all these observations a couple of years ago on a heavy multicurrency tool that uses almost 30 instruments simultaneously. The results only matched when the timer was off. I assume that not much has changed now.
Konstantin Gruzdev
You are an interesting author, the most interesting one here. asked a question to Vladislav, I am also interested in multicurrency, as there are nuances on the new bar and on the non-applicability of all the necessary bars
Ok. Answer above.