Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1123
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
Try creating a file where you have access rights)))
I have them everywhere, exactly where?
I have them everywhere, exactly where?
You do, but the robot does...
What about the robot? Does it need rights to create a file? Write down the specifics in more detail.
That's how it works.
You have to look very carefully. And the phraseProgram Files(x86), is spelt like thisProgram Files (x86).
Once again...
And no positioning...
What's wrong with it?
Once again...
And no positioning...
What's wrong with it?
Did you look at the example in the fact sheet?
Did you take apart the example in the help?
Looked closely at my script, forgot to disable auto-scrolling. My bad ))))
Looked closely at my script, forgot to disable auto-scrolling. My bad luck ))))
I did, however, ask about it in the beginning - in the first place ...
I am trying to set a pending Sell-Stop with this function
I double-checked it, order open price is below market price, stop above open, profit (if any) below open, it returns error 10013 and this message
2020.04.13:07:12.659 2019.01.02 06:01:00 failed instant sell stop 0.01 EURUSD at 1.13954 sl: 1.15073 [Invalid request]
I am trying to set a pending Sell-Stop with this function
I double-checked it, opening price is lower than market price, stop is higher than opening, profit (if any) is lower than opening, it returns error 10013 and this message
2020.04.13:07:12.659 2019.01.02 06:01:00 failed instant sell stop 0.01 EURUSD at 1.13954 sl: 1.15073 [Invalid request]
ENUM_TRADE_REQUEST_ACTIONS
Identifier
Description
TRADE_ACTION_DEAL
Place a trade order for an immediate execution with the specified parameters (market order)
TRADE_ACTION_PENDING
Place a trade order for the execution under specified conditions (pending order)