|
GTrade.OpenStopLossWithComment()
Returns the value of the StopLoss of an open trade with a certain comment on a certain symbol.
double GTrade.OpenStopLossWithComment( |
Parameter
comment
[in] The comment that the open position must contain to output the value.
symbol
[in] The comment of the last opened trade.
Return Value
Returns the value of the StopLoss of the last opened trade with a certain comment.
Example:
//--- Include the Glib classes |
See also
GTrade.OpenStopLoss, GTrade.MoveStopLoss, GTrade.MoveStopLossWithComment