Bitcoin Forum

Bitcoin => Project Development => Topic started by: cryptohappening on March 01, 2019, 11:51:54 AM



Title: Web application providing crypto and stock market information
Post by: cryptohappening on March 01, 2019, 11:51:54 AM
Web application I made to quickly search both cryptocurrencies and stocks. Currently has the following features:

  • Cryptocurrency market table
  • Growth history and all time high data
  • Historical Charts with trend lines
  • Twitter and Reddit New's Sources
  • Sentiment Analysis on "bitcoin" using both reddit and twitter data
  • Cryptocurrency and stock search functionality

Data is provided by CoinGecko, Alpha Vantage, Reddit/Twitter API. Open to ideas on more features to add.
Link: https://www.marketinfo.io (https://www.marketinfo.io)


Title: Re: Web application providing crypto and stock market information
Post by: hugeblack on March 04, 2019, 01:23:26 PM
A good start, I like tracking prices from the news, so that their effect leads to better results than listening to the numbers, but your site needs a lot of work in the following:

 - Design: Design is not attractive at all, you need to make a layer for each table separate from other layers and then link them together attractively.
 - Modify the search option: When I search for any currency, the MarketCap table is present,+ I can’t zoom charts.
 - Filter for news: Make a filter for the news because there is a lot of news on Reddit is not related/effected on prices.

Good Luck :D


Title: Re: Web application providing crypto and stock market information
Post by: cryptohappening on March 05, 2019, 05:22:12 AM
A good start, I like tracking prices from the news, so that their effect leads to better results than listening to the numbers, but your site needs a lot of work in the following:

 - Design: Design is not attractive at all, you need to make a layer for each table separate from other layers and then link them together attractively.
 - Modify the search option: When I search for any currency, the MarketCap table is present,+ I can’t zoom charts.
 - Filter for news: Make a filter for the news because there is a lot of news on Reddit is not related/effected on prices.

Good Luck :D

Thank you for the feedback:) For design, do you mean add borders to clearly separate the layers? I re-designed the charts combining price and volume to allow more viewing space. Also, you should be able to zoom on the charts now. Filtering the news is definitely something I'm looking into.


Title: Re: Web application providing crypto and stock market information
Post by: cryptohappening on March 09, 2019, 07:38:27 AM
I just wanted to update anyone who may be following this thread. I did some design modifications(chart layout, scrollbars, layer borders) that I feel are an improvement. Also, cryptocurrency news is now filtered by search results. I hope this serves useful:)


Title: Re: Web application providing crypto and stock market information
Post by: Stedsm on March 13, 2019, 06:37:57 AM
I just wanted to update anyone who may be following this thread. I did some design modifications(chart layout, scrollbars, layer borders) that I feel are an improvement. Also, cryptocurrency news is now filtered by search results. I hope this serves useful:)

The web application looks great and too much user-friendly that I've become a fan immediately and bookmarked it. There are certain things which I'm not too aware of:
- I've found everything crypto related at your site, so where do I need to check to see for the "stocks" exactly? Or are they limited to the news part only?
- I'd also ask you to add buttons through which users can give their sentiments about market potential like with that news, the associated coin/stock would grow/decline/remain neutral (I've asked this in a thread where we were talking about building a better portfolio app and what do well expect from it).
- For more knowledge to be shared, allow your audience to actively take part by adding a chat resource and/or allowing them to share their own links to important articles (obviously after you allowing the permission to show up on your site after reviewi that link).


Title: Re: Web application providing crypto and stock market information
Post by: legendster on March 13, 2019, 06:49:44 AM
See if you can implement cryptowat.ch or Tradingview charts. Would love to see cryptowat.ch implemented actually.


Title: Re: Web application providing crypto and stock market information
Post by: cryptohappening on April 01, 2019, 07:33:14 AM
I just wanted to update anyone who may be following this thread. I did some design modifications(chart layout, scrollbars, layer borders) that I feel are an improvement. Also, cryptocurrency news is now filtered by search results. I hope this serves useful:)

The web application looks great and too much user-friendly that I've become a fan immediately and bookmarked it. There are certain things which I'm not too aware of:
- I've found everything crypto related at your site, so where do I need to check to see for the "stocks" exactly? Or are they limited to the news part only?
- I'd also ask you to add buttons through which users can give their sentiments about market potential like with that news, the associated coin/stock would grow/decline/remain neutral (I've asked this in a thread where we were talking about building a better portfolio app and what do well expect from it).
- For more knowledge to be shared, allow your audience to actively take part by adding a chat resource and/or allowing them to share their own links to important articles (obviously after you allowing the permission to show up on your site after reviewi that link).

Thank you :)
Currently the bulk of the web application is focused on cryptocurrency. Stocks can be searched by symbol using the search bar at the top right (Stock news currently not supported).
Adding a button through which users can give their sentiments about market potential is a great idea.
Adding a chat resource/place to share links to important articles is another great idea.
I'll look into these ideas and see what I can do. Thanks again for the feedback.


Title: Re: Web application providing crypto and stock market information
Post by: cryptohappening on April 01, 2019, 07:37:02 AM
See if you can implement cryptowat.ch or Tradingview charts. Would love to see cryptowat.ch implemented actually.

Would you like to see cryptowat.ch or Tradingview charts replace the current chart altogether or work alongside it? The only reason I would be hesitant to replace altogether would be because I worked pretty hard to get the trend lines to work. Thanks for the feedback.