Pages:
Author

Topic: Real Time Charting, Order Book, and Time & Sales - page 7. (Read 85520 times)

hero member
Activity: 548
Merit: 502
So much code.
site api keeps going down is this normal?

What API?
hero member
Activity: 588
Merit: 500
site api keeps going down is this normal?
newbie
Activity: 40
Merit: 0
Can you make the chart widget show the price in the title? Similar to what bitcoinity does with its title.

Give ya some coinage if you do it

Why not just use http://bitcoin.clarkmoody.com/

They put the price in the title.
newbie
Activity: 59
Merit: 0
Can you make the chart widget show the price in the title? Similar to what bitcoinity does with its title.

Give ya some coinage if you do it
newbie
Activity: 40
Merit: 0
This may sound weird but is it possible to have a bot notify you (via email/text/etc) when the EMA lines cross, and that only? I don't want it to automatically trade but to just send me a notification of when they cross so I can initiate the trades myself. You wouldn't have to include any trading data or anything. I know people spend a lot o time and effort on their codes and was wondering if this was possible.

Thank you in advance for any help.
hero member
Activity: 525
Merit: 500
Hi Clark

Would it be possible to have an mBTC option please? see https://bitcointalk.org/index.php?topic=197435.20 Topic: Why I'm switching to mBTC.
newbie
Activity: 43
Merit: 0
Please add more volumes into play sound.

0 = ?
0.001 = really ?
0.01 = beep all the time
0.1 = same

I am currently stuck between 100 being irrelevant and 1000 being too big.

If you want to do it on your own, open your browser's javascript console and put...

Code:
$("#soundThresh").append('').val(250).change();

