MCPcopy Index your code
hub / github.com/Mathieu2301/TradingView-API / step

Function step

tests/replayMode.test.ts:39–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 let finished = false;
38
39 async function step() {
40 if (finished) return;
41 await chart.replayStep(1);
42 await utils.wait(100);
43 console.log('Replay step');
44 step();
45 }
46 step();
47
48 chart.onReplayPoint((p: number) => {

Callers 1

replayMode.test.tsFile · 0.70

Calls 1

replayStepMethod · 0.80

Tested by

no test coverage detected