Syntax
Public Function GetLOBetterPipsSell(ByVal SymbolID As String) As Integer
Description
This function returns the pips amount of covered limit order with Sell type for certain symbol when the Price Condition option is set to Cover when LP price is better by…
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.GetLOBetterPipsSell("GOLD")) End Sub
See Also