Should work until page reload. (It'll also become a value on the dropdown.) And you can change 250 to whatever you want.
legendary
Activity: 1890
Merit: 1003
It appears that the Real Time Charting, Order Book and Time and Sales are all broken in IE 10 (Win7 64bit).

On Win8 64bit (with IE10) it works just fine. I have a perpetual "Attempting to connect via FlashSocket".


07:28:19 > Attempting connection over flashsocket

07:28:18 > Opening streaming data connection.

07:28:18 > Error loading depth of market data.

07:28:18 > Loading full depth of market table.

07:28:18 > Changing depth display to 100 rows.

07:28:18 > Resizing console to 5 lines.


It works fine in every other browser from Firefox to Chrome.


I have avoided IE support on purpose, since it's been such a bad browser for so long. I will probably need to look at IE10 when I get the time, but don't expect anything older to work.
I understand, it just that I expected it to work for that browser since it is one of the few that accepts macros and basic automation.

If you need anything extra (info wise) just let me know.
sr. member
Activity: 505
Merit: 253
I use the direct MtGox API for trades and compute the bars. There is no CSV file for the exact data I display, but that Bitcoin Charts resource should be pretty good.
Thanks
hero member
Activity: 548
Merit: 502
So much code.
Is there a way to download a CSV file of the data the graph displays? thanks
http://bitcoincharts.com/about/markets-api/
Thanks, but is this the same API that Clark Moody uses?

I use the direct MtGox API for trades and compute the bars. There is no CSV file for the exact data I display, but that Bitcoin Charts resource should be pretty good.
sr. member
Activity: 505
Merit: 253
Is there a way to download a CSV file of the data the graph displays? thanks
http://bitcoincharts.com/about/markets-api/
Thanks, but is this the same API that Clark Moody uses?
hero member
Activity: 560
Merit: 500
I am the one who knocks
Is there a way to download a CSV file of the data the graph displays? thanks
http://bitcoincharts.com/about/markets-api/
sr. member
Activity: 505
Merit: 253
Is there a way to download a CSV file of the data the graph displays? thanks
hero member
Activity: 548
Merit: 502
So much code.
It appears that the Real Time Charting, Order Book and Time and Sales are all broken in IE 10 (Win7 64bit).

On Win8 64bit (with IE10) it works just fine. I have a perpetual "Attempting to connect via FlashSocket".


07:28:19 > Attempting connection over flashsocket

07:28:18 > Opening streaming data connection.

07:28:18 > Error loading depth of market data.

07:28:18 > Loading full depth of market table.

07:28:18 > Changing depth display to 100 rows.

07:28:18 > Resizing console to 5 lines.


It works fine in every other browser from Firefox to Chrome.


I have avoided IE support on purpose, since it's been such a bad browser for so long. I will probably need to look at IE10 when I get the time, but don't expect anything older to work.
legendary
Activity: 1890
Merit: 1003
It appears that the Real Time Charting, Order Book and Time and Sales are all broken in IE 10 (Win7 64bit).

On Win8 64bit (with IE10) it works just fine. I have a perpetual "Attempting to connect via FlashSocket".


07:28:19 > Attempting connection over flashsocket

07:28:18 > Opening streaming data connection.

07:28:18 > Error loading depth of market data.

07:28:18 > Loading full depth of market table.

07:28:18 > Changing depth display to 100 rows.

07:28:18 > Resizing console to 5 lines.


It works fine in every other browser from Firefox to Chrome.
donator
Activity: 1731
Merit: 1008
Please add more volumes into play sound.

0 = ?
0.001 = really ?
0.01 = beep all the time
0.1 = same

I am currently stuck between 100 being irrelevant and 1000 being too big.
full member
Activity: 176
Merit: 106
XMR = BTC in 2010. Rise chikun.
But sometimes I have a trouble recognizing sound signals (not sure if anybody mentioned it).

Probably not everybody has perfect ear to distinguish sound tones if there is a significant time interval between them. Could you please use more complicated sound samples so that it is easier to distinguish them? Or you could just combine the existing two (instead of "high" and "low" you could play "low-high" and "high-low"). Should be easy to implement.

I could look into this. Down sounds could have a downward pitch ramp, and upward for Up. That way it's not just the same two sounds at different pitch.

That'd be great! Also: Loudness. The default, 100% sound volume can be... painful, when wearing a headset.

This^  Smiley

Also, a much-desired feature would be to have varying sounds play when specifying an upper/lower price boundary.  E.g., play a "positive" sound if price rises above X price point and play a "negative" sound if the price falls below Y price point (where X & Y are defined in user-submitted values into text boxes, as in the "Calculators" feature).  If you implement this, I'll be sure to send some extra donations Smiley
legendary
Activity: 1458
Merit: 1006
But sometimes I have a trouble recognizing sound signals (not sure if anybody mentioned it).

Probably not everybody has perfect ear to distinguish sound tones if there is a significant time interval between them. Could you please use more complicated sound samples so that it is easier to distinguish them? Or you could just combine the existing two (instead of "high" and "low" you could play "low-high" and "high-low"). Should be easy to implement.

I could look into this. Down sounds could have a downward pitch ramp, and upward for Up. That way it's not just the same two sounds at different pitch.

That'd be great! Also: Loudness. The default, 100% sound volume can be... painful, when wearing a headset.
hero member
Activity: 548
Merit: 502
So much code.
But sometimes I have a trouble recognizing sound signals (not sure if anybody mentioned it).

Probably not everybody has perfect ear to distinguish sound tones if there is a significant time interval between them. Could you please use more complicated sound samples so that it is easier to distinguish them? Or you could just combine the existing two (instead of "high" and "low" you could play "low-high" and "high-low"). Should be easy to implement.

I could look into this. Down sounds could have a downward pitch ramp, and upward for Up. That way it's not just the same two sounds at different pitch.
legendary
Activity: 1199
Merit: 1012
Thanks for your service, it is really good, I use it almost every day!

But sometimes I have a trouble recognizing sound signals (not sure if anybody mentioned it).

Probably not everybody has perfect ear to distinguish sound tones if there is a significant time interval between them. Could you please use more complicated sound samples so that it is easier to distinguish them? Or you could just combine the existing two (instead of "high" and "low" you could play "low-high" and "high-low"). Should be easy to implement.

Thanks again!
Pages:
Jump to: