Bitcoin Forum
April 20, 2024, 12:09:04 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin Charts - source code?  (Read 1290 times)
Hyena (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1011



View Profile WWW
September 17, 2013, 08:56:29 AM
 #1

I want my own currency to be displayed similarly to how bitcoincharts allows TA. Is the source code for rendering such images and doing the same TA open source?


★★★ CryptoGraffiti.info ★★★ Hidden Messages Found from the Block Chain (Thread)
1713571744
Hero Member
*
Offline Offline

Posts: 1713571744

View Profile Personal Message (Offline)

Ignore
1713571744
Reply with quote  #2

1713571744
Report to moderator
1713571744
Hero Member
*
Offline Offline

Posts: 1713571744

View Profile Personal Message (Offline)

Ignore
1713571744
Reply with quote  #2

1713571744
Report to moderator
1713571744
Hero Member
*
Offline Offline

Posts: 1713571744

View Profile Personal Message (Offline)

Ignore
1713571744
Reply with quote  #2

1713571744
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713571744
Hero Member
*
Offline Offline

Posts: 1713571744

View Profile Personal Message (Offline)

Ignore
1713571744
Reply with quote  #2

1713571744
Report to moderator
Hyena (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1011



View Profile WWW
September 17, 2013, 09:06:34 AM
 #2

PHP, javascript and if necessary then C++ would not be a problem either.

I'm a bit worried about the bandwidth though and would suggest rendering the chart at the client side. However, I really like bitcoincharts capabilities for technical analysis and would like some library with the same features. any suggestions?

★★★ CryptoGraffiti.info ★★★ Hidden Messages Found from the Block Chain (Thread)
Sukrim
Legendary
*
Offline Offline

Activity: 2618
Merit: 1006


View Profile
September 17, 2013, 09:14:43 AM
 #3

Depends on the resolution that clients can access I guess - giving out your data points and letting clients render the stuff might be nice (especially when having hover-text etc.), on the other side these are harder to export + performance can go down a LOT once you go past a few dozen data points (depending on the client machine of course).

PNGs should be reasonably small anyways and data likely can be cached a little bit too.
A site using highcharts would be https://ripplecharts.com/ for example, if you want to check that out further.

https://www.coinlend.org <-- automated lending at various exchanges.
https://www.bitfinex.com <-- Trade BTC for other currencies and vice versa.
Hyena (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1011



View Profile WWW
September 17, 2013, 10:36:32 AM
 #4

I don't like the charts being vector graphics based. The image should be easily saved and rendered at the client side. Also I'm not seeing any obvious controls for technical analysis with Highcharts.

★★★ CryptoGraffiti.info ★★★ Hidden Messages Found from the Block Chain (Thread)
Pages: [1]
  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!