|
CheckTrailingStopLong
Checks Trailing Stop conditions of a long position.
virtual bool CheckTrailingStopLong(
|
Parameters
position
[in] Pointer to CPositionInfo object.
sl
[in][out] Reference to variable for Stop Loss price.
tp
[in][out] Reference to variable for Take Profit price.
Return Value
true - conditions are satisfied, otherwise - false.
Note
The function always returns false.