order send

 
why it dont send a simple order, i tried many ways but nothing
void OnTick()
  {
    OrderSend(Symbol(),OP_BUY,0.01,Ask,0,0,0,0,0,0,0); 
  }
 
ejmin ejoni:
why it dont send a simple order, i tried many ways but nothing

https://www.mql5.com/en/forum/366758

How to avoid order modify error1?
How to avoid order modify error1?
  • 2021.04.08
  • www.mql5.com
Hi, I have already some orders with tp and sl. But I want to scan all orders and modify ONLY tp=0. Here is my code. But there is some issues...