I try to set up pending orders for my positions.
Print("try open long");
Print("try open long");
EnterLongLimit(tp);
Print("take");
EnterLongStop(sl);
Print("stop");
EnterLong(vol,"long");
I have in out put window message like stop and tp. But no pending orders.
If you need full source code I can sent it to private message.

Comment