[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 1022

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
I'm interested in where the error is...how do I find it?
Alpari\experts\PRIOR.mq4 (496, 16) in brackets numbers what do they mean?496 line, 16 characters. Only the error can be much earlier
496 line, 16 characters. Only the error could be much earlier
READ
https://book.mql4.com/ru/functions/timeseries
Great, yay, it's working...
antoma2:
The OrderMagicNumber() function always returns 0 for manually opened positions. That is, the MAGICMA variable in the EA is not equal to 0.
Thank you. What is your advice? I am not a high-level programmer, I am just learning ;)
Set the MAGICMA variable to 0 to allow the EA to work with manually opened poses as their own.
'' - unexpected end of program
what could be the reason for this error?
Checked all brackets (curly, round, square) and ";" - all normal
I told you, I checked them out -_-
in pairs, in notepad+.
and I did the schematic before that:
I told you, I checked them out -_-
in pairs, in notepad+.
and I did the schematic before that:
Why, it all compiles ;)))
What's for(1tf) ;))
LEARN https://book.mql4.com/ru/operators/for
Try to make your code "readable", less hassle later.