[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 416

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
then I need to check the Order Type as well? (if Tip=0, then it's buy, if Tip=1 - sell. and Ticket_B is open buy, Ticket_S is open sell)
If you have tickets stored in Ticket_B and Ticket_S, why do you need a cycle at all?
Just select by ticket and see if there are conditions to change it
Where does the "Input Parameters" tab in the "Expert properties" go ??? Example:
Everything is fine, but as soon as I add stdlib.mqh:
Can't see the input parameters:
That's the thing, it's all right, but there's still an error.
Help me out! ))
Everything is fine, but as soon as I add stdlib.mqh:
Can't see the input parameters:
https://www.mql5.com/ru/forum/105156
https://www.mql5.com/ru/forum/103852
https://www.mql5.com/ru/forum/105156
https://www.mql5.com/ru/forum/103852
Thank you very much.
Help! ))
You can remove, as a test, all External from the indicator parameter list, leaving the indicator without parameters at all. Then the call will be simple:
And then, little by little, add only the necessary parameters.
How can I change the time in the terminal? One DC gives one terminal time ( +2 GMT), the other gives GMT terminal time, I would like to work with the same time... How do I change time in terminal?
You can remove all External from the indicator parameter list as a test and leave the indicator without parameters at all. Then the call will be simple:
And then add only the required parameters a little at a time.
And at 64 parameters it will slow down.
since you can no longer
If broker's stop set fields are inactive before opening a trade, then OrderSend(); won't open an order with a stop set?