
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
Hi @ all,
I am coding my own EA and have now a Problem with the OrderSend() function in LiveModus
When I test my Script all OrderSend() functions work and it buys orders.
But in the live modus it didn't buy any order and I get no Error in the Jornal???
This tag I use:
OrderSend(Symbol(),OP_BUY,lots,Ask,3,Bid-100*Point,Ask+100*Point,"Buy Order",16384,0,Green);
thanks for your help
Regards
Matthias