Syntax
Public Function GetMOLOCoverOffsetSell(ByVal SymbolID As String) As Integer
Description
This function returns the slippage amount of the covered market order with Sell type for certain symbol if the cover order as option is set to limit order with offset
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.GetMOLOCoverOffsetSell("GOLD")) End Sub
See Also