jjiimm_64
Legendary
Offline
Activity: 1876
Merit: 1000
|
|
March 09, 2014, 02:58:23 PM |
|
thaks for the awsome tools... I pay the premium even tho half the time i dont log in to get rid of the ads ) REQUEST. Could you put a little time in the Calculators.. this I use more then the charts I think.. ie. ability to step down the percent diff increase over time.. (start at 20%, but after x time change the percent) ability to save input values.. or just make them sticky past browser closure add daily to the group by. currently Group By: Difficulty Week Month other comments. I dont use the Overview section at all... because NONE of those companies are shipping in stock miners like bitmain
|
1jimbitm6hAKTjKX4qurCNQubbnk2YsFw
|
|
|
zeded
|
|
March 09, 2014, 08:14:07 PM Last edit: March 10, 2014, 08:14:47 AM by zeded |
|
Can you add ultracoin and btcchina ltc to bitcoinwisdom?
|
|
|
|
bitcoinsatosh
Newbie
Offline
Activity: 4
Merit: 0
|
|
March 10, 2014, 06:54:06 AM |
|
Im sure it has been mentioned before, but BTCCHINA LTC?
|
|
|
|
BitcoinWisdom (OP)
|
|
March 10, 2014, 08:38:03 AM |
|
Hey, you reduced min-candle-width, right? Looks like I can zoom out much further now! Awesome!
EDIT: quick follow-up... any chance you can implement "Dollar Volume"? As an option, so you could either see volume in BTC (default), or volume in USD (by choice)? $Vol = BTC volume * price per BTC.
Why? Because when comparing volume in the same month or so, BTC volume is great, but when you zoom out a lot and look at volume in, for example, April 2013 and December 2013, then it's almost impossible to compare the volume in BTC, so $volume becomes extremely useful.
Yes, I reduce the min width from 3px to 1px, so including the 1px space there are twice range than before. It's no problem. Volume in quote currency is supported.
|
|
|
|
BitcoinWisdom (OP)
|
|
March 10, 2014, 11:20:56 AM Last edit: March 10, 2014, 11:38:51 AM by BitcoinWisdom |
|
thaks for the awsome tools... I pay the premium even tho half the time i dont log in to get rid of the ads ) REQUEST. Could you put a little time in the Calculators.. this I use more then the charts I think.. ie. ability to step down the percent diff increase over time.. (start at 20%, but after x time change the percent) ability to save input values.. or just make them sticky past browser closure add daily to the group by. currently Group By: Difficulty Week Month other comments. I dont use the Overview section at all... because NONE of those companies are shipping in stock miners like bitmain Dynamic difficulty increasement is a bit complex for current system. I'm afraid it cannot be supported recently. Overview was designed for allowing user custom the mining rig. It could be supported after some updates of charts. Daily is added.
|
|
|
|
oda.krell
Legendary
Offline
Activity: 1470
Merit: 1007
|
|
March 10, 2014, 11:47:52 AM |
|
Hey, you reduced min-candle-width, right? Looks like I can zoom out much further now! Awesome!
EDIT: quick follow-up... any chance you can implement "Dollar Volume"? As an option, so you could either see volume in BTC (default), or volume in USD (by choice)? $Vol = BTC volume * price per BTC.
Why? Because when comparing volume in the same month or so, BTC volume is great, but when you zoom out a lot and look at volume in, for example, April 2013 and December 2013, then it's almost impossible to compare the volume in BTC, so $volume becomes extremely useful.
Yes, I reduce the min width from 3px to 1px, so including the 1px space there are twice range than before. It's no problem. Volume in quote currency is supported. Extremely fast, as always! Thank you. (I'll do my part and make another donation tonight)
|
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.
|
|
|
JorgeStolfi
|
|
March 10, 2014, 01:14:48 PM |
|
|
Academic interest in bitcoin only. Not owner, not trader, very skeptical of its longterm success.
|
|
|
JorgeStolfi
|
|
March 10, 2014, 01:23:38 PM |
|
I changed timezone to Brazil West, but cannot reproduce the issue. It shows hour goes from 0 to 23 when cursor move.
Wait, the problem is real, but occurs only on Safari (5.1.10)/Macbook. It does not occur on Fireox/PC The problem on Safari occurs only with hours "8" and "9", on the 1h charts, they display as "0" on the crosshair cursor's bottom tab. It does not occur on the 30m charts, so "8:0" and "8:30" display correctly. [ ... ] Thank you for hints. I reviewed code, there is no number convert related functions for date processing. "08" or "09" does not exist, only "8" or "9" is used. so it should not be that reason. Thanks for taking the time to look into it. Well, those two hours display as "0" anyway. If it is an octal/decimal problem, it may occur in a string-to-integer conversion function rather than in the compiler. I found this: http://stackoverflow.com/questions/850341/how-do-i-work-around-javascripts-parseint-octal-behavior
|
Academic interest in bitcoin only. Not owner, not trader, very skeptical of its longterm success.
|
|
|
BitcoinWisdom (OP)
|
|
March 10, 2014, 02:45:37 PM |
|
Hey, you reduced min-candle-width, right? Looks like I can zoom out much further now! Awesome!
EDIT: quick follow-up... any chance you can implement "Dollar Volume"? As an option, so you could either see volume in BTC (default), or volume in USD (by choice)? $Vol = BTC volume * price per BTC.
Why? Because when comparing volume in the same month or so, BTC volume is great, but when you zoom out a lot and look at volume in, for example, April 2013 and December 2013, then it's almost impossible to compare the volume in BTC, so $volume becomes extremely useful.
Yes, I reduce the min width from 3px to 1px, so including the 1px space there are twice range than before. It's no problem. Volume in quote currency is supported. Extremely fast, as always! Thank you. (I'll do my part and make another donation tonight) Thank you!
|
|
|
|
|
BitcoinWisdom (OP)
|
|
March 10, 2014, 04:36:11 PM |
|
I changed timezone to Brazil West, but cannot reproduce the issue. It shows hour goes from 0 to 23 when cursor move.
Wait, the problem is real, but occurs only on Safari (5.1.10)/Macbook. It does not occur on Fireox/PC The problem on Safari occurs only with hours "8" and "9", on the 1h charts, they display as "0" on the crosshair cursor's bottom tab. It does not occur on the 30m charts, so "8:0" and "8:30" display correctly. [ ... ] Thank you for hints. I reviewed code, there is no number convert related functions for date processing. "08" or "09" does not exist, only "8" or "9" is used. so it should not be that reason. Thanks for taking the time to look into it. Well, those two hours display as "0" anyway. If it is an octal/decimal problem, it may occur in a string-to-integer conversion function rather than in the compiler. I found this: http://stackoverflow.com/questions/850341/how-do-i-work-around-javascripts-parseint-octal-behaviorThank you, I review the code again, found the number conversion which is out of date processing. now the bug should be fixed.
|
|
|
|
cripti0n
Newbie
Offline
Activity: 5
Merit: 0
|
|
March 10, 2014, 08:41:40 PM |
|
For us Canadians is there any chance of adding LTC/CAD pair of CaVirtex. Alternatively Vault of Satoshi (BTC/USD/CAD, LTC/USD/CAD). I know these exchanges are lower volume, but since I commonly use them it would be great to see them on BitcoinWisdom.
|
|
|
|
uberfractal
Newbie
Offline
Activity: 2
Merit: 0
|
|
March 10, 2014, 10:33:40 PM |
|
This has been bugging me for quite a while, and I'm sure others would agree.
The scaling of the candles is skewed on Huobi (or any CNY chart for that matter). You can see this by comparing a 1% candle on Huobi vs. a 1% candle on Bitstamp. For whatever reason, Huobi's 1% candle will be much bigger than Bitstamp's 1% candle. Meaning, when Huobi starts buying or selling, even using the same chart scales, it looks exaggerated.
Now before you go "No, you're seeing an illusion due to the fact that Huobi has a tighter spread and therefore it's typical candles are pretty small." -- this is what I thought for a while, too. But go ahead and see for yourself. The easiest way to do this is to scale out to a 1d chart, find a candle, note the % Amplitude, then find a candle of the same size on the other exchange (Huobi vs. any USD exchange), and you will see that they are quite different in terms of their %.
This should not happen. I presume it's because of the way calculations are made against the CNY vs. USD, but it should not matter. Fixed on a % and all other settings being equal, a candle should be the same size no matter what exchange or currency.
|
|
|
|
ClockCat
Newbie
Offline
Activity: 9
Merit: 0
|
|
March 10, 2014, 11:27:06 PM |
|
Can you add MintPal? It's quickly becoming one of the best exchanges. It's already better than Cryptsy for a great deal of things.
|
|
|
|
BitcoinWisdom (OP)
|
|
March 11, 2014, 02:20:45 AM Last edit: March 11, 2014, 02:33:11 AM by BitcoinWisdom |
|
For us Canadians is there any chance of adding LTC/CAD pair of CaVirtex. Alternatively Vault of Satoshi (BTC/USD/CAD, LTC/USD/CAD). I know these exchanges are lower volume, but since I commonly use them it would be great to see them on BitcoinWisdom.
Cavirtex doesn't have LTC API. VoS doesn't have historical trades API.
|
|
|
|
BitcoinWisdom (OP)
|
|
March 11, 2014, 02:25:53 AM |
|
This has been bugging me for quite a while, and I'm sure others would agree.
The scaling of the candles is skewed on Huobi (or any CNY chart for that matter). You can see this by comparing a 1% candle on Huobi vs. a 1% candle on Bitstamp. For whatever reason, Huobi's 1% candle will be much bigger than Bitstamp's 1% candle. Meaning, when Huobi starts buying or selling, even using the same chart scales, it looks exaggerated.
Now before you go "No, you're seeing an illusion due to the fact that Huobi has a tighter spread and therefore it's typical candles are pretty small." -- this is what I thought for a while, too. But go ahead and see for yourself. The easiest way to do this is to scale out to a 1d chart, find a candle, note the % Amplitude, then find a candle of the same size on the other exchange (Huobi vs. any USD exchange), and you will see that they are quite different in terms of their %.
This should not happen. I presume it's because of the way calculations are made against the CNY vs. USD, but it should not matter. Fixed on a % and all other settings being equal, a candle should be the same size no matter what exchange or currency.
I don't think so. They are two different exchange.
|
|
|
|
Decagrog
|
|
March 11, 2014, 10:17:24 AM |
|
What about an optional audio ticker? That's the feature I miss most from clarkmoody chart
|
|
|
|
msiddiq
Newbie
Offline
Activity: 17
Merit: 0
|
|
March 11, 2014, 10:14:23 PM Last edit: March 12, 2014, 04:55:25 AM by msiddiq |
|
Hi there,
Love the site. I use it everyday. One suggestion: Can you add indicators for the grouped orderbook so that when support or resistance levels change, we can see them easier?
Right now we have to pay attention to the numbers every refresh. It would be great if we can see walls shrinking and growing with some colors (red/green) or maybe up/down arrows. So for example, if we have a whale add support at $600 with 10,000 coins, we could see the support level change from 100 to 10,100 like normal, but with an up arrow (or maybe green color for 10,100). And if this whale decides to withdraw his support of 10,000, we should see it come back to 100 but with a down arrow next to it (or maybe just color 100 as red) If we use colors, the bigger the change, the brighter the color should be. This would make it much easier to see those changes in support and resistance!
|
|
|
|
bitcoinbravo
Newbie
Offline
Activity: 12
Merit: 0
|
|
March 11, 2014, 10:29:37 PM |
|
What about an optional audio ticker? That's the feature I miss most from clarkmoody chart +1 -- I miss it so much !!!! audio support is huge with all the windows I have open and I get a better feel for price action
|
|
|
|
Veggy Toe
Newbie
Offline
Activity: 2
Merit: 0
|
|
March 12, 2014, 02:50:11 AM |
|
I've got a quick question: what api does bitcoinwisdom use for cryptsy? The public api here https://www.cryptsy.com/pages/api is always a few seconds behind cryptsy itself and bitcoinwisdom.
|
|
|
|
|