[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 361

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
Please advise on the calculation of Kalman filtration (couldn't find "understandably digestible" on the internet).
Prival (now Trolls) did this in earnest. You should try him. But he's rarely here.
Thank you
It's not a big question, so I guess it's okay to ask here. Is there any C/C++ API for MT4? I googled it, but I haven't found any specific answer.
Can you tell me how to create many objects with different names? (programmatically)
I can only create an object with a fixed name, but if the condition is repeated, the EA cannot create the same object, because the object with the same name already exists. Question: How do I give objects different names?
Can you tell me how to create many objects with different names? (programmatically)
I can only create an object with a fixed name, but if the condition is repeated, the EA cannot create the same object, because the object with the same name already exists. Question: How do I give objects different names?
does the name matter or any name?
Anything, as long as it's different... for starters =) but if you can specify a number of specific names, with a difference of, say, one digit, I'd be happy to
I would do something like this, if the name of the object isn't used anywhere
name = "constanta "+TimeCurrent( )