Bitcoin Forum
May 25, 2024, 11:09:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 8 »  All
  Print  
Author Topic: Coinorama.net - BTC markets & network charts + blocks list  (Read 23998 times)
oda.krell
Legendary
*
Offline Offline

Activity: 1470
Merit: 1007



View Profile
August 13, 2014, 03:01:27 PM
 #101

Looks very good to me. I like it.

But it _does_ look like sthg broke.

How to reproduce:

Single exchange, Bitstamp.

Settings: disable small views. disable moving averages.

Change time scale, or reload page: bid/ask doesn't load anymore.

Not sure which Bitcoin wallet you should use? Get Electrum!
Electrum is an open-source lightweight client: fast, user friendly, and 100% secure.
Download the source or executables for Windows/OSX/Linux/Android from, and only from, the official Electrum homepage.
razibuzouzou (OP)
Sr. Member
****
Offline Offline

Activity: 354
Merit: 251


coinorama.net


View Profile WWW
August 13, 2014, 03:56:23 PM
 #102

Looks very good to me. I like it.

But it _does_ look like sthg broke.

How to reproduce:

Single exchange, Bitstamp.

Settings: disable small views. disable moving averages.

Change time scale, or reload page: bid/ask doesn't load anymore.

Hey Oda,
Thanks for the feedback. Indeed, the "disable moving averages" setting breaks the bids/asks ratio chart.
I fixed it in my development tree yesterday, but forgot to push the fix on the server. It's now fixed.
Greetings Smiley

ps: coming this week-end -> MACD, code optimization and various minor fixes & improvements
oda.krell
Legendary
*
Offline Offline

Activity: 1470
Merit: 1007



View Profile
August 13, 2014, 05:47:05 PM
 #103

Works now Smiley

Any chance you could make the MA on the first chart optional? It's sometimes preferable to see price alone, without any overlaid indicators.

Not sure which Bitcoin wallet you should use? Get Electrum!
Electrum is an open-source lightweight client: fast, user friendly, and 100% secure.
Download the source or executables for Windows/OSX/Linux/Android from, and only from, the official Electrum homepage.
razibuzouzou (OP)
Sr. Member
****
Offline Offline

Activity: 354
Merit: 251


coinorama.net


View Profile WWW
August 13, 2014, 08:03:00 PM
 #104

Any chance you could make the MA on the first chart optional? It's sometimes preferable to see price alone, without any overlaid indicators.

Yes, I am adding a MA toggle to each relevant chart.
The settings window should be gone by the end of the week.

By the way, I just fixed touch events on tablets and phones... Hurray !
razibuzouzou (OP)
Sr. Member
****
Offline Offline

Activity: 354
Merit: 251


coinorama.net


View Profile WWW
August 17, 2014, 06:27:37 PM
 #105

Hello,

I just pushed a significant update, I hope it doesn't break anything...

Major changes are :
 * Added MACD chart
 * Added RSI chart
 * Added customization controls to many charts
 * Improved volume and relative volume charts
 * Optimized data decoding and processing

Have a nice week !
JorgeStolfi
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1003



View Profile
August 22, 2014, 02:13:46 AM
 #106

Inevitable plug for
http://www.coinorama.net/
from me Cheesy
Nice site! 

However, I was confused for a while because the color key in some plots was incomplete (In the Order Book, for example, there was no key for the blue line.)   Eventually it occurred to me that the key may be clipped off, and indeed the missing patches showed up one I widened the window to the full width of my display (1680 px).

Since some people will not have that many pixels, why not display the color key only once, vertically, on the right column?  (The colors had better be the same for all plots, anyway, to make the charts easier to read.)  It would also leave more space for the plots themselves.

You may consider also allowing the user to select which exchanges are to be plotted (if there is not such a feature already), perhaps up to a certain maximum.  I would rather look at OKCoin or Huobi rather than BTC-China.

Some people will want to see more than 1 year.

