- Node.js
- npm (comes with Node)
- NW.js or install with nwjs npm package
$ ./install_desktop-entry.sh
When nw
is in your $PATH
start with:
$ nw tradingview-frame/app
Check app/tradingview-frame.js
and look for the watchlist array ([...]
).
...
"allow_symbol_change": true,
"watchlist": [
"COINBASE:BTCUSD",
"COINBASE:ETHUSD",
"OANDA:EURUSD",
"OANDA:XAUUSD",
"OANDA:SPX500USD",
"OANDA:DE30EUR",
"NASDAQ:GOOG",
"NASDAQ:AMZN",
"NASDAQ:TSLA",
"NASDAQ:AMD",
...
],
"details": true,
"hotlist": true,
"hideideas": true
});
...
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:
Note: Start with the exchange name like KRAKEN:
or BITSTAMP:
to get a full list.
Values can be adjusted in app/package.json
:
"window": {
"title": "TradingView Frame",
"show": false,
"frame": true,
"width": 1480,
"height": 640,
"icon": "tradingview.png",
...
}
...
BTC: 1CWpaTiyLGuotssbQqrSdPdebVzg92AiAD
ETH: 0x4DF44D8Cf4DC8E320755c5C4369c86dA5003f996
- build complete package with NW.js http://docs.nwjs.io/en/latest/For%20Developers/Building%20NW.js/#build-flavors