The Typescript project can directly copy the content of the datafeed file for use or secondary development, and the Javascript project can be installed by the following package name:
yarn add tradingview-apiInterface data comes from HuoBi API
git clone https://github.com/472647301/tradingview-web-socket cd tradingview-web-socket cd react-typescript-demo cp -R ../charting_library ./public yarn install yarn startInterface data comes from HuoBi API
git clone https://github.com/472647301/tradingview-web-socket cd tradingview-web-socket cd vue-javascript-demo cp -R ../charting_library ./public yarn install yarn serveInterface data comes from HuoBi API
git clone https://github.com/472647301/tradingview-web-socket cd tradingview-web-socket cd vue3-javascript-demo cp -R ../charting_library ./public yarn install yarn serve