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