|
CheckTrailingStopLong
Checks conditions to modify parameters of a long position.
virtual bool CheckTrailingStopLong(
|
Parameters
position
[in] Pointer to CPositionInfo class object.
sl
[in][out] Variable for Stop Loss price, passed by reference.
tp
[in][out] Variable for Take Profit price, passed by reference.
Return Value
true - condition is satisfied, otherwise - false.
Note
Base class method always returns false.