|
CheckCloseShort
Checks conditions to close a short position.
virtual bool CheckCloseShort() |
Return Value
true - trade operation has been executed, otherwise - false.
Note
It checks conditions to close a short position (CheckCloseShort() method of Signal object) and if they are satisfied, it closes the position ( CloseShort() method).
Implementation
//+------------------------------------------------------------------+ |