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