miamimario38 / Publications
Forum
Newbie Here Please Help
How do i get the following code to check if it should close a trade on a bar different than the bar the order is opened? int result,type; result = OrderSelect(ticket, SELECT_BY_TICKET, MODE_TRADES); if(result == true) Print("OrderSelect Success"); if(result == false) Print("OrderSelect Fail"); if(