Bitcoin Forum
May 05, 2024, 03:04:49 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 [69] 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 ... 151 »
  Print  
Author Topic: BitcoinWisdom.com - Live Bitcoin/LiteCoin Charts  (Read 502553 times)
BitcoinWisdom (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 505


View Profile
April 03, 2014, 07:06:57 PM
 #1361

I'm in the process of making python api modules for btc-e and so on.  I would definitely pay for a way to expedite / facilitate that.  Something to think about.

Like you have already really optimized this.  You have some ready to go metrics I would pay to subscribe for probably.
BTC-e's API is easy to use and there are some open source for it https://btc-e.com/api/documentation

Realtime Bitcoin/Litecoin Charts: BitcoinWisdom
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714878289
Hero Member
*
Offline Offline

Posts: 1714878289

View Profile Personal Message (Offline)

Ignore
1714878289
Reply with quote  #2

1714878289
Report to moderator
xgtele
Sr. Member
****
Offline Offline

Activity: 288
Merit: 250



View Profile
April 03, 2014, 07:09:27 PM
 #1362

BitcoinWisdom, is there any plans to add VTC/BTC pair from Bter?
Altoidnerd
Sr. Member
****
Offline Offline

Activity: 406
Merit: 251


http://altoidnerd.com


View Profile WWW
April 03, 2014, 07:10:21 PM
 #1363

Oh yeah I know it.  But I would sooner use YOUR api because you've already parsed everything and calculated things I want like:

"sell xxx XPM to receive yyy BTC and the price will reach zzz"

Furthermore building off this would be easy for so many reasons.  I'm tellin ya I think it could sell.  I want to make detectors that respond to certain changes in the order book, etc.  Starting with this seems much better than starting from each and every API.

And I just changed the url around and see there's lots of goodies.  YES.

If what you have is a collection of data good for traders made up from the various API's, I'm down.

Do you even mine?
http://altoidnerd.com 
12gKRdrz7yy7erg5apUvSRGemypTUvBRuJ
Altoidnerd
Sr. Member
****
Offline Offline

Activity: 406
Merit: 251


http://altoidnerd.com


View Profile WWW
April 03, 2014, 07:16:08 PM
 #1364

You could really have a high level language and environment for extracting market data in the works.  You're onto something here my friend great work.

Do you even mine?
http://altoidnerd.com 
12gKRdrz7yy7erg5apUvSRGemypTUvBRuJ
fuegofuego
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 04, 2014, 02:54:58 AM
 #1365

Hi there,
And thanks for your time, really impressive work you did!

http://i62.tinypic.com/ae31xd.jpg

Wonder which API are you taking this source from?
I tryed https://www.bitstamp.net/s/examples/live_order_book.html but does not match with the results am gettin on the bitcoinwisdomchart.com.

I want to keep track of the BitStamp OrderBook. Wonder if you know anyway to get accés to previous OrderTransactions registred on BitStamp?

My goal is to could READ it with calm and time on some kind of Excel document, example:
BTC/VALUE BOUGHT -- TIMESTAMP -- USD BOUGHT/PRICE
0.0104:39:14437.39
0.97384 04:37:50438.68
3.95 04:35:31436.5
0.31678 04:34:52436.5
5.73058 04:34:04436.5
0.03435 04:34:00436.56
0.2839 04:33:56436.64
0.15289 04:33:51436.71
0.01144 04:33:50436.74
0.03433 04:33:47436.8
0.04577 04:33:43436.89
0.20432 04:33:38437
0.03287 04:33:33437.1
The beggining of time


Is there any way to could track since the first day the BitStamp ORDERBOOK started?



Best regards.
James
BitcoinWisdom (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 505


View Profile
April 04, 2014, 12:48:52 PM
 #1366

Hi there,
And thanks for your time, really impressive work you did!

Wonder which API are you taking this source from?
I tryed https://www.bitstamp.net/s/examples/live_order_book.html but does not match with the results am gettin on the bitcoinwisdomchart.com.

I want to keep track of the BitStamp OrderBook. Wonder if you know anyway to get accés to previous OrderTransactions registred on BitStamp?

My goal is to could READ it with calm and time on some kind of Excel document, example:
BTC/VALUE BOUGHT -- TIMESTAMP -- USD BOUGHT/PRICE
0.0104:39:14437.39
0.97384 04:37:50438.68
3.95 04:35:31436.5
0.31678 04:34:52436.5
5.73058 04:34:04436.5
0.03435 04:34:00436.56
0.2839 04:33:56436.64
0.15289 04:33:51436.71
0.01144 04:33:50436.74
0.03433 04:33:47436.8
0.04577 04:33:43436.89
0.20432 04:33:38437
0.03287 04:33:33437.1
The beggining of time


Is there any way to could track since the first day the BitStamp ORDERBOOK started?



Best regards.
James
The trades is merged.
For example
5.73058   04:34:04   436.5
It could be
5.63000   04:34:04   436.5
0.10058   04:34:04   436.5
in Bitstamp
You could download historical data at bitcoincharts.com http://api.bitcoincharts.com/v1/csv/

Realtime Bitcoin/Litecoin Charts: BitcoinWisdom
MusX
Full Member
***
Offline Offline

Activity: 175
Merit: 100


View Profile
April 04, 2014, 02:01:56 PM
 #1367

Could you add support for prelude.io BTC and DOGE markets?
I'm sorry, prelude.io's volume is not enough. Current rule is quite strict. So I'm afraid it could not be added currently.
could you state the current rules?
how big volume is considered as enough?
you may consider to put it into first post.

azerbaidjan
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
April 04, 2014, 08:05:54 PM
Last edit: April 04, 2014, 08:47:07 PM by azerbaidjan
 #1368

Hi Mr bitcoinwisdom,

I absolutely love your interface and plan to possibly pay for the subscription. However I regularly press the wrong button and the page goes back or reload and all my lines goes astray. Can you make some "save" feature?

Many thanks for your feedback.

Take care,
az.

hZti
Hero Member
*****
Offline Offline

Activity: 952
Merit: 642

Magic


View Profile
April 05, 2014, 12:17:18 PM
 #1369

I would also love a "save" feature, because if i shout the PC down or reload the page all my trading plans are gone  Undecided
rfcdejong
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500


View Profile
April 05, 2014, 08:25:01 PM
 #1370

BitcoinWisdom, is there any plans to add VTC/BTC pair from Bter?

+1

or better VTC/BTC from cryptsy
xgtele
Sr. Member
****
Offline Offline

Activity: 288
Merit: 250



View Profile
April 05, 2014, 10:30:25 PM
 #1371

BitcoinWisdom, is there any plans to add VTC/BTC pair from Bter?

+1

or better VTC/BTC from cryptsy

or both Smiley
IamRichard
Hero Member
*****
Offline Offline

Activity: 567
Merit: 500



View Profile
April 06, 2014, 05:55:22 AM
 #1372

Awesome site.

Did you license a technology or built it yourself?
mega
Hero Member
*****
Offline Offline

Activity: 812
Merit: 500



View Profile
April 06, 2014, 10:34:11 AM
 #1373

BitcoinWisdom, is there any plans to add VTC/BTC pair from Bter?

+1

or better VTC/BTC from cryptsy

or both Smiley

Absolutely. Would love to see VTC/BTC at BW. Maybe in some near future?

Got my account back! It was hacked. Sorry about it :|
Parrini
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 06, 2014, 01:10:41 PM
 #1374

Hello, your service is awesome!

Any chance to support BTC/BRL from Mercado Bitcoin?

Thanks!
HandleX
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
April 07, 2014, 10:06:55 AM
Last edit: April 07, 2014, 10:18:52 AM by HandleX
 #1375

Your service is really good.

In old good times I've used clarkmoody's realtime MtGox service, it was great too.
There I can set sound play option — if some bitcoin amount was sold low sound is played, when buy event appeared — more enjoing higher tone sound is played.

Can you support such sound play option too? Thanks.
teddmarketing.com
Member
**
Offline Offline

Activity: 92
Merit: 10

TeddMarketing agency


View Profile WWW
April 08, 2014, 01:20:05 PM
 #1376

We could not find any other way except here to contact you,. Our client - Bitcoin stock exchange  wants you to add it to your service review. How can this be done and what rules do you have?
Yes, The most important is Good reputation, High Volume, Friendly API. and the exchange must have run for at least serveral weeks to months.
Thanks for reply,

ok, they already have all these things. What actionplan should they have next to be added?
PM me the site, API and bitcointalk announcement page or primary talking thread.
Sorry for bothering you,
I’ve written you all these details in PM few days ago, however I still didn’t get any answer.
Please check your PM and tell me the following steps.

TeddMarketing: Curiosity. Creativity. Cryptocurrency.
kodtycoon
Legendary
*
Offline Offline

Activity: 1568
Merit: 1002



View Profile
April 08, 2014, 02:17:47 PM
 #1377

hi just wondering is there anyway to zoom out in bitcoinwisdom to see above the highest value reached.. like i wana go to 3 day chart on bitstamp, logorythmic and zoom out to do chart lines so i can see where the price is headed if it follows same trend but cant find how to zoom out.. can only see to the highest value.. :/

             ▄▄██████▄
         ▄▄████████████
   ▄▄█████████▀▀   ▀████
 ▄███████████▄      ████
████▀   ▀▀██████▄▄▄████
████      ▄███████████▄
▀████▄▄▄████████▀▀▀████▄
 ▀███████████▀      ████
 ████▀▀▀██████▄▄   ▄███▀
████      ▀███████████▀
████▄   ▄▄█████████▀▀
 ████████████▀▀
  ▀██████▀▀
█████████████████

     ███

██████████

     ██████

███████████

     ███████████████

███████████████████
█████████████████

███   

██████████

██████   

███████████

███████████████   

███████████████████
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████▀███████▀   ▀▀▀▄█████
█████▌  ▀▀███▌       ▄█████

████▀               █████
█████▄              ███████
██████▄            ████████
███████▄▄        ▄█████████
█████▄▄       ▄████████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████████████▀▀███████
█████████████▀▀▀    ███████

███████▀▀▀   ▄▀   ███████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
█████████▌▐       █████████
██████████ ▄██▄  ██████████
████████████████▄██████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
███████▀           ▀███████
██████  ▄██▀▀▀▀▀█▀▄  ██████

█████  █▀  ▄▄▄  ▀█  █████
██████  █  █████  █  ██████
██████  █▄  ▀▀▀  ▄█  ██████
██████  ▀██▄▄▄▄▄██▀  ██████
███████▄           ▄███████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
▄█████████████████████████▄
███████████████████████████
███████████████████████████
██████████▀█████▀██████████
███████▀  ▀     ▀  ▀███████

█████▌             ▐█████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
██████▄  ▄▄▄   ▄▄▄  ▄██████
████████▄▄███████▄▄████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
kolev
Member
**
Offline Offline

Activity: 94
Merit: 10

My name is Nikolay and am a webaholic.


View Profile WWW
April 08, 2014, 04:51:09 PM
 #1378

Do you merge consequent transactions having the same price? http://screencast.com/t/mx6BAZu8J3o

Bitrated user: nikolay.
BitcoinWisdom (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 505


View Profile
April 08, 2014, 06:30:09 PM
 #1379

Hi Mr bitcoinwisdom,

I absolutely love your interface and plan to possibly pay for the subscription. However I regularly press the wrong button and the page goes back or reload and all my lines goes astray. Can you make some "save" feature?

Many thanks for your feedback.

Take care,
az.
I would also love a "save" feature, because if i shout the PC down or reload the page all my trading plans are gone  Undecided
Save feature is added.

Realtime Bitcoin/Litecoin Charts: BitcoinWisdom
BitcoinWisdom (OP)
Hero Member
*****
Offline Offline

Activity: 602
Merit: 505


View Profile
April 08, 2014, 06:33:39 PM
 #1380

Do you merge consequent transactions having the same price? http://screencast.com/t/mx6BAZu8J3o
It's merged, but base on time and trade type.

Realtime Bitcoin/Litecoin Charts: BitcoinWisdom
Pages: « 1 ... 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 [69] 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 ... 151 »
  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!