wud
Newbie
Offline
Activity: 19
Merit: 0
|
|
January 09, 2014, 07:00:20 PM |
|
796 chart stopped working a few hours ago, API problem again?
|
|
|
|
BitcoinWisdom (OP)
|
|
January 09, 2014, 08:05:29 PM |
|
796 chart stopped working a few hours ago, API problem again?
Yes, 796 API is maintaining.
|
|
|
|
Montago
Newbie
Offline
Activity: 13
Merit: 0
|
|
January 09, 2014, 10:12:16 PM |
|
|
|
|
|
Zakendoen
Newbie
Offline
Activity: 45
Merit: 0
|
|
January 10, 2014, 12:16:29 AM |
|
I would love to see LTC/EUR! Would be great since it is not exactly correlated the same with USD.
|
|
|
|
Voodah
|
|
January 10, 2014, 02:20:29 AM |
|
Grats on Fibs, great job, keep at it !
|
|
|
|
CoolStoryBro
Member
Offline
Activity: 89
Merit: 10
|
|
January 10, 2014, 09:26:37 AM Last edit: January 10, 2014, 10:25:58 AM by CoolStoryBro |
|
Hello,
first off, thank you for amazing tool you providing. It's really great
now, up to suggestions:
1) option to summarize up all big buys/sales so these small particles like 0,001 BTC transactions will disappear. I'm not sure who is interested in that kind of data. Though, it should be kept for transparency,but at the separate mode.
How it can be done: either sum up all sell and buy volume (each separately) for the last 7-45 seconds, or increase minimum value to show, i.e. not show anything until value get to the 1BTC or something like that
2) change view of volume candles, so it will properly show volume for "sales" and for "buys" as I understand now, trade considered as "sale" when result is changing ex rate to lower (or touching buy orders). And "buy" considered as buy when its changing ex rate to higher
however volume candle is quite confusing: say, for the start of M15 candle someone can buy 500 btc on "dry" market triggering price from 800 to 820 and if there is small order book, ex rate could actually go to 790 with like 150 BTC until end of the M15 preiod - in that way, all volume for M15 candle would be red, but actual volume was more "green".
what if we divide these two volumes within one candle and color it differently?
for example. looking for the crash at bitstamp from 18-12-2013, volume 135 000 BTC how many btc was sold, and how many btc was bought, in terms how it's changed price?
or maybe I'm horribly misunderstanding something?
|
|
|
|
BitcoinWisdom (OP)
|
|
January 10, 2014, 02:06:49 PM |
|
Hello,
first off, thank you for amazing tool you providing. It's really great
now, up to suggestions:
1) option to summarize up all big buys/sales so these small particles like 0,001 BTC transactions will disappear. I'm not sure who is interested in that kind of data. Though, it should be kept for transparency,but at the separate mode.
How it can be done: either sum up all sell and buy volume (each separately) for the last 7-45 seconds, or increase minimum value to show, i.e. not show anything until value get to the 1BTC or something like that
2) change view of volume candles, so it will properly show volume for "sales" and for "buys" as I understand now, trade considered as "sale" when result is changing ex rate to lower (or touching buy orders). And "buy" considered as buy when its changing ex rate to higher
however volume candle is quite confusing: say, for the start of M15 candle someone can buy 500 btc on "dry" market triggering price from 800 to 820 and if there is small order book, ex rate could actually go to 790 with like 150 BTC until end of the M15 preiod - in that way, all volume for M15 candle would be red, but actual volume was more "green".
what if we divide these two volumes within one candle and color it differently?
for example. looking for the crash at bitstamp from 18-12-2013, volume 135 000 BTC how many btc was sold, and how many btc was bought, in terms how it's changed price?
or maybe I'm horribly misunderstanding something?
Currently volume's color is following main charts. I considered to split volume color base on bids/asks amount too. it will be supported in future.
|
|
|
|
BitcoinWisdom (OP)
|
|
January 10, 2014, 02:29:47 PM |
|
@BitcoinWisdom can you please shed some light on how StochRSI is implemented on your site and what library you use?
No library used, The formula I used is LC = [Previous CLOSE]; RSI = EWMA(MAX(CLOSE-LC,0),N,1)/EWMA(ABS(CLOSE-LC),N,1) *100; K = MA(RSI-LLV(RSI,M),P1)/MA(HHV(RSI,M)-LLV(RSI,M),P1)*100; D = MA(K,P2); N, M, P1, P2 are parameters. MA(X,N) = (X1+X2+X3+...+Xn)/N EWMA(X,N,M) = Y = [M*X+(N-M)*Y']/N (Y' means previous Y) HHV - Highest value LLV - Lowest Value
|
|
|
|
BitcoinWisdom (OP)
|
|
January 10, 2014, 02:32:02 PM |
|
hello, can anyone say me what in the chart of http://bitcoinwisdom.com/markets/btce/ltcusd is the math-formula of the brown-line and the blue-line? Is the MA for one minute (Moving Average) the average from a peroid of time (i.e. 18:01:00 - 18:01:59, 18:02:00 - 18:02:59, ...) or is this average only by time (i.e. 18:01:31 - 18:02:30, 18:01:32 - 18:02:31, ...)? thanks It's average close price of candlesticks.
|
|
|
|
CoolStoryBro
Member
Offline
Activity: 89
Merit: 10
|
|
January 10, 2014, 05:05:30 PM |
|
Hello,
first off, thank you for amazing tool you providing. It's really great
now, up to suggestions:
1) option to summarize up all big buys/sales so these small particles like 0,001 BTC transactions will disappear. I'm not sure who is interested in that kind of data. Though, it should be kept for transparency,but at the separate mode.
How it can be done: either sum up all sell and buy volume (each separately) for the last 7-45 seconds, or increase minimum value to show, i.e. not show anything until value get to the 1BTC or something like that
Currently volume's color is following main charts. I considered to split volume color base on bids/asks amount too. it will be supported in future. any chance of point one?
|
|
|
|
garan
Newbie
Offline
Activity: 44
Merit: 0
|
|
January 10, 2014, 06:51:42 PM Last edit: January 10, 2014, 11:51:15 PM by garan |
|
Do you use any framework for the charts? If no, why not? Wasn't it a lot of work?
Also, a bug (or maybe wanted feature) is that when there is a low volume (e.g. Kraken), if the chosen timeframe is e.g. 1 min and there isn't any trade during at least a whole minute then there will not be any space between the two candlesticks. Normal?
Put more simply, if you hover your mouse pointer over the candlesticks you may get 19:50, 19:51, 19:55 if there isn't any trades between 19:52:00 and 19:54:59.
|
|
|
|
crytoz
Newbie
Offline
Activity: 4
Merit: 0
|
|
January 10, 2014, 09:33:33 PM |
|
@BitcoinWisdom can you please shed some light on how StochRSI is implemented on your site and what library you use?
No library used, The formula I used is LC = [Previous CLOSE]; RSI = EWMA(MAX(CLOSE-LC,0),N,1)/EWMA(ABS(CLOSE-LC),N,1) *100; K = MA(RSI-LLV(RSI,M),P1)/MA(HHV(RSI,M)-LLV(RSI,M),P1)*100; D = MA(K,P2); N, M, P1, P2 are parameters. MA(X,N) = (X1+X2+X3+...+Xn)/N EWMA(X,N,M) = Y = [M*X+(N-M)*Y']/N (Y' means previous Y) HHV - Highest value LLV - Lowest Value Looks like slow Stochastic for RSI... Thank you!
|
|
|
|
BitcoinWisdom (OP)
|
|
January 11, 2014, 06:41:17 AM |
|
Do you use any framework for the charts? If no, why not? Wasn't it a lot of work?
Also, a bug (or maybe wanted feature) is that when there is a low volume (e.g. Kraken), if the chosen timeframe is e.g. 1 min and there isn't any trade during at least a whole minute then there will not be any space between the two candlesticks. Normal?
Put more simply, if you hover your mouse pointer over the candlesticks you may get 19:50, 19:51, 19:55 if there isn't any trades between 19:52:00 and 19:54:59.
No, the empty candlestick has been omitted.
|
|
|
|
BitcoinWisdom (OP)
|
|
January 11, 2014, 06:43:54 AM |
|
Is there a possibility to add straight lines in log space? When I try to do this now they become strait lines in normal space, and log lines in log space. Since bitcoin by nature rises exponentially over longer time spans, I highly wish for strait log space lines to be added.
+1 Straight lines on linear chart of something that does not follow an additive model do not make much sense anyways. The default should be: lines are straight lines on the log chart and appear exponential on the linear chart and also the default view for new users should be log scale and not linear. Now draw lines depend on the scale.
|
|
|
|
$1vEr.$urfer
Member
Offline
Activity: 66
Merit: 10
|
|
January 11, 2014, 08:48:05 AM |
|
First of all - congratulations on the most impressive and without doubt the leading online application/site for bitcoin trading on this planet! I cannot say enough good things about this app ... except that without it i doubt i'd be able to trade. If there was one "improvement" or enhancement I could suggest though, that would be to address those miniscual "noise" bids/offers that traders make to push other serious bids/offers off of the visible view of 15 bids/offers. You know what I'm referring to? I sometimes wish i could strangle whoever's pushing those stupid bids/offers!! Like my bid/offer - which would be considered a serious one ito volume - would be only a few cents, or even fraction of a cent below/above the "noise" - all of which have ridiculously small volumes of a small fraction of a litecoin or whatever, but they occur in successive intervals of 0.00001 cent! just there to piss people off and push the serious bids off of the screen realestate of 15 bids/offers... My suggestion - instead of being helpless and wishing to strangle the "noise makes" - is to make there miniscual bids/offers disappear completely by having a checkbox for example with "show only bids/offers > 1", "show only bids/offers > 10 etc.. If a particular chechbox is checked, then you remove all bids/offers below that particular volume, and in this way only bids/offers of the relative minimum volume magnitude are shown. I think this would be a wonderful enhancement to this already amazing app! And it would also go a long way in neutralising the sabotage attempts of those who attempt to "hog" the bid/offer view windows with their pathetically small volume noise. Let's face it - if one wants to buy or sell 1000 litecoins - for example - you really DO NOT want to see consecutive bids/offers for 0.0001 ltc - 0.00001 cent apart - being shown and thereby hiding all the serious volumes on offer below that do you? I know i certainly don't
|
|
|
|
Stingery64
Newbie
Offline
Activity: 59
Merit: 0
|
|
January 11, 2014, 11:46:45 AM Last edit: January 11, 2014, 04:25:28 PM by Stingery64 |
|
removed post problem solved after reset pc
|
|
|
|
Grinny
|
|
January 11, 2014, 11:48:24 AM Last edit: January 11, 2014, 12:57:05 PM by Grinny |
|
hey! really love your site! keep up the great work.
one improvement suggestion: would be cool, if the date & the date display at the bottom continues when the whole chart gets moved to the left in order to do a forecast! would make forecasting much easier and more precise.
|
|
|
|
uranian
|
|
January 11, 2014, 09:46:41 PM |
|
I just noticed the fib lines. Makes what was a great tool even better; thank you.
|
|
|
|
prof7bit
|
|
January 11, 2014, 11:32:59 PM |
|
Now draw lines depend on the scale.
Great! Now I can finally draw my lines and don't have to hold a sheet of paper against my screen! This website is coming closer to absolute perfection. I just sent a few beers your way! Cheers!
|
|
|
|
MusX
|
|
January 11, 2014, 11:55:51 PM |
|
Hi, can we have a BTCLTC kraken on your site? there are already BTCEUR and LTCEUR from kraken. And BTCLTC volume is already as high as LTCEUR.
|
|
|
|
|