* When the indicator is ready * @param {() => void} cb * @event
(cb)
| 395 | * @event |
| 396 | */ |
| 397 | onReady(cb) { |
| 398 | this.#callbacks.studyCompleted.push(cb); |
| 399 | } |
| 400 | |
| 401 | /** |
| 402 | * @typedef {'plots' | 'report.currency' |
no outgoing calls
no test coverage detected