Pages:
Author

Topic: BitcoinWisdom.com - Live Bitcoin/LiteCoin Charts - page 73. (Read 502630 times)

newbie
Activity: 33
Merit: 0
I'm probably late, but Cryptsy DOGE/BTC is pretty much useless at the moment Sad

Any plans to fix that?

Thanks Smiley
hero member
Activity: 602
Merit: 505
Dear @BitcoinWisdom, in case you care: Yesterday I spotted several pairs of consecutive entries out of chronological order in Bitstamp's transaction log, as displayed in your chart:
...
#   2014-05-23 02:14:51 2014-05-23 02:14:56
#   2014-05-23 03:13:05 2014-05-23 03:13:09
#   2014-05-23 03:12:59 2014-05-23 03:13:02
#   2014-05-23 03:12:34 2014-05-23 03:12:36
#   2014-05-23 03:17:14 2014-05-23 03:17:16
#   2014-05-23 03:24:26 2014-05-23 03:24:31
#   2014-05-23 03:43:30 2014-05-23 03:43:33
...

I did not see any such things in Huobi's transaction logs, so it must be Bitstamp's fault.  Do not know about other exchanges.

For Bitstamp, it is not a problem. The system uses both Websocket(Realtime) and HTTP API(several seconds lag). Realtime have tid but doesn't have timestamp.

Data from Realtime uses server time as timestamp, so it must be some seconds ahead real trade time. and Realtime is not stable, data is missed sometimes. When HTTP API refilled the missed data and the trades order is base on tid, then the time is not continuous.

The server only store the data from HTTP in database, so the data is always correct.

It seems no harmful to order the trades by timestamp and tid instead of pure tid.  It could be improved.
hero member
Activity: 910
Merit: 1003
Dear @BitcoinWisdom, in case you care: Yesterday I spotted several pairs of consecutive entries out of chronological order in Bitstamp's transaction log, as displayed in your chart:
...
#   2014-05-23 02:14:51 2014-05-23 02:14:56
#   2014-05-23 03:13:05 2014-05-23 03:13:09
#   2014-05-23 03:12:59 2014-05-23 03:13:02
#   2014-05-23 03:12:34 2014-05-23 03:12:36
#   2014-05-23 03:17:14 2014-05-23 03:17:16
#   2014-05-23 03:24:26 2014-05-23 03:24:31
#   2014-05-23 03:43:30 2014-05-23 03:43:33
...

I did not see any such things in Huobi's transaction logs, so it must be Bitstamp's fault.  Do not know about other exchanges.
hero member
Activity: 602
Merit: 505
Cryptsy DRKBTC chart has been stuck for quite a while now
It seems Cryptsy has changed their timezone again.

--UPDATE--
The API returns nothing for drkbtc and others pairs. It should not be timezone issue. at least dogebtc works though it returns glitch data  some time.
DOGE/BTC and DRK/BTC uses same entry. that's quite strange for DOGE/BTC works but DRK/BTC does not work totally.

--UPDATE at 15:55 GMT --
The time must be broken once. The repeated trades is found obviously in some cold market such as VTC/BTC QRK/BTC.
I see.
The last trade is in the future with incorrect date. For example, the last trade of DRK/BTC in our database is 2014-05-24 03:19 GMT. All trades is ignored before 2014-05-24 03:19, so the trades is not refreshed anymore.
After trying fix the issue, with current Cryptsy API we used, It could not be avoided. because the tid is based on timestamp. Exchange should keep the time and data  always correct. So finally only roughly remove all data between 2014-05-22 22:00:00 to 2014-05-24 18:00:00

Also tried their authorized API which provide tid and low lag. Unfortunately it has nonce parameter which must be in ascend, it is conflict with the way extract the data in parallel. It will reduce the speed to 1/8.
hero member
Activity: 602
Merit: 505
whatsup with those multiple 590 buy price @ Cryptsy DOGE/BTC, was excited for a min only found out its a fake lol
The shape
  /\
 /  \
/    \
is caused by our anti-glitch mechanism for Cryptsy.
That means they keep returning very high price for long time.
hero member
Activity: 602
Merit: 505
Cryptsy DRKBTC chart has been stuck for quite a while now
It seems Cryptsy has changed their timezone again.

--UPDATE--
The API returns nothing for drkbtc and others pairs. It should not be timezone issue. at least dogebtc works though it returns glitch data  some time.
DOGE/BTC and DRK/BTC uses same entry. that's quite strange for DOGE/BTC works but DRK/BTC does not work totally.

--UPDATE at 15:55 GMT --
The time must be broken once. The repeated trades is found obviously in some cold market such as VTC/BTC QRK/BTC.
I see.
The last trade is in the future with incorrect date. For example, the last trade of DRK/BTC in our database is 2014-05-24 03:19 GMT. All trades is ignored before 2014-05-24 03:19, so the trades is not refreshed anymore.
member
Activity: 61
Merit: 10
whatsup with those multiple 590 buy price @ Cryptsy DOGE/BTC, was excited for a min only found out its a fake lol
legendary
Activity: 1182
Merit: 1000
cryptsy DRK/BTC stuck at 0.0193499.
the chart seems to be working but the main amount is stuck/wrong. this has been going on for the last 2 days.
copper member
Activity: 224
Merit: 100
Cryptsy DRKBTC chart has been stuck for quite a while now
legendary
Activity: 1470
Merit: 1007
Did you decide if you want to include MFI?