Three features that I miss in BitcoinWisdom and you may want to add to beat the competition: volume in log scale (Eg. did Huobi grow exponentially since it opened?), a trade-by trade plot, like this

and the ability to plot any past epoch with 1 minute resolution (which requires entering the start date-time with keyboard -- scrolling would be too cumbersome).  Bitcoincharts has this.

Another thing that may become very popular is a merged order book depth plot.  Namely, merge the order books from all exchanges (with proper shifts and conversion factors) and then compute the cumulative sums.  I believe this makes sense, since arbitrage effectively merges all exchanges into a single market -- so that, for example, a huge bid wall in China will block a price drop at Bitstamp.

All the best, --jorge

Academic interest in bitcoin only. Not owner, not trader, very skeptical of its longterm success.
razibuzouzou (OP)
Sr. Member
****
Offline Offline

Activity: 354
Merit: 251


coinorama.net


View Profile WWW
August 22, 2014, 11:34:18 AM
 #107

Hi Jorge, thanks for taking some time off the Wall observer to comment here Wink

However, I was confused for a while because the color key in some plots was incomplete (In the Order Book, for example, there was no key for the blue line.)   Eventually it occurred to me that the key may be clipped off, and indeed the missing patches showed up one I widened the window to the full width of my display (1680 px).

Since some people will not have that many pixels, why not display the color key only once, vertically, on the right column?  (The colors had better be the same for all plots, anyway, to make the charts easier to read.)  It would also leave more space for the plots themselves.
Yeah, I am trying to figure out something better ; but I've been unsuccessful so far.
I am not sure about moving the key out of each chart box, this might not be visually appealing, and it would prevent individual screenshots...

You may consider also allowing the user to select which exchanges are to be plotted (if there is not such a feature already), perhaps up to a certain maximum.  I would rather look at OKCoin or Huobi rather than BTC-China.
That's already possible ! You may select up to five exchanges ; unselect one of the five to be able to select another one.

Three features that I miss in BitcoinWisdom and you may want to add to beat the competition: volume in log scale (Eg. did Huobi grow exponentially since it opened?), a trade-by trade plot, like this and the ability to plot any past epoch with 1 minute resolution (which requires entering the start date-time with keyboard -- scrolling would be too cumbersome).  Bitcoincharts has this.
OK for volume in log scale, I'll try to add it this week-end.
Not OK for trade-by-trade plot, this won't be easy to implement given the current data model.
Why not for epoch selection, it's actually available in the back-end; I still have to design a nice UI for that and patch a few things.

Another thing that may become very popular is a merged order book depth plot.  Namely, merge the order books from all exchanges (with proper shifts and conversion factors) and then compute the cumulative sums.  I believe this makes sense, since arbitrage effectively merges all exchanges into a single market -- so that, for example, a huge bid wall in China will block a price drop at Bitstamp.
Ah yes, it has indeed been requested by others ; might be available in two weeks.

Thanks again for the thorough feedback, have a nice week-end !
razibuzouzou (OP)
Sr. Member
****
Offline Offline

Activity: 354
Merit: 251


coinorama.net


View Profile WWW
August 24, 2014, 06:06:47 PM
 #108

Hello,

This week changelog looks like this :
 * Added ADX, TSI and ATR charts
 * Added 3h, 12h, 3d, 2w, 3m view periods
 * Added Min/Avg/Max Price chart [experimental]
 * Improved x-axis ticks formatting
 * Added log display mode to price, volume and nb. trades chart
 * Smoothed RSI and Bids/Asks ratio in multi mode
 * Minor fixes

Feedbacks on the Min/Avg/Max price are welcome : it's a last minute hack.

Have a nice week !

ps: data collection of LakeBTC is now fixed, I'll remove data older than yesterday next week
derpinheimer
Legendary
*
Offline Offline

Activity: 896
Merit: 1000


View Profile
August 25, 2014, 01:02:12 AM
 #109

Nice changes!  Grin
razibuzouzou (OP)
Sr. Member
****
Offline Offline

Activity: 354
Merit: 251


