Giter VIP home page Giter VIP logo

stock-watch's Introduction

stock-watch

Watching your stocks when you are coding. VScode 插件 | A 股 | 港股 | 实时股票数据 好好工作,股票涨停! GitHub: https://github.com/TDGarden/stock-watch 欢迎 PR、star

Configuration

修改用户配置,添加你所需要监控的股票代码

  // 配置需要监控的股票代码
  // 可根据沪市深市分别加上sh、sz前缀,亦可不加
  // 不加前缀的情况下,6开头的代码默认加上sh,其余加上sz
  // 需要查看上证指数,代码为sh000001

  // 港股股票代码前面需要加上hk前缀,如hk09988即可监控阿里巴巴港股
  // 港股指数代码如下
  // 1.工商指数: hkHSC
  // 2.恒生**企业指数: hkHSCEI
  // 3.恒生指数: hkHSI
  // 4.红筹指数: hkHSCCI
  // 5.恒生金融分类: hkHSF
  // 6.恒生地产分类: hkHSP
  // 7.恒生公用事业分类: hkHSU
  // 8.标普香港创业板指: hkGEM

  // 美股股票代码前面需要加上US_前缀,如US_AAPL即可监控苹果股票行情
  // 美股指数代码如下
  // 1.道琼斯指数: US_DOWJONES
  // 2.纳斯达克: US_NASDAQ
  // 3.标普500: US_SP500

  "stock-watch.stocks": [
    "000001"
  ],

  // 配置轮询请求最新数据的时间间隔
  "stock-watch.updateInterval": 10000


  // 配置股票涨的颜色,默认为white。为什么不是red,红色像是报错,很刺眼。
  "stock-watch.riseColor": "white"


  // 配置股票跌的颜色,默认为green
  "stock-watch.fallColor": "green"

  // 配置展示的时间段,默认为[9, 15],每十分钟判断一下
  "stock-watch.showTime": [9, 15]


stock-watch's People

Contributors

xuallen20 avatar iporer avatar tdgarden avatar jackpanyj avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.