Author

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

newbie
Activity: 1
Merit: 0
I love the site, and have given up all other charting sites to use yours. 

One thing that I would find useful, and maybe others would too, would be the option to see both the BTC and LTC orderbooks and transactions side-by-side. For me it would be helpful to be able to see fewer than 15 buy/sell prices so that I would be able to see more of the actual transactions ticking by, too. Perhaps a way to increase/decrease the number of grouped prices would be helpful. I'm not sure if you had this you'd still want a graph on the same page or not, maybe just a small and simple line graph of ltc/btc, I don't know.

Seeing both orderbooks side-by-side would make it a lot easier to watch the markets without clicking back and forth from btc to ltc. Would anyone else find value in this?

Again, thanks for your site. It really is great.
sr. member
Activity: 388
Merit: 250
Wow... Fantastic. It looks like it locks the whole graph in place, but everything else gets updated accordingly. Really nice.
hero member
Activity: 602
Merit: 505
I know this might not make sense to anyone else, but a quick request:

The indicator that you have on the charts is in the shape of a cross, but when I move off the page (I have multiple monitors), the cross disappears. Would it be possible to "drop" a cross and leave it if I click or double click somewhere on a candlestick? This way, I can leave a marker on the chart.
It sounds easy, but I found some issues and make the logical the code complex. The key is what's the marker's behaviour, maybe the same as cross. then when the mouse move on the canvas,  how to make 2 cross work together.


Understood. I'm not a coder so I'm not sure what it would take to do something like this but maybe there's a way to "lock" at a position when you double click, or maybe something up in the settings bar that would allow you to click to drop something?
The feature is added. now when you double click the chart, the cross will be locked and cannot move anymore.
sr. member
Activity: 388
Merit: 250
I know this might not make sense to anyone else, but a quick request:

The indicator that you have on the charts is in the shape of a cross, but when I move off the page (I have multiple monitors), the cross disappears. Would it be possible to "drop" a cross and leave it if I click or double click somewhere on a candlestick? This way, I can leave a marker on the chart.
It sounds easy, but I found some issues and make the logical the code complex. The key is what's the marker's behaviour, maybe the same as cross. then when the mouse move on the canvas,  how to make 2 cross work together.


Understood. I'm not a coder so I'm not sure what it would take to do something like this but maybe there's a way to "lock" at a position when you double click, or maybe something up in the settings bar that would allow you to click to drop something?
hero member
Activity: 602
Merit: 505
Great site.

One suggestion would be to allow users to delete graphs. For me I do not pay attention to volume when charting, so It just adds noise.

The charting is a lot of fun to play around with, definitely spreading the word! 
The related settings are in the menu SETTINGS.
hero member
Activity: 602
Merit: 505
I know this might not make sense to anyone else, but a quick request:

The indicator that you have on the charts is in the shape of a cross, but when I move off the page (I have multiple monitors), the cross disappears. Would it be possible to "drop" a cross and leave it if I click or double click somewhere on a candlestick? This way, I can leave a marker on the chart.
It sounds easy, but I found some issues and make the logical the code complex. The key is what's the marker's behaviour, maybe the same as cross. then when the mouse move on the canvas,  how to make 2 cross work together.
newbie
Activity: 7
Merit: 0
Great site.

One suggestion would be to allow users to delete graphs. For me I do not pay attention to volume when charting, so It just adds noise.

The charting is a lot of fun to play around with, definitely spreading the word! 
full member
Activity: 229
Merit: 100
great site , very useful .
sr. member
Activity: 388
Merit: 250
I know this might not make sense to anyone else, but a quick request:

The indicator that you have on the charts is in the shape of a cross, but when I move off the page (I have multiple monitors), the cross disappears. Would it be possible to "drop" a cross and leave it if I click or double click somewhere on a candlestick? This way, I can leave a marker on the chart.
newbie
Activity: 5
Merit: 0
I like the site, looks great!
hero member
Activity: 602
Merit: 505
hy
thx for the service, its great!
could you implement that candles fill the vertical space? for example i watch bitstamp 5 min and only 1/3 of the vertical space is filled.
imho visibility of spikes would be better if the space would be used
thx
I'm sorry it won't be changed. Because it is conflict with depth hint, if fill the chart and when the price reach the top, users cannot see the depth above the price.
hero member
Activity: 602
Merit: 505
Looks great - and an awesome way to get instant information on Bitcoin prices. Are you getting much traffic?
No, most of people doesn't know the site. Currently is only about 1000 unique IP per day and 3000 unique IP per week.  and the traffic hasn't increased for many days.
sr. member
Activity: 288
Merit: 250
ManualMiner
hy
thx for the service, its great!
could you implement that candles fill the vertical space? for example i watch bitstamp 5 min and only 1/3 of the vertical space is filled.
imho visibility of spikes would be better if the space would be used
thx
hero member
Activity: 896
Merit: 527
₿₿₿₿₿₿₿
Looks great - and an awesome way to get instant information on Bitcoin prices. Are you getting much traffic?
hero member
Activity: 602
Merit: 505
[..]
You could hide EMAs, but hide the MACD is not supported in short time. it will be part of support any number custom of indicators, and that is complex parts and will take a lot of time to code.
Show 4 days with 15 minutes currently is not supported, the minmum for the chart setting is 3px with space 3px.  and display by period range is out of chart's ability, and there is no plan to support dynamic width of bars for CandleStick. maybe will support in Line chart or custom minmum charts width setting. but I think it would be very low priority feature.