coinorama.net


View Profile WWW
August 31, 2014, 05:27:54 PM
 #110

Hello,

In the news this week :
 * Added Standard Deviation Chart
 * Added KorbitKRW exchange
 * Improved exchange selection UI
 * Added alert system

Greetings !
razibuzouzou (OP)
Sr. Member
****
Offline Offline

Activity: 354
Merit: 251


coinorama.net


View Profile WWW
September 07, 2014, 02:46:06 PM
 #111

Hello,

Much work happened on the data backend this week.
The ticker has been slightly improved, as well as the ticker API.
Besides, coinfloorGBP, anxEUR and anxGBP are now listed.

Cheers !
oda.krell
Legendary
*
Offline Offline

Activity: 1470
Merit: 1007



View Profile
September 09, 2014, 10:35:30 AM
 #112

Hey

Great to see the latest updates.

Two requests:

1) (very minor) it seems that color choice (classic, thematic) isn't remembered after reload

2) (more interesting) any chance you can make graphs "vertically fill the space"? As in, if I close one of the graph windows, the remaining ones fill out the vertical space. Would be useful to see price or bid/ask graph in more (vertical) detail.

Example picture:


Not sure which Bitcoin wallet you should use? Get Electrum!
Electrum is an open-source lightweight client: fast, user friendly, and 100% secure.
Download the source or executables for Windows/OSX/Linux/Android from, and only from, the official Electrum homepage.
razibuzouzou (OP)
Sr. Member
****
Offline Offline

Activity: 354
Merit: 251


coinorama.net


View Profile WWW
September 09, 2014, 05:17:40 PM
 #113

Hey

Great to see the latest updates.

Two requests:
1) (very minor) it seems that color choice (classic, thematic) isn't remembered after reload

2) (more interesting) any chance you can make graphs "vertically fill the space"? As in, if I close one of the graph windows, the remaining ones fill out the vertical space. Would be useful to see price or bid/ask graph in more (vertical) detail.

