|
GTrade.TradesOnSymbol()
Returns the number of open positions on a specific symbol.
int GTrade.TradesOnSymbol( |
Parameter
symbol
[in] The symbol whose trades are to be counted.
Return Value
Returns the number of open trades.
Example:
//--- Include Glib classes |
See also