Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.45 KB

File metadata and controls

52 lines (35 loc) · 1.45 KB

Visualize your DeGiro / Bitvavo portfolio in TradingView


Important: Never Ever Share Your DeGiro / Bitvavo Credentials From .accounts.[degiro|bitvavo].json To Anyone.


HEIA_2022-10-26_11-23-57_c8c4c

Requirements

  • node 18.x
  • TradingView
  • Degiro username and password
  • [AND/OR] Bitvavo API Key and API Secret

Installation

$ git clone https://github.com/topscoder/degiro-tradingview.git
$ cd degiro-tradingview
$ npm install

DEGIRO

$ cp .accounts.degiro.example.json .accounts.degiro.json

Now it's time to enter your DeGiro account credentials into the .accounts.degiro.json file.

And after that run the following command:

$ npm run degiro && cat porto.degiro.pine

Bitvavo

$ cp .accounts.bitvavo.example.json .accounts.bitvavo.json

Now it's time to enter your Bitvavo API Key and API Secret into the .accounts.bitvavo.json file.

And after that run the following command:

$ npm run bitvavo && cat porto.bitvavo.pine

Open your generated Pine file in TradingView, click 'Add to Chart' and open one of your stock positions. You will see a line at your (avg) entry (aka GAK) and eventually a line(s) for remaining buy/sell orders you have for this position.