Syntax
Public Function SaveSymbolSettings(ByVal SymbolID As String) As TransResult
Description
This function saves the settings for a 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.SaveSymbolSettings("GOLD").Succeeded)End Sub
See Also