[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 143
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
Dear. There is a great desire to use in the EA code the values of the TMA indicator, which is MTF. In the comments mladen is mentioned as the author. I do not try to fool around, one thing is shown on the chart, but values returned in the tester are different, totally different. Do I have a right to life and hope to find the answer here? :)
Thanks in advance!
Good afternoon!
Question about arrays, in this case in scripts.
The assignment operator (=) works incomprehensibly if a variable rather than a constant (number) is used as the array index.
For example:
//---------------------
double s[10] ;
int i = 0;
double priceOpen = 10;
while( i < 10)
{
s[i] = priceOpen; // DO NOT APPLY. If s[5] = piceOpen; then a VARIABLE of the array takes on a new value...
i++;
}
dear developers, moderators...
QUESTION I repeat! arrays are the key definition of any programming language.
What is the point of objects if the BASIC principles are not well documented!
dear developers, moderators...
QUESTION I repeat! MASSIVES are the key definitions of any programming language.
What is the point of objects if the BASIC principles are not well documented!
https://book.mql4.com/ru/variables/arrays
dear developers, moderators...
QUESTION I repeat! MASSIVES are the key definitions of any programming language.
What is the point of objects if the BASIC principles are not well documented!
paladin80:
1. Вопрос. Есть ли где-нибудь в МТ4 опция чтобы при закрытии МТ4 появлялось бы окошко с предупреждением типа "действительно ли я хочу закрыть программу, да/нет".
2. A few times I accidentally clicked in the wrong place and closed MT4 and then had to reconfigure the EAs.1. No.
2. Save the "Profile" regularly.
2. Save the "Profile" regularly.
Just to confirm - does "Profile" remember all individual settings for all EAs for all currency pairs?
"So, just to confirm..." - go ahead and confirm it yourself.