[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 618

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
Oh, how beautiful ))))
I don't know what the point is here... How to close an order at the closing price if it is not yet closed, but only selected... ???
Or is it the closing price of a previously closed order?
In a nutshell... :)
Thanks Nikolay, thanks Viktor. I'm sure - I'll do it all...
Maybe there's a kind soul who can answer a silly question?
I have created an Expert Advisor, in the tester it gives me a satisfying result.
On a real account it silently slumbers in the upper right corner for some reason, despite the prescribed signals.
What should I do with it? Maybe, I should skip the account? ;-)
Some advice, plz.
I don't know what the point is here... How to close an order at the closing price if it is not yet closed, but only selected... ???
Or is it the closing price of a previously closed order?
In a nutshell... :)
Thanks Nikolay, thanks Viktor. I'm sure I will do everything.
The logbook says // Loaded successfully. The checkbox is ticked accordingly. That's the question why it ignores the signals.
function will return 0, but this is allowed for closure, just not correct)
It is not 0 that is returned, it is the right price.
2010.06.15 19:45:02 testCloseAll EURUSD,M1: OrderClosePrice()=1.2289
2010.06.15 17:30:00 eAll v1.3 +CCI EURUSD,M5: Error opening BUY order: 129
What is error 129?
2010.06.15 17:30:00 eAll v1.3 +CCI EURUSD,M5: Error opening BUY order : 129
What is error 129?
What can be done about it?
The price returned is not 0, but exactly the price I need.
2010.06.15 19:45:02 testCloseAll EURUSD,M1: OrderClosePrice()=1.2289
ah, the time returns zero, but that's not the right way to write)))
I wrote right away that this closure is not recommended. An undocumented feature is used. But for any open position the closing time is zero and the closing price will be equal to the current closing price.