|
CheckTrailingStop
It checks Trailing Stop conditions of the opened position.
virtual bool CheckTrailingStop() |
Return Value
true - a trade operation has been executed, otherwise - false.
Note
It checks Trailing Stop conditions of the opened position (CheckTrailingStopLong() or CheckTrailingStopShort() for long and short positions).
Implementation
//+------------------------------------------------------------------+ |