/tradingView-webSocket

vue-tradingView-webSocket,基于vue2、tradingview1.12、websocket。

Primary LanguageHTML

说明

# 1
当前项目的WebSocket数据由https://fcoin.com提供,
如果https://fcoin.com更换了接口方式则无法获取图表数据!
可以参考我的另外一个项目https://github.com/472647301/Practice-case。

# 2
TradingView默认使用拉模型/脉冲(pulse)/刷新为基础进行更新,该项目是改写了datafeeds才实现的。
但是由于时间关系,并没有实现全部的JS API。

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.