upuxaa
Results
3
comments of
upuxaa
I'm going to use Tradier for now to query the historical market holidays/status https://documentation.tradier.com/brokerage-api/markets/get-calendar
After I click somewhere on my mouse, the mousemove event stops
@qrq heres a solution if you need it in the meantime https://github.com/Mathieu2301/TradingView-API/issues/222#issuecomment-1871977425 ``` const client = new Client({ token: "", signature: "", }); ``` cheers