Syntax
Public Function SetLOBetterPipsSell(ByVal SymbolID As String,ByVal value As Integer) As TransResult
Description
This function sets the pips amount of the 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 |
Value | The value of property |
Return value
Returns an integer value of type integer, when passing an invalid symbol ID it returns -1.
Sample
Public Sub main() Msgbox (BO.SetLOBetterPipsSell("GOLD")) End Sub
See Also