Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1589

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
here are my results. 13 losses in a row
Once you have changed the value - you need to compile the EA
...or output to external variables
Good afternoon, is it possible to create such an indicator to adjust the speed of the tester using the hotkeys (say( ←)with a left and(→)with a right arrow)? It is very inconvenient to adjust the speed every time manually
Good afternoon, is it possible to create such an indicator to adjust the speed of the tester using the hotkeys (say( ←)with a left and(→)with a right arrow)? It is very inconvenient to adjust the speed every time
The way I adjust speed is this:
1.I click on the slider once, then the mouse can be moved, the main thing is not to click in other spaces
2. Pressing the arrows on the keyboard, I adjust faster and slower.
P.S., on the built-in MT4 strategy tester
After you have changed the value, you need to compile the EA
...or output to external variables.
Please tell me:
does this separator in this function mean that the order will close "either on the first condition or on the second"?
and is it possible to write them sequentially via: if.......
if.......
please tell me:
does this separator in this function mean that the order will close "either on the first condition or on the second"?
and is it possible to write them consecutively via: if.......
if.......
yes
Thank you
yes
but this function means that both conditions must be met at the same time in order for it to be executed?
but this function means that both conditions must be met at the same time in order for it to be executed?
and this function means that both conditions must be met at the same time in order for it to be executed?
https://docs.mql4.com/ru/basis/operations/bool