|
CheckTrailingOrderLong
Checks Trailing Stop conditions of Buy Limit/Stop trailing order.
virtual bool CheckTrailingOrderLong() |
Return Value
true - trade operation has been executed, otherwise - false.
Note
It checks Trailing Stop conditions for buy limit/stop trailing order (CheckTrailingOrderLong() method of Trade Signals object) and modifies the order parameters if necessary (TrailingOrderLong(...) method).
Implementation
//+------------------------------------------------------------------+ |