Questions from Beginners MQL5 MT5 MetaTrader 5 - page 241
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
when will metatrader come out on windows phone 8
Continuing to write my trading signal generator.
There are errors in the last part of the initialization code (in bold)
'InitMyCustomIndicator' - the function must have a body
'InitClose' - function must have a body
Continuing to write my trading signal generator.
There are errors in the last part of the initialization code (in bold)
'InitMyCustomIndicator' - the function must have a body
'InitClose' - function must have a body
You are trying to use methods that are declared but not defined.
Classes are new to me and not really understood. Can you show me how to make a definition with an example.
Classes are new to me and not really understood. Can I use an example to show how to make a definition.
So I only change the last part of the code that I put in bold?
And I do this:
So, I only change the last part of the code that I highlighted in bold?
And I do the following:
If your class code has methods such as:
Then they must check something. Otherwise there is no point in their existence.
Hello!
How do I set up a for loop on bar close prices if I don't know in advance how many bars to check
I need to check a condition, e.g. that the closing prices of i bars backwards, are lower than each other.