|
GTrade.TradeProfitWithComment()
Returns the current profit of an open trade with a specific comment on a specific symbol.
double GTrade.TradeProfitWithComment( |
Parameter
comment
[in] The comment that the open position must contain to output the value.
symbol
[in] The symbol from which the value should be output.
Return value
Returns the profit of the last opened trade with a certain comment.
Example:
//--- Include Glib classes |
See also
GTrade.TradeProfit, GTrade.TradeOpenPrice, GTrade.TradeDirection