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
How about opening two orders at the same time?
How do I open two orders at the same time? There are EAs that open two orders simultaneously in different directions.
Let h_time be the closing time of the order in hours. Then the code could look like this:
Besides, we should keep in mind the following nuances: the session is shorter on Friday; there are some holidays; the pending order expiration time cannot be set close to the server time (how close depends on the brokerage company).
So once an order has assigned its number to the Ticket variable, there is no need to output it with return, the variable will not be deleted further on the next tick?
There are no machine guns that fire from the same barrel at the same time. The bullets come out one at a time.
Words of gold.
Please help me here.
Actually, one order is opened, but the Alert("Order is open" ) signal does not go off ; instead, the Alert("Error ",GetLastError ()) goes off ; but that seems to me to be on the next tick
Please help me here.
Actually, one order is opened, but the Alert("Order is open" ) signal does not go off ; instead, the Alert("Error ",GetLastError ()) goes off ; but that seems to me to be on the next tick
Since when does OrderSend return true ?