Like I argued in my previous post, for most day to day trading decision, the MFI oscillator is the most useful variant of the Chaikin Money flow based indicators (MFI, CMF, A/D). I just forgot to request it when I originally asked for the other two....
It should be no problem. but still have to find a way to support those indicators. My ideal indicators number is no more than 6. Too many indicators is helpful for indicator based invenstor. but for normal invenstors, they will mass the menu and confuse the user.

I see your point. I personally would kick out OBV (seems only useful for long term analysis, not so much trading decisions) and KDJ (because I have no fucking clue how to use it Tongue).
KDJ is similar Stochastic oscillator(KD index), but uses EMA instead of MA to calculate K and D, J equals 3*K-2*D
OBV is another user requested very long time ago. I rarely use it too.

Hey, I just had an idea:

Say the 'settings' tab only shows the 6 indicators you think are the most used ones, or most useful.

And then, in the 'indicator parameters' tab, you have a full list of /all/ the indicators in one line, and you can click on them to show/hide them in the 'settings' menu.

You see what I mean?
hero member
Activity: 602
Merit: 505
Did you decide if you want to include MFI?

Like I argued in my previous post, for most day to day trading decision, the MFI oscillator is the most useful variant of the Chaikin Money flow based indicators (MFI, CMF, A/D). I just forgot to request it when I originally asked for the other two....
It should be no problem. but still have to find a way to support those indicators. My ideal indicators number is no more than 6. Too many indicators is helpful for indicator based invenstor. but for normal invenstors, they will mass the menu and confuse the user.

I see your point. I personally would kick out OBV (seems only useful for long term analysis, not so much trading decisions) and KDJ (because I have no fucking clue how to use it Tongue).
KDJ is similar Stochastic oscillator(KD index), but uses EMA instead of MA to calculate K and D, J equals 3*K-2*D
OBV is another user requested very long time ago. I rarely use it too.
legendary
Activity: 1470
Merit: 1007
Did you decide if you want to include MFI?

Like I argued in my previous post, for most day to day trading decision, the MFI oscillator is the most useful variant of the Chaikin Money flow based indicators (MFI, CMF, A/D). I just forgot to request it when I originally asked for the other two....
It should be no problem. but still have to find a way to support those indicators. My ideal indicators number is no more than 6. Too many indicators is helpful for indicator based invenstor. but for normal invenstors, they will mass the menu and confuse the user.

I see your point. I personally would kick out OBV (seems only useful for long term analysis, not so much trading decisions) and KDJ (because I have no fucking clue how to use it Tongue).
hero member
Activity: 602
Merit: 505
@bitcoinwisdom - mind answering my question?

Edit: Even copied it here for you:
Quote
Where can we find list of all markets and crypto combinations?

For instance there's drk/btc on Cryptsy because I heard about it here:
https://bitcoinwisdom.com/markets/cryptsy/drkbtc

But no way to navigate to it from the website.
Currently, there is no full list. For good news, an overview page is almost finished, All altcoin will be listed on that page.
hero member
Activity: 602
Merit: 505
really happy to see vault of satoshi on bitcoinwisdom. Is it possible to also see ltc/btc and ltc/cad trading pairs? vos indicated taht it was up to bitcoinwisdom to add those now that their API was in place. being a canadian it would be nice to see some more localized charts for those trading pairs rather than having to always switch views to other exchanges.

also, i'm sure this is something that must come up often, but are there any plans for a mobile app or mobile friendly website?

doing great work, keep it up!
LTC/CAD has too few volume. It's only less than 100 LTC per day currently. it would be supported when there are more volume.

Yes, mobile is very important.
newbie
Activity: 9
Merit: 0
@bitcoinwisdom - mind answering my question?

Edit: Even copied it here for you:
Quote
Where can we find list of all markets and crypto combinations?

For instance there's drk/btc on Cryptsy because I heard about it here:
https://bitcoinwisdom.com/markets/cryptsy/drkbtc

But no way to navigate to it from the website.
hero member
Activity: 602
Merit: 505
Did you decide if you want to include MFI?

Like I argued in my previous post, for most day to day trading decision, the MFI oscillator is the most useful variant of the Chaikin Money flow based indicators (MFI, CMF, A/D). I just forgot to request it when I originally asked for the other two....
It should be no problem. but still have to find a way to support those indicators. My ideal indicators number is no more than 6. Too many indicators is helpful for indicator based invenstor. but for normal invenstors, they will mass the menu and confuse the user.
legendary
Activity: 1470
Merit: 1007
Did you decide if you want to include MFI?

Like I argued in my previous post, for most day to day trading decision, the MFI oscillator is the most useful variant of the Chaikin Money flow based indicators (MFI, CMF, A/D). I just forgot to request it when I originally asked for the other two....
hero member
Activity: 602
Merit: 505
DRK is locked in the same place and won't update.   Sad
DRK works here. maybe there is temporary net issue. Compare the data of two different server from mintpal and cryptsy, no data is missed.
hero member
Activity: 602
Merit: 505
I noticed RSI lacks the overbought/oversold parameter tweaks. Any chance they will be added?
Do you mean the 30/70 line? The chart is filled the canvas, the line is only showed if the highest and lowest value out of 30 and 70.
Yes, the 30/70 line, usually it's customizable.
The line is part of indicator style instead of indicator parameter. Currently custom indicator style is not supported.
hero member
Activity: 602
Merit: 505
What's up? I can't draw lines?  Undecided
It happens from time to time.
I never met drawing related issue. The drawing function is offline function, it should be always work or never work. The most possible is user double-click the canvas to lock the cursor.
Pages:
Jump to: