huwwp / cryptop

command line crypto portfolio
MIT License
235 stars 41 forks source link

Change to 4 decimals instead of 2 #27

Closed jfestrada closed 7 years ago

jfestrada commented 7 years ago

Sometimes is better to be able to see 4 decimals instead of 2 rounded up or down, i.e.: XLM value is 0,0164 but you see 0,02 and this is not accurate.

huwwp commented 7 years ago

I've got something in the works for the print function, I'll include an option in the ini for number of decimal places/total length of the float so people can set it up how they like

roynalnaruto commented 7 years ago

@huwwp can I get access to the repository? I want to create a new pull request

huwwp commented 7 years ago

Latest build has options in the ini for setting decimal places and max field width. Delete your old config.ini or copy the relevant lines from the config.ini in the repo