Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 334
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
How about this?
if( number of indicator bars == number of EA bars )
if( number of indicator bars == number of EA bars )
So how do I get the number of indicator bars in the EA?
So how do I get the number of bars of the indicator in the EA?
Hello, could you please tell me what to write in brackets for the return function?
in the old version you may not write anything, but in the newer version you need to write something
I will send you a screenshot of the part of the EA as an example
Hello, could you please tell me what to write in brackets for the return function?
In the old version you may not write anything, but in the newer version you need to write something
I will send you a screenshot of the part of the EA as an example
The value/variable corresponding to the function type should be written in brackets. If the function is a bool, it should be true or false, or a variable of the bool type in brackets. For other function types - similarly. If the function is void - just return;
Could you tell me from the picture I dropped what is needed for the return function?
to get a better idea of what it should look like.
Thank you!
Could you tell me from the picture I dropped what is needed for the return function?
to get a better idea of what it should look like.
Thank you!
Here you go, if it's not too much trouble
Here you go, if it's not too much trouble
Paste the code via the SRC button, no desire to download it, look at it and delete it.