|
CheckDeleteOrderShort
It checks conditions to delete Sell Limit/Stop order.
virtual bool CheckDeleteOrderShort() |
Return Value
true - trade operation has been executed, otherwise - false.
Note
1. It checks the order expiration time.
2. It checks conditions to delete the Sell Limit/Stop order (CheckCloseShort(...) method of Signal class object) and deletes the order if one of the conditions is satisfied (DeleteOrderShort() method).
Implementation
//+------------------------------------------------------------------+ |