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

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
Hi. Can you tell me why it doesn't seeima=iMA(NULL,60,24,0,1,0,k). The comment shows a much higher quote than the line itself. That is why it does not show min/max at all.
Use identifiers from enumerations, not numbers. It's much clearer:
You can see right away that you're asking iMA(). For example:
you have iMA(NULL,60,24,0,1,0,k)
and so iMA(NULL,PERIOD_H1,24,0,MODE_EMA,PRICE_CLOSE,k)
Which is more clear?
You're taking MAK data from the hourly chart. If the program is running on the hourly chart, what data do you expect to get and see?
Use identifiers from enumerations, not numbers. It's much clearer:
It is immediately obvious that you are asking iMA(). For example:
you have iMA(NULL,60,24,0,1,0,k)
and so iMA(NULL,PERIOD_H1,24,0,MODE_EMA,PRICE_CLOSE,k)
Which is more clear?
You're taking the MASK data from the hourly chart. If the program is running on the hourly chart, what data do you expect to get and see?
Nothing works with k
It's an unintentional bet. It doesn't change anything. The very point is that it shows wrong with k!
Even though I'm half-soon and my eyes are blurry, it's quite obvious you have the wrong MA values coming from the wrong side :-) apart from the timeframe confusion
Even though I'm half-asleep and my eye is a bit muddy, it's quite obvious you have the wrong MA values coming from the wrong side :-) apart from the timeframe confusion
Interesting idea. I'll give it a try. If anything it is an ordinary stochastic indicator. The idea appeared to take extremums of bars for some period and extremums of MA lines. It is in the line 100-113. I think this will improve the indicator
Good afternoon everyone!
Can you please tell me what to do, if for example I have set the settings in my EA today, then on the next day some of the settings appear to be empty?
It happens every day.
Good afternoon everyone!
Can you please tell me what to do, if for example I have set the settings in my EA today, then on the next day some of the settings appear to be empty?
It happens every day.
If you have the source code, then remove input (or extern) in the code and change parameters through the code.
Good afternoon everyone!
Can you please tell me what to do, if for example I have set the settings in my EA today, then on the next day some of the settings appear to be empty?
It happens every day.
I should write to Service Desk with as much information on the problem as possible.
If you have source, then remove input (or extern) in the code and change parameters via code.
This is not serious... Why do you need them (input and extern) then....
Write to servicedesk with as much information on the problem as possible.
Can you give me a link?
Can you give me a link?
And take a look at your profile... There's a lot of interesting stuff there.