Syntax
Public Function PositionTotal() As Integer
Description
This function is used to return the number of open positions on atrade list.
Parameters
No Parameters.
Return value
Returns open positions total as a value of type Integer.
Sample
Public Sub main()AlertMessage PositionTotal() ' Returns the total number of positions.End Sub
See Also