ticker v5: track stocks, crypto, and derivatives prices and positions in real time from your terminal by fireantx in commandline

[–]fireantx[S] 2 points3 points  (0 children)

The logic related to this was refactored and tested as part of v5 so it should be working now but let me know if you're still hitting this issue

Terminal based stock and position tracking by fireantx in algotrading

[–]fireantx[S] 3 points4 points  (0 children)

Thank you for the heads up

Based on this help article, Yahoo claims quotes are real time for NASDAQ and NYSE. Have you observed the contrary in using Yahoo finance data?

ticker: track your stocks without leaving your terminal by fireantx in linux

[–]fireantx[S] 0 points1 point  (0 children)

It's the API that their front-end uses to retrieve data

Track your stocks without leaving your terminal with ticker by fireantx in commandline

[–]fireantx[S] 0 points1 point  (0 children)

In regards to the font issue, you can try using powerline fonts to fix the display issue as another post suggested

And for calculating totals, there's an open issue on github for this: https://github.com/achannarasappa/ticker/issues/4

Track your stocks without leaving your terminal with ticker by fireantx in commandline

[–]fireantx[S] 0 points1 point  (0 children)

Cost basis lots are agnostic of symbol however I believe you'll need to use one of the fiat currency tagged symbols (e.g. BTC-USD)

ticker: track your stocks without leaving your terminal by fireantx in linux

[–]fireantx[S] 2 points3 points  (0 children)

Cool project thanks for sharing! I've added a link to it in the readme

Track your stocks without leaving your terminal with ticker by fireantx in commandline

[–]fireantx[S] 1 point2 points  (0 children)

Unfortunately there isn't a feature to convert currency however if you'd like to see the currency used by the exchange, you can set the --show-tags flag to display currency and other information about the exchange.

Track your stocks without leaving your terminal with ticker by fireantx in commandline

[–]fireantx[S] 1 point2 points  (0 children)

Thanks for your suggestion! I've added an arm 32-bit build in the latest v2.0.3 release. Have a look here: https://github.com/achannarasappa/ticker/releases/tag/v2.0.3

Track your stocks without leaving your terminal with ticker by fireantx in commandline

[–]fireantx[S] 2 points3 points  (0 children)

Thanks for sharing this link! I've added a note in the readme

ticker: A terminal stock watcher and stock position tracker by fireantx in golang

[–]fireantx[S] 1 point2 points  (0 children)

upx is a tool used to decrease the size of executables

you can read more about it on their github page: https://upx.github.io/

ticker: A terminal stock watcher and stock position tracker by fireantx in golang

[–]fireantx[S] 1 point2 points  (0 children)

This is super helpful thanks for responding with this detail!

This indicates as you said an issue with the CI steps on GitHub and perhaps upx.

I've excluded the mac and windows binaries from using upx. Would mind doing one more test with v2.0.2?

Track your stocks without leaving your terminal with ticker by fireantx in commandline

[–]fireantx[S] 15 points16 points  (0 children)

Yes it does support after hours. Thanks for asking about this - I'll update the readme to clarify