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

Function check

tests/authenticated.test.ts:62–65  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

60
61 const checked = new Set();
62 async function check(item) {
63 checked.add(item);
64 console.log('Checked:', [...checked], `(${checked.size}/${testedIndicators.length + 1})`);
65 }
66
67 chart.onUpdate(async () => {
68 console.log('Market data:', {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected