
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
شكرا جزيلا
m_array[] got copied from GetPointer(arrray[i]) function, so they become POINTER_AUTOMATIC type.
We don't need line 54:
because MQL5 deletes POINTER_AUTOMATIC for you.
Good afternoon,
I can't understand this section:
At the beginning of the code it is set that execute = false. The words: execute equals false.
The first IF: if execute is true, the block should be executed. But in the comment it says that it will NOT execute if it is TRUE and will move on to the next one.
Second IF: if execute is FALSE, the block will execute. But again the comment says that the block will EXECUTE if True.
I assumed that ! - is a negation symbol.
Where is the error in my reasoning?
Good afternoon,
I can't figure out this plot:
At the beginning of the code it is set that execute = false. The words: execute equals false.
The first IF: if execute is true, the block should be executed. But the comment says that it will NOT execute if it is True and will move on to the next one.
Second IF: if execute is FALSE, the block will execute. But again the comment says that the block will EXECUTE if True.
I assumed that ! - is a negation symbol.
Where is the error in my reasoning?
I've highlighted your erroneous judgement. For reference: 'false' is False, 'true' is True.
And to make it clearer, I've added comments:
Your erroneous judgement is highlighted in colour. For reference: 'false' is False, 'true' is True.
And to make it clearer I added comments:
So... the following entries...
right?
Okay. we get the following notes.
right?
It's the basics.
It's the basics.
Thank you) The basics are the most important thing)
And thank you for not being lazy to answer)Okay. we get the following notes.
right?
It just so happens that yes, but you clearly wanted to use ==, not =.
So coincidentally yes, but you clearly wanted to use == rather than =.
Nah))))) the meaning and difference between = and == I have yet to figure out) I'm at the beginning of my journey).
Nah)))) the meaning and difference between = and == I have yet to figure out) I'm at the very beginning of my journey)).