topscoder / degiro-tradingview

Visualize your entire DeGiro or Bitvavo portfolio in TradingView by plotting lines at the chart for your (avg) entries, buy and sell orders.
1 stars 1 forks source link

please elaborate #1

Open Deliki opened 1 year ago

Deliki commented 1 year ago

Could you please elaborate a bit more what this really is doing in Tradingview, probably with an example? Could you also explain the stepped approach to use the Node?

topscoder commented 1 year ago

Sure, this tool is fetching all your positions out of Degiro and plots relevant price points on the corresponding chart in Tradingview. Relevant price points are AVG entry price, and optional buy and sell orders if applicable. Recent versions of this tool also plot a table (leaderboard) with all your positions (tickers) so you have a nice overview.

To run this tool, you need to install the packages according to the steps in README.md. After installing successfully, you can run the tool npm run start which produces a porto.pine file. This file contains the script to be used in TradingView.

Screenshot 2023-03-31 at 09 07 31