tarkah/tickrs

Position calculation

Petemir opened this issue · 3 comments

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!

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?

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).

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.