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

Method onReady

src/chart/study.js:397–399  ·  view source on GitHub ↗

* When the indicator is ready * @param {() => void} cb * @event

(cb)

Source from the content-addressed store, hash-verified

395 * @event
396 */
397 onReady(cb) {
398 this.#callbacks.studyCompleted.push(cb);
399 }
400
401 /**
402 * @typedef {'plots' | 'report.currency'

Callers 4

addIndicatorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected