Syntax
Public Function GetMOAcceptAtOffsetSell(ByVal SymbolID As String) As Integer
Description
This function return the slippage amount of accepted market order of Sell type for 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.GetMOAcceptAtOffsetSell("GOLD")) End Sub
See Also