- node 18.x
- TradingView
- Degiro username and password
- [AND/OR] Bitvavo API Key and API Secret
$ git clone https://github.com/topscoder/degiro-tradingview.git
$ cd degiro-tradingview
$ npm install
$ 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
$ 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.