Thanks for adding the possibility to hide the MACD, having as little clutter as possible is essential in technical analysis (but then what everyone finds useful varies greatly).

Now it's unfortunate that we can't increase the density, there just aren't enough bars per charts... any move in that direction will be welcome.

Cheers.
I think I should express why I won't decrease the minmum bar width and space
1. The minimum bar width is 3px, or the high and low cannot be recogined.
2. If the margin is too low, the chart will looks dazzle in dark theme.
3. 3px width + 0~1px space quite smaller than next level 5px width with 3px, it makes the zoom unsmoothly.
4. For 4 days, 30 minutes is no difference of 15 minutes in most of case.
5. The server first read 200 periods and then read 900 periods to let user see the chart earlier. in 3px with without margin, when screen width large than 900px, users will see an unfriendly chart flicking moving.
newbie
Activity: 19
Merit: 0
[..]
You could hide EMAs, but hide the MACD is not supported in short time. it will be part of support any number custom of indicators, and that is complex parts and will take a lot of time to code.
Show 4 days with 15 minutes currently is not supported, the minmum for the chart setting is 3px with space 3px.  and display by period range is out of chart's ability, and there is no plan to support dynamic width of bars for CandleStick. maybe will support in Line chart or custom minmum charts width setting. but I think it would be very low priority feature.

Thanks for adding the possibility to hide the MACD, having as little clutter as possible is essential in technical analysis (but then what everyone finds useful varies greatly).

Now it's unfortunate that we can't increase the density, there just aren't enough bars per charts... any move in that direction will be welcome.

Cheers.
hero member
Activity: 602
Merit: 505
Tongue could we set more MA-LINE?

the website only can be set 4 LINEs.

if the number of MA-LINE can be Customized, it will be really helpful for us.
I'm sorry, currently won't support the line number greater than 4. It will make setting page untidy.
newbie
Activity: 1
Merit: 0
 Tongue could we set more MA-LINE?

the website only can be set 4 LINEs.

if the number of MA-LINE can be Customized, it will be really helpful for us.
hero member
Activity: 602
Merit: 505
Thanks, I like the UI.

2 big sticking points though
 - the only indicator useful to me is the volume. I don't need SMAs/EMAs/MACD/RSI, etc. I didn't find any way to hit this pane. Is there?
 - is there any way to print more bars per chart? I want to say 4 days worth of charts using 15min bars and I can't seem to do that.

Cheers.
You could hide EMAs, but hide the MACD is not supported in short time. it will be part of support any number custom of indicators, and that is complex parts and will take a lot of time to code.
Show 4 days with 15 minutes currently is not supported, the minmum for the chart setting is 3px with space 3px.  and display by period range is out of chart's ability, and there is no plan to support dynamic width of bars for CandleStick. maybe will support in Line chart or custom minmum charts width setting. but I think it would be very low priority feature.
Now you can hide the MACD indicators. Select `None` of indicator in `SETTINGS`.
hero member
Activity: 602
Merit: 505
Thanks, I like the UI.

2 big sticking points though
 - the only indicator useful to me is the volume. I don't need SMAs/EMAs/MACD/RSI, etc. I didn't find any way to hit this pane. Is there?
 - is there any way to print more bars per chart? I want to say 4 days worth of charts using 15min bars and I can't seem to do that.

Cheers.
You could hide EMAs, but hide the MACD is not supported in short time. it will be part of support any number custom of indicators, and that is complex parts and will take a lot of time to code.
Show 4 days with 15 minutes currently is not supported, the minmum for the chart setting is 3px with space 3px.  and display by period range is out of chart's ability, and there is no plan to support dynamic width of bars for CandleStick. maybe will support in Line chart or custom minmum charts width setting. but I think it would be very low priority feature.
Jump to: