SelectTradingSymbol
Syntax
SelectTradingSymbol(name: string): booleanParameters
Return Value
Description
Example
// Select a specific trading symbol
const symbolSelected = this.api.SelectTradingSymbol('EURUSD')
if (symbolSelected) {
console.log('EURUSD selected as current trading symbol')
}Last updated