Pages:
Author

Topic: SierraChart Feed for cryptocurrencies (New info starts on page 4) (Read 28922 times)

legendary
Activity: 2856
Merit: 1518
Bitcoin Legal Tender Countries: 2 of 206
is this project still under development or dead?
legendary
Activity: 2408
Merit: 1009
Legen -wait for it- dary
Alright!
I have started the new feed and would like to know what pairs you all would like to see in it?  I need the symbol AND the market ID.

ex. DRK_BTC and the market ID is 155.

The market ID is in the URL of the market you watch. It's the last parameter in the URL

ex. The URL of DRK_BTC is h t t p s://www.cryptsy.com/markets/view/155 <--That is the market ID

So lets get some suggestions going here. My plan is to get DRK, NXT, VIA and possibly a few others, anyway. What else would you like?
I'm NOT putting all 250 or so markets in this, so don't ask, but I have no problem putting 10 or 20 depending on demand.

Oh and just to add, I will also eventually add MintPal and Bter exchanges too
legendary
Activity: 2408
Merit: 1009
Legen -wait for it- dary
Sorry, to everyone waiting on Cryptsy data

I have been very busy. I will work to get this going as I would love to have better charts for cryptsy, myself. But you'll have to be patient. I will get something started this weekend, I promise. No guarantee of a release this weekend, but I will try for that too.

very sexy!
Mate any idea if crypsty offer suck a data set for this charting software?


I will look into cryptsy to see if they have an api to grab data from.
I have stopped development on this since BTC-e doesn't want to put forth any effort to make available the historical data. I will try to get something going eventually (a small bounty might hurry it up though  Tongue)
I will be taking a look at my data files in the next few days, and try to get an upload available for those downloading this feed more recently.

Any update on Cryptsy yet? Also was wondering under which dev environment was this compliled with?

Thanks.


The binaries were compiled in MSVS10 It's written in C++ with cURL and SSL.
legendary
Activity: 2856
Merit: 1518
Bitcoin Legal Tender Countries: 2 of 206
newbie
Activity: 17
Merit: 0
Still wondering if you've had any luck with Cryptsy yet, or has this project died?  Huh
newbie
Activity: 17
Merit: 0
very sexy!
Mate any idea if crypsty offer suck a data set for this charting software?


I will look into cryptsy to see if they have an api to grab data from.
I have stopped development on this since BTC-e doesn't want to put forth any effort to make available the historical data. I will try to get something going eventually (a small bounty might hurry it up though  Tongue)
I will be taking a look at my data files in the next few days, and try to get an upload available for those downloading this feed more recently.

Any update on Cryptsy yet? Also was wondering under which dev environment was this compliled with?

Thanks.
legendary
Activity: 2408
Merit: 1009
Legen -wait for it- dary
very sexy!
Mate any idea if crypsty offer suck a data set for this charting software?


I will look into cryptsy to see if they have an api to grab data from.
I have stopped development on this since BTC-e doesn't want to put forth any effort to make available the historical data. I will try to get something going eventually (a small bounty might hurry it up though  Tongue)
I will be taking a look at my data files in the next few days, and try to get an upload available for those downloading this feed more recently.
hero member
Activity: 714
Merit: 500
very sexy!
Mate any idea if crypsty offer suck a data set for this charting software?
newbie
Activity: 55
Merit: 0

Hi and thanks for your work! There's a couple problems in your CSV feeds:

In the BTCUSD csv, there's quite a few occurrences like this one throughout the feed (just do a search for "meta"):

12/31/1969,20:00:00,/>,
"",,,
"
and a little after that, the date format suddenly changes from:
4/14/2013
to this:
2013/04/14

Same thing in your LTCBTC feed:

it goes from space-separated data formatting like this (line 576696):
4/9/2013   7:27:23   0.02439   51.8273
to comma separated data, with a different date format like this (line 576697):
2013/04/09,07:27:27,0.02416,0.356857

Other than that, great job! Smiley

I have seen this a few times in the data files, yes! The feed reads the BTC-e api and adds anything that isn't a duplicate. It doesn't distinguish between good data and useless data. I will add a few lines to the new feed (v0.2.0) to validate the data before writing it.

To update you all on the progress of the new system; The new feed is near completion and the server feed IS completed. Soon I will get the server running and do some testing on the new feed. I don't have a release date as of yet (I have been out of town lately for business and have to go again next week), but I am working on it.

I've been looking for a proper ltc/btc chart for days now and this is the best so far.
Is there any option to get data from April onwards?

cheers,
JJ
legendary
Activity: 1020
Merit: 1000
xCharts - Very fast loading price charts for BTC-e alt coin pairs.

Currently supported pairs -  USD/BTC,USD/LTC,BTC/LTC and BTC/NMC for time span of last 2 weeks.

UPDATE:Now daily high low candlestick charts available for  USD/BTC,USD/LTC,BTC/LTC and BTC/NMC .

