Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text/bg color change on price update #157

Open
RowanFeely opened this issue Apr 1, 2021 · 1 comment
Open

Text/bg color change on price update #157

RowanFeely opened this issue Apr 1, 2021 · 1 comment

Comments

@RowanFeely
Copy link

Sometimes it can be hard to catch changes in values, which can be useful at times (ie. seeing constant updates in price potentially reflecting larger volumes selling/buying; yes i know its almost impossible to tell that from frequency of price change, but sometimes slow or non volatile stock being bought/value changing can be picked up aesthetically)

Would it be at all feasible or desired by other users to have stock values stored, and on update if the value has changed, represent that change visually like most other stock watching platforms do? For example:

  • yahoo finance: if theres a change, it flashes the background color of the text displaying the stock value to red or green depending on value change (positive/negative)

output_optimized

  • tradingview: changes the color of the text displaying the stock value to red or green depending on change, up to the decimal value. (eg. if TSLA is $1.01 and changes to $1.12, then the text color of the last 2 decimals (12 cents) is changed)

output_optimized1

I think it would be an easy test to change the stock price text bg color to red or green depending on value change (positive/negative) for 1 second after update. (if there is a change)
It will either be aesthetically sensible and bring a way to easily identify changes when they occur after a refresh, or heavy and confusing. I'm interested to see the result if we can manage.

@RowanFeely RowanFeely changed the title Text/bg color change on price update Text/bg color change on price update label:"feature request" Apr 1, 2021
@RowanFeely RowanFeely changed the title Text/bg color change on price update label:"feature request" Text/bg color change on price update Apr 1, 2021
@achannarasappa
Copy link
Owner

Thank you for the suggestion and the detailed examples to illustrate the concept!

I like the idea and I agree it would improve the user experience for the reasons you stated.

I'll need to put some more thought into when and how to indicate a a meaningful price change so as to not create too much noise. The change magnitude based visual indicator of tradingview's approach might be worth exploring further as a way to keep visual noise to a minimum.

@achannarasappa achannarasappa added this to the future-release milestone Apr 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants