GetChartSymbol
Description
Syntax
public GetChartSymbol(chartId: number): stringParameters
Return Value
Example
const chartId = this.api.GetCurrentChartId()
const symbol = this.api.GetChartSymbol(chartId)
console.log(`Chart ${chartId} is showing ${symbol}`)Last updated