Hunterbunter
|
|
March 09, 2012, 02:17:56 AM |
|
Does this stop working if bitcoincharts have a bad gateway issue?
|
|
|
|
S3052
Legendary
Offline
Activity: 2100
Merit: 1000
|
|
April 13, 2012, 11:59:17 AM |
|
does anyone know how to create a trading history video with Sierra charts? (other than slowly recreating the chart and video taping it manually)
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
April 14, 2012, 07:15:05 PM |
|
does anyone know how to create a trading history video with Sierra charts? (other than slowly recreating the chart and video taping it manually)
There's history playback in Sierrachart (Ctrl+R) and you can record it using many tools like FastStone Capture (I have good experience with it, however it costs $20).
|
|
|
|
cypherdoc
Legendary
Offline
Activity: 1764
Merit: 1002
|
|
April 15, 2012, 02:13:18 PM |
|
its been months since i've used Sierra charts but want to get back into it to do some analysis.
is the OP still current?
|
|
|
|
cypherdoc
Legendary
Offline
Activity: 1764
Merit: 1002
|
|
April 15, 2012, 06:37:49 PM |
|
slush, can i save an ongoing daily and weekly Historical chart with labels using your feed with Sierra? or does it only work with Intraday Charts?
|
|
|
|
S3052
Legendary
Offline
Activity: 2100
Merit: 1000
|
|
April 15, 2012, 07:10:27 PM |
|
does anyone know how to create a trading history video with Sierra charts? (other than slowly recreating the chart and video taping it manually)
There's history playback in Sierrachart (Ctrl+R) and you can record it using many tools like FastStone Capture (I have good experience with it, however it costs $20). thanks. the history playback window appears but then it is so fast that I can make any use of it - no matter which settings I use.. any idea how to slow down the replay?
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
April 16, 2012, 06:42:33 AM |
|
slush, can i save an ongoing daily and weekly Historical chart with labels using your feed with Sierra? or does it only work with Intraday Charts?
Yes, Sierrachart uses Chartbooks ("*.cht" fileformat) for storing labels, drawings etc. It's independent on data source or chart type. And yes, OP is still up to date.
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
April 16, 2012, 06:44:32 AM |
|
thanks. the history playback window appears but then it is so fast that I can make any use of it - no matter which settings I use.. any idea how to slow down the replay?
I'm quite surprised that it doesn't work for you. I'll test it on my machine soon...
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
April 24, 2012, 01:13:28 PM |
|
myself: not by an option, but it's pretty easy change in the code directly. Unfortunately Sierrachart cannot handle volume as float, so the only solution is to multiply market's volume by 10**n (currently n=2 for two decimal places) and then move decimal place "in your head".
Everything you need to change for full precision is replace "10**2" by "10**8" in the sierrachartfeed.py source code (it is currently on two places).
|
|
|
|
S3052
Legendary
Offline
Activity: 2100
Merit: 1000
|
|
April 27, 2012, 08:45:51 AM |
|
thanks. the history playback window appears but then it is so fast that I can make any use of it - no matter which settings I use.. any idea how to slow down the replay?
I'm quite surprised that it doesn't work for you. I'll test it on my machine soon... Slush, did you check it already?
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
April 27, 2012, 09:57:36 PM |
|
thanks. the history playback window appears but then it is so fast that I can make any use of it - no matter which settings I use.. any idea how to slow down the replay?
I'm quite surprised that it doesn't work for you. I'll test it on my machine soon... Slush, did you check it already?I checked it right now and it works. Maybe it's not intuitive enough; firstly you must move your chart to the history a little (use left arrow or bottom scrollbar). Then press Ctrl+R, set some reasonable speed (I used "100" on 60min graph to see if it is moving somehow). After pressing "Play", it starts drawing chart from current position to the end...
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
April 27, 2012, 10:59:52 PM |
|
I just released version 0.5. It now stores all Bitcoin markets by default (it's because default symbol option is wildchar "-s *") and improves connection stability by using TCP keepalive on bitcoinchart's socket.
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
April 27, 2012, 11:01:27 PM |
|
@slush software packing and editing is not my best skill ....
So you're probably interested in new option "--volume-precision" introduced in version 0.5 :-). Simply start feed as "sierrachartfeed.exe --volume-precision 4" and you'll have what you requested...
|
|
|
|
check_status
Full Member
Offline
Activity: 196
Merit: 100
Web Dev, Db Admin, Computer Technician
|
|
May 15, 2012, 08:59:12 AM |
|
Installed 835 on linux and running good so far.
Once I have a chart open (mtgoxUSD) How do I open in another tab cryptoxUSD? How do I add Volume bar ask/bid to the bottom of the window?
I only been playing around with this for 30 minutes so be gentle.
|
For Bitcoin to be a true global currency the value of BTC needs always to rise. If BTC became the global currency & money supply = 100 Trillion then ⊅1.00 BTC = $4,761,904.76. P2Pool Server List | How To's and Guides Mega List | 1 EndfedSryGUZK9sPrdvxHntYzv2EBexGA
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
May 20, 2012, 07:18:35 PM |
|
Once I have a chart open (mtgoxUSD) How do I open in another tab cryptoxUSD?
It's same as for mtgoxUSD. Just select "New intraday chart" from main menu... How do I add Volume bar ask/bid to the bottom of the window?
You can add chart analysis in Analysis->Studies window.
|
|
|
|
check_status
Full Member
Offline
Activity: 196
Merit: 100
Web Dev, Db Admin, Computer Technician
|
|
May 22, 2012, 10:17:48 AM |
|
You can add chart analysis in Analysis->Studies window. Yes I see, 'F6': I chose 'Volume-colored based on Volume' Add>> <APPLY> Then I chose Settings (along the right side) > width 3 > <OK> > <APPLY> > <OK> Cool. Do I have to start a fresh terminal for each exchange I want to monitor? $ wine sierrachartfeed-0.5.exe -s cryptoxUSD $ wine sierrachartfeed-0.5.exe -s mtgoxUSD This didn't work: $ wine sierrachartfeed-0.5.exe -s mtgoxUSD cryptoxUSD
|
For Bitcoin to be a true global currency the value of BTC needs always to rise. If BTC became the global currency & money supply = 100 Trillion then ⊅1.00 BTC = $4,761,904.76. P2Pool Server List | How To's and Guides Mega List | 1 EndfedSryGUZK9sPrdvxHntYzv2EBexGA
|
|
|
Portnoy
Legendary
Offline
Activity: 2030
Merit: 1000
My money; Our Bitcoin.
|
|
May 22, 2012, 03:33:25 PM |
|
This didn't work: $ wine sierrachartfeed-0.5.exe -s mtgoxUSD cryptoxUSD This should ( at least it does on windows ): $ wine sierrachartfeed-0.5.exe -s mtgoxUSD,cryptoxUSD
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
May 23, 2012, 10:07:03 AM |
|
Do I have to start a fresh terminal for each exchange I want to monitor?
No, feed is downloading *all* quotes by default,storing them in separate files (<market>.scid). Default behaviour is that markets are lazy-loaded,that means feed will dowload market history once there's some move. If you specify market in -s parameter, market history will be downloaded actively after startup...
|
|
|
|
check_status
Full Member
Offline
Activity: 196
Merit: 100
Web Dev, Db Admin, Computer Technician
|
|
May 23, 2012, 10:32:20 AM |
|
The only (<market>.scid) files available are the ones I specified in the command line above. There are no other .scid files. You are saying other markets should be available to choose, I'm not sure what's wrong?
|
For Bitcoin to be a true global currency the value of BTC needs always to rise. If BTC became the global currency & money supply = 100 Trillion then ⊅1.00 BTC = $4,761,904.76. P2Pool Server List | How To's and Guides Mega List | 1 EndfedSryGUZK9sPrdvxHntYzv2EBexGA
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
May 23, 2012, 04:55:52 PM |
|
The only (<market>.scid) files available are the ones I specified in the command line above. There are no other .scid files. You are saying other markets should be available to choose, I'm not sure what's wrong?
Are you using latest version, 0.5? Edit: I see you're using 0.5. Then if you don't specify any market, feed will use "-s mtgoxUSD,*" by default. It means: Download mtgoxUSD history on startup, then start feed and store all other streams as well (and download market history on first update). If you're using -s parameter without "*", it will stream only markets which you defined.
|
|
|
|
|