Syntax
Public Function GetLOCoverPercent(ByVal SymbolID As String) As Integer
Description
This function returns the percentageamountof the covered limit order for a certain symbol.
Parameters
Key | Description |
SymbolID | ID of the symbol |
Return value
Returns an integer value, when passing an invalid symbol ID it returns -1.
Sample
Public Sub main() Msgbox (BO.GetLOCoverPercent("GOLD")) End Sub
See Also