项目作者: thegitfather

项目描述 :
TradingView Widget within a NW.js (node-webkit ) instance
高级语言: JavaScript
项目地址: git://github.com/thegitfather/tradingview-frame.git
创建时间: 2017-07-01T11:39:43Z
项目社区:https://github.com/thegitfather/tradingview-frame

开源协议:

下载


Adjusted TradingView Widget Frame

Preview

Prerequisite

Add shortcut / desktop entry (Linux)

  1. $ ./install_desktop-entry.sh

Start via command line

When nw is in your $PATH start with:

  1. $ nw tradingview-frame/app

Adjust watchlist / settings

Check app/tradingview-frame.js and look for the watchlist array ([...]).

  1. ...
  2. "allow_symbol_change": true,
  3. "watchlist": [
  4. "COINBASE:BTCUSD",
  5. "COINBASE:ETHUSD",
  6. "OANDA:EURUSD",
  7. "OANDA:XAUUSD",
  8. "OANDA:SPX500USD",
  9. "OANDA:DE30EUR",
  10. "NASDAQ:GOOG",
  11. "NASDAQ:AMZN",
  12. "NASDAQ:TSLA",
  13. "NASDAQ:AMD",
  14. ...
  15. ],
  16. "details": true,
  17. "hotlist": true,
  18. "hideideas": true
  19. });
  20. ...

New ticker entries and settings can be tried here. To switch symbol or explore simply start typing on the keyboard to open the symbol list:

Symbol List

Note: Start with the exchange name like KRAKEN: or BITSTAMP: to get a full list.

Adjust window dimensions

Values can be adjusted in app/package.json:

  1. "window": {
  2. "title": "TradingView Frame",
  3. "show": false,
  4. "frame": true,
  5. "width": 1480,
  6. "height": 640,
  7. "icon": "tradingview.png",
  8. ...
  9. }
  10. ...

Donations

BTC: 1CWpaTiyLGuotssbQqrSdPdebVzg92AiAD
ETH: 0x4DF44D8Cf4DC8E320755c5C4369c86dA5003f996

ToDo