brianleect / binance-coinbase-listing-predictor

Attempts to predict possible future listings for binance and coinbase based on data from top 1000 coins.
9 stars 2 forks source link

[Improvement] Market cap + 24h Vol #7

Open brianleect opened 3 years ago

brianleect commented 3 years ago

These information actually came along in the original table but were removed due to telegram being unable to display the full columns thus leaving us with the bare minimum. The length of market cap and 24h vol is rather long as well.

image

Assuming we can solve https://github.com/brianleect/binance-coinbase-listing-predictor/issues/6 and standardize alignment, we can consider adding back these columns as they are relatively insightful as well.

Additional Solutions

  1. Reduce length of market cap & 24h vol by using shorthand e.g. 250,000,000 -> 250m , 2,000,000,000 -> 2b?
brianleect commented 3 years ago

Can be solved by implementing a function which returns a simplified string based on price / marketcap value inputs.

Will implement once I'm less busy