UPDATE: You can skip steps 2 through 4 below once you've installed the tampermonkey extension. I uploaded my script to greasyfork, a popular website that hosts user scripts. You can visit the link below and install my user script with a single click.
https://greasyfork.org/en/scripts/31095-coin-market-cap-volume-to-market-cap-column
Hi all,
I have created a script that adds a custom column to http://coinmarketcap.com. It adds a column after the twenty-four hour volume column entitled "% Volume Ratio." This is the ratio of twenty-four hour volume to market cap, or (volume / market cap) * 100.
Below are the steps for enabling this script in your Chrome web browser.
Download the tampermonkey extension from the chrome web store. This extension allows you to install custom user scripts that run on certain webpages. The extension is located at: http://bit.ly/1iL5YRd.
Click on the tampermonkey icon it the upper right hand corner of your Chrome browser, then click on Create a new script.
Delete the boilerplate code that was created for you new script.
Head on over to my github, copy the code from there, and paste it into your script and click the save icon. https://github.com/deelawn/coinmarketcapratio/blob/master/ratio.user.js
Visit http://coinmarketcap.com to see the new column that has been added
Let me know if you have any trouble setting it up and I will help you troubleshoot. Also feel free to leave some comments requesting additional functionality. For programmers, feel free to submit a pull request to my repository if you make any improvements.
Thanks for reading,
deelawn
Interesting additional feature to coinmarketcap. I'm a little hesitating to install it though. I wish I have a time to review the code.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
There isn't much to it really; it's pretty straight forward, no obfuscations or anything misleading. Let me know if you have a question about the functionality of a certain line. I'd be happy to go over it with you.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I don't see anything malicious in it :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
What are the benefits of this to people in your opinion? Why would someone want to do this? I know the answer but including it in your post would make the post itself and your good work more useful. Good to see you here on Steem, buddy.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks eeks, good point. It's beneficial to see this ratio rather than having to compute it yourself for each currency/asset you're looking at. It's useful because a consistently high ratio indicates high liquidity. A sudden increase in the ratio could indicate a short term change in liquidity associated with a pump or dump.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey Deelawn, excellent work. Installed it. We need more realistic and useful metrics like this on coinmarketcap and used in crypto. Have you found any consistent relationships between 24 hour % change and volume ratio % change? Also, do you have any scripts I can run to include metrics like % available supply on market vs. total supply and other useful tools like that??
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @deelawn! You have completed some achievement on Steemit and have been rewarded with new badge(s) :
Award for the number of upvotes received
Click on any badge to view your own Board of Honnor on SteemitBoard.
For more information about SteemitBoard, click here
If you no longer want to receive notifications, reply to this comment with the word
STOP
By upvoting this notification, you can help all Steemit users. Learn how here!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @deelawn! You have completed some achievement on Steemit and have been rewarded with new badge(s) :
You made your First Comment
You got a First Reply
Click on any badge to view your own Board of Honnor on SteemitBoard.
For more information about SteemitBoard, click here
If you no longer want to receive notifications, reply to this comment with the word
STOP
By upvoting this notification, you can help all Steemit users. Learn how here!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Now this is quality content! Without this I wouldn't know that 20% of Litecoin's total marketcap is being traded daily. Obviously EOS is going crazy right now at 88% total volume being traded in one day. Bitshares and Antshares also have high volume ratios as well. Is there a way you can add a way method to the script so it sorts according to this ratio when clicking on the
% Volume Ratio
at the top?Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Trust me, I've tried. I'm not sure why it isn't working. I added the sortable class just as the other columns have but it still doesn't sort. Javascript isn't my strongest language. You should find a javascript ninja and have them figure it out. Then they can submit a pull request to me on github and everyone can benefit :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Good one deelawn. Could you tell me how to add % Change (7d)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey Deelawn, excellent work. Installed it. We need more realistic and useful metrics like this on coinmarketcap and used in crypto. Have you found any consistent relationships between 24 hour % change and volume ratio % change? Also, do you have any scripts I can run to include metrics like % available supply on market vs. total supply and other useful tools like that??
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit