tarkah / tickrs

Realtime ticker data in your terminal 📈
MIT License
1.16k stars 58 forks source link

Position calculation #120

Open Petemir opened 3 years ago

Petemir commented 3 years ago

Hello, first of all, thank you for this software, it looks great!

Have you considered the possibility of specifying an X amount per ticker in order to calculate the final position? I don't know if you think it's useful, or out of scope...

Thanks!

tarkah commented 3 years ago

Hey! Sorry I was out on vacation. I'm not sure I understand what you mean about "X amount per ticker in order to calculate final position". Can you provide further clarification?

Petemir commented 3 years ago

Hey, no problem about the delay! This isn't your job :). Sorry, I wasn't very clear and being technical language perhaps I wrongly translated from my mother tongue, but what I (basically) meant is:

I have a ticker for $TSLA, another for $GME. I have 5 $TSLA stocks, and 3 $GME stocks, then I could calculate the amount I hold in each one of the tickers (5$TSLA, 3$GME) and even the total amount (5$TSLA + 3$GME).

tarkah commented 3 years ago

Ahh, so basically graph out your portfolio balance?

This could be a cool feature that I may implement eventually. I'll add an enhancement label to this issue and maybe I can get around to it one day.