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