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