staticvariablejames / InsugarTrading

Cookie Clicker add-on for stock market analytics.
GNU General Public License v3.0
21 stars 7 forks source link

Color of quantile percentage #3

Open thagusta opened 3 years ago

thagusta commented 3 years ago

Hey,

I don't really understand the color scale used in the quantile percentage. My idea would be to have them totally gray (or red) at 0% and totally green at 100% so that if you have two green numbers (stock & quantile) you should sell and if you have two gray numbers you should buy.

staticvariablejames commented 3 years ago

I designed these colors for my use case: briefly looking at stocks every now and then. Bright orange stocks are the ones that require attention (either buying or selling), whereas the gray ones don't.

I will add a configuration option for this.

agnesnutter commented 2 years ago

I imagine this is how you might implement it anyway, but to add my 2¢:

Currently it turns orange and bold when above or below 50%, but I only trade when much further from the edge — I'd want to highlight stocks I own when above ~70%, and stocks I don't own when below ~30%. So being able to adjust the cutoff points would be excellent!