Bookmark it,open it any time to get a clearer perspective of alt coin scene at btc-e.com.
full member
Activity: 153
Merit: 100
Can anyone provide me some help regarding historical data?  I just discovered this tool today (it's AWESOME by the way, so happy to add LTC to my SierraChart feeds) but I have no data from 2013-04-22 to the present Sad

Unfortunately BTC-E doesn't give you much historical data I believe via its API. When you first start using this tool you'll not have much data. Personally I found it best just to leave it running 24/7 for a while so you gather some.

I could be wrong about the above though, in which case a suggested improvement to the app would be to grab more data as part of the initial scrape.

As an aside, I had mine offline for a while so had a big hole in the data feed. To get around this (and start afresh) I had to delete both LTC_USD.csv and LTCU_log.txt. I suspect the latter (which only contains a number) allows the app to know where it got to.

Kate.

PS. Thanks for building this awesome tool RyNinDaCleM Smiley
full member
Activity: 176
Merit: 106
XMR = BTC in 2010. Rise chikun.
Can anyone provide me some help regarding historical data?  I just discovered this tool today (it's AWESOME by the way, so happy to add LTC to my SierraChart feeds) but I have no data from 2013-04-22 to the present Sad
newbie
Activity: 51
Merit: 0
Great Charts!!! It has been quite the learning experience.. I finally got my moving averages working on ltc/btc. Thanks for the great tool!!
legendary
Activity: 2408
Merit: 1009
Legen -wait for it- dary

Hi and thanks for your work! There's a couple problems in your CSV feeds:

In the BTCUSD csv, there's quite a few occurrences like this one throughout the feed (just do a search for "meta"):

12/31/1969,20:00:00,/>,
"",,,
"
and a little after that, the date format suddenly changes from:
4/14/2013
to this:
2013/04/14

Same thing in your LTCBTC feed:

it goes from space-separated data formatting like this (line 576696):
4/9/2013   7:27:23   0.02439   51.8273
to comma separated data, with a different date format like this (line 576697):
2013/04/09,07:27:27,0.02416,0.356857

Other than that, great job! Smiley

I have seen this a few times in the data files, yes! The feed reads the BTC-e api and adds anything that isn't a duplicate. It doesn't distinguish between good data and useless data. I will add a few lines to the new feed (v0.2.0) to validate the data before writing it.

To update you all on the progress of the new system; The new feed is near completion and the server feed IS completed. Soon I will get the server running and do some testing on the new feed. I don't have a release date as of yet (I have been out of town lately for business and have to go again next week), but I am working on it.
legendary
Activity: 938
Merit: 1000
chaos is fun...…damental :)
Nope! I didn't even think about that... I guess I should, and maybe they will add it to the list of approved files
dont lose your time with that you can do other things that are more productive  Grin
member
Activity: 74
Merit: 10

Hi and thanks for your work! There's a couple problems in your CSV feeds:

In the BTCUSD csv, there's quite a few occurrences like this one throughout the feed (just do a search for "meta"):

12/31/1969,20:00:00,/>,
"",,,
"
and a little after that, the date format suddenly changes from:
4/14/2013
to this:
2013/04/14

Same thing in your LTCBTC feed:

it goes from space-separated data formatting like this (line 576696):
4/9/2013   7:27:23   0.02439   51.8273
to comma separated data, with a different date format like this (line 576697):
2013/04/09,07:27:27,0.02416,0.356857

Other than that, great job! Smiley
legendary
Activity: 2408
Merit: 1009
Legen -wait for it- dary

This has already been discussed!  Roll Eyes There isn't a virus in it, anyone who can read the source can confirm it. This is the last time I'm going to reply to this issue!



u sure is not a false positive ? i mean virustotal have 45 AV and only ikarus AV show a issue https://www.virustotal.com/en/file/24a02844853aa57fc2ab5636136612783ddc7afd56b3398d7b58cd20caa7badd/analysis/

Thanks, didn't see that. Did you send it over to Ikarus? They might find out what their scanner does Cheesy


Nope! I didn't even think about that... I guess I should, and maybe they will add it to the list of approved files
full member
Activity: 224
Merit: 100

This has already been discussed!  Roll Eyes There isn't a virus in it, anyone who can read the source can confirm it. This is the last time I'm going to reply to this issue!



u sure is not a false positive ? i mean virustotal have 45 AV and only ikarus AV show a issue https://www.virustotal.com/en/file/24a02844853aa57fc2ab5636136612783ddc7afd56b3398d7b58cd20caa7badd/analysis/

Thanks, didn't see that. Did you send it over to Ikarus? They might find out what their scanner does Cheesy
legendary
Activity: 2408
Merit: 1009
Legen -wait for it- dary

This has already been discussed!  Roll Eyes There isn't a virus in it, anyone who can read the source can confirm it. This is the last time I'm going to reply to this issue!



u sure is not a false positive ? i mean virustotal have 45 AV and only ikarus AV show a issue https://www.virustotal.com/en/file/24a02844853aa57fc2ab5636136612783ddc7afd56b3398d7b58cd20caa7badd/analysis/
full member
Activity: 224
Merit: 100
Pages:
Jump to: