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

Method remove

src/chart/study.js:428–434  ·  view source on GitHub ↗

Remove the study

()

Source from the content-addressed store, hash-verified

426
427 /** Remove the study */
428 remove() {
429 chartSession.send('remove_study', [
430 chartSession.sessionID,
431 this.#studID,
432 ]);
433 delete this.#studyListeners[this.#studID];
434 }
435};

Callers 1

indicators.test.tsFile · 0.80

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected