|
CheckTrailingStopShort
It checks Trailing Stop conditions of the opened short position.
virtual bool CheckTrailingStopShort() |
Return Value
true - trade operation has been executed, otherwise - false.
Note
It checks Trailing Stop conditions of the opened short position (CheckTrailingStopShort(...) method of Expert Trailing object). If conditions are satisfied, it modifies the position parameters (TrailingStopShort(...) method).
Implementation
//+------------------------------------------------------------------+ |