MCPcopy
hub / github.com/Mathieu2301/TradingView-API / onSymbolLoaded

Method onSymbolLoaded

src/chart/session.js:474–476  ·  view source on GitHub ↗

* When a symbol is loaded * @param {() => void} cb * @event

(cb)

Source from the content-addressed store, hash-verified

472 * @event
473 */
474 onSymbolLoaded(cb) {
475 this.#callbacks.symbolLoaded.push(cb);
476 }
477
478 /**
479 * When a chart update happens

Callers 5

replayMode.test.tsFile · 0.80
indicators.test.tsFile · 0.80
CustomTimeframe.jsFile · 0.80
SimpleChart.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected