[Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. - page 529
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
Can you tell me if there is an auto-optimiser that optimises the parameters during the test? I have to check the idea.
And there's also such a thing as search, which is when words with which the subject is named are inserted into a search engine.
http://www.google.ru/search?as_sitesearch=mql4.com&as_q=автооптимизатор
Could you please advise how to correctly specify in a pending order in an EA to automatically delete it at 23:00?
This option gives an error:
Could you please advise how to correctly specify in a pending order in an EA to automatically delete it at 23:00?
This option gives an error:
Something like this
I'm not a novice programmer for a few years, I rewrote the indicator from another language and came across a redrawing.
I am a beginner, I have rewritten the indicator in another language:
I would rather have the indicator as a file. No one is going to paste the pieces into one file
This option gives an error:
Something like this.
Something like this
It gives an error:
2011.07.19 18:56:15 2011.07.18 20:00 Return EURUSD,M1: OrderSend error 4062
2011.07.19 18:56:15 2011.07.18 20:00 Return: the comment parameter for OrderSend function must be a string
That's the way it is.
For some reason I get the same error. If I remove the Tim function from the order, it works, but some trades open after 23.00. What can I do to limit this?
I have an error:
2011.07.19 18:56:15 2011.07.18 20:00 Return EURUSD,M1: OrderSend error 4062
2011.07.19 18:56:15 2011.07.18 20:00 Return: the comment parameter for OrderSend function must be a string
Sorry, I edited your version without checking
Sorry, edited your version without checking
Thank you so much!!! It works :)
Good evening!!! I have a question about the Alert function. Here's a robot without a big middle chunk and many h
Alert should log the priceAlert ("price", price); let's say 1.4825, and it does, i.e. the variable is normal. And then!!!Alert ("Price +otstup*Point",Price +otstup*Point); It is Price + indent(20pp)* multiply by a point(0.0001) total-1.4805 should be, (!!!!) but writes 0.002
etc. Here: How do I understand? What is the syntax for the formulas?