Syntax
Public Function GetLOLOCoverOffsetSell(ByVal SymbolID As String) As Integer
Description
This Function returns the slippage of the covered limit 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.GetLOLOCoverOffsetSell("GOLD")) End Sub
See Also