Hi oda, I just pushed an update which should address your requests (don't forget to reload the page twice to make sure your browser fetches the new version).
Note that you must click on the expand button in order for the chart to take all space available (I have to draw a better button for that, no success so far; it's the button right after the chart type selection).
Play with it a little to get the logic.


This is going to be nice eventually for technical analysis.

I'll keep an eye out for this. Thanks OP.

Hi bastilar, thanks for your feedback Smiley
oda.krell
Legendary
*
Offline Offline

Activity: 1470
Merit: 1007



View Profile
September 16, 2014, 04:01:43 PM
 #114

Hey again

I was wondering, how difficult it would be to change the data presentation of coinorama to a more "traditional" and, ultimately, more informative way, where 'time period displayed' and 'time resolution' are not 1:1 linked?

As in: you can set a time resolution (daily, weekly, hourly), but you can zoom in/zoom out (within limits) given that time resolution.

Bitcoinwisdom is probably a good example for that behavior.

Probably quite a rework of your current site, but I'm just throwing it out as a suggestion to what could still be improved Smiley

Not sure which Bitcoin wallet you should use? Get Electrum!
Electrum is an open-source lightweight client: fast, user friendly, and 100% secure.
Download the source or executables for Windows/OSX/Linux/Android from, and only from, the official Electrum homepage.
razibuzouzou (OP)
Sr. Member
****
Offline Offline

Activity: 354
Merit: 251


coinorama.net


View Profile WWW
September 16, 2014, 04:23:52 PM
 #115

Hey again

I was wondering, how difficult it would be to change the data presentation of coinorama to a more "traditional" and, ultimately, more informative way, where 'time period displayed' and 'time resolution' are not 1:1 linked?

As in: you can set a time resolution (daily, weekly, hourly), but you can zoom in/zoom out (within limits) given that time resolution.

Bitcoinwisdom is probably a good example for that behavior.

Probably quite a rework of your current site, but I'm just throwing it out as a suggestion to what could still be improved Smiley

Hi Oda,

You're right, data presentation should not be focused on time periods only, but also provides time resolution.
Zooming and scrolling aside, this can be implemented without much new development. And the first step towards this evolution would probably be to display both time resolution & time period.

I'll try to activate the first step by the end of the month, but cannot make any promise for going further at the moment as my TODO list is pretty full.

Regards
oda.krell
Legendary
*
Offline Offline

Activity: 1470
Merit: 1007



View Profile
September 16, 2014, 04:28:17 PM
 #116

Hey again

I was wondering, how difficult it would be to change the data presentation of coinorama to a more "traditional" and, ultimately, more informative way, where 'time period displayed' and 'time resolution' are not 1:1 linked?

As in: you can set a time resolution (daily, weekly, hourly), but you can zoom in/zoom out (within limits) given that time resolution.

Bitcoinwisdom is probably a good example for that behavior.

Probably quite a rework of your current site, but I'm just throwing it out as a suggestion to what could still be improved Smiley

Hi Oda,

You're right, data presentation should not be focused on time periods only, but also provides time resolution.
Zooming and scrolling aside, this can be implemented without much new development. And the first step towards this evolution would probably be to display both time resolution & time period.

I'll try to activate the first step by the end of the month, but cannot make any promise for going further at the moment as my TODO list is pretty full.

Regards

Hey

Very cool you're not dismissing the idea entirely. No hurry to implement it, imho, it's a major change in presentation, and should probably be thought through well before you decide on a way to to do it.

P.S. Your site rocks.

Not sure which Bitcoin wallet you should use? Get Electrum!
Electrum is an open-source lightweight client: fast, user friendly, and 100% secure.
Download the source or executables for Windows/OSX/Linux/Android from, and only from, the official Electrum homepage.
blue eyes
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
September 20, 2014, 03:29:15 AM
 #117

Hi everybody,

I am glad to announce : http://www.coinorama.net
I hope it can be useful. Of course, there are some limitations, hopefully it will be addressed with time.
Do not hesitate to post feedbacks, ideas, etc. !


https://i.imgur.com/1o67LTPl.png
Current Status - 07th September 2014

Markets :
Shows trading history of the main USD, EUR, CNY, GBP, HKD, BRL, PLN, CAD, KRW, ILS and LTC exchanges.
Bitcoin price is expressed in local currency, or USD/BTC.
Exchanges can be monitored one-at-a-time, simultaneously and averaged.

Network :
Shows network hashrate vs. difficulty, as well as a few statistics about blocks.
Thanks to mempool.info, this section also shows major mining pools share.

Blockchain :
Enables blockchain browsing through a windowed interface
Note: this is currently disabled because of storage issues.

nice chart, still a little bit unclear. but much clearer than before. thx.
razibuzouzou (OP)
Sr. Member
****
Offline Offline

Activity: 354
Merit: 251


coinorama.net


View Profile WWW
September 21, 2014, 04:56:23 PM
 #118

Hello,

Here are the main news for this week :
 * Added 2h and 4h views.
 * Added view timespan/interval mode selection.
 * Improved alerts (added saving and edition).

Cheers Smiley
GreekGeek
Hero Member
*****
Offline Offline

Activity: 577
Merit: 500


Jesus was a (Goddamn) hippy socialist


View Profile
October 17, 2014, 02:18:16 AM
 #119

Hello

Coinorama is very nice !!!
found it about a month ago
 
I really like the graph of total volume (in BTC) of major exchanges

Is it  much to ask for a total volume in USD too ,  Roll Eyes Roll Eyes


retirement fund : 1NBM5DM317RfWsHXKUfPUDtba2scavpPoB
naddison
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
November 10, 2014, 12:06:56 AM
 #120

Nice site. I've been using it for a while now

Is there something wrong with the AnxPro BTCUSD price? It's no longer matching the last price in the AnxPro API ticker
https://anxpro.com/api/2/BTCUSD/money/ticker_fast
Pages: « 1 2 3 4 5 [6] 7 8 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!