Bitcoin Forum
June 19, 2024, 01:46:35 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Sierrachart installaion on GNU/Linux Ubuntu 11.04  (Read 3485 times)
MattscheAN (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0



View Profile WWW
August 17, 2011, 12:56:28 AM
 #1

Sierrechart is a Chart Analysistool for Professionals and for Windows, wanna use it on Ubuntu?

1.
First you have to install Wine on your Linux Machine:

Code:
$sudo apt-get install wine

Under Ubuntu it will install winetricks for you too. On other Machines you will install it by yourself.


2.
Download Sierrachart Software from: http://www.sierrachart.com/downloads/SierraChartSetup.exe

3.
Download Sierrachartfeed from: http://mining.bitcoin.cz/media/download/sierrachartfeed-0.2.exe
This will load the feed of all bitcoincharts.com listet Symbols for you, so you can use them with Sierracharts.

4. Install .NET Framwork with winetricks:
Code:
$winetricks dotnet20
and
Code:
$winetricks vcrun2008

5. Install Sierrachart:
Code:
$wine SierraChartSetup.exe 
When started register with the Sierrachart Page Service. It will give you a 15day Trial but you can use it for bitcoin charts as long as you want.

6. Startup sierrachart bridge feed:
Code:
$wine sierrachartfeed-0.2.exe -s thEUR

Whereas after -s it takes the Symbol of all bitcoinchats.com listed markets. You can start multiple feeds.

7. Open feed in Sierrachart:
In Sierrachart window click File->Open Intraday trading and open the .scid File with the feed you want.

http://img192.imageshack.us/img192/332/bildschirmfoto1xo.png


You can now use Sierracharts for Bitcoin markets.


In Unity i have some trouble with the windows, so i use it mostly not in maximized format.


Have Fun!





slush
Legendary
*
Offline Offline

Activity: 1386
Merit: 1097



View Profile WWW
September 07, 2011, 07:23:14 PM
 #2

Great howto, works for me. Please update link to sierrachart binary, I just released version 0.3 which is addin multicurrency support for mtgox.

slush
Legendary
*
Offline Offline

Activity: 1386
Merit: 1097



View Profile WWW
December 09, 2012, 11:57:10 AM
 #3

Please note that latest Sierrachart doesn't require .NET libraries, so it run under Wine without any issues (just download installer and run in wine).

jago25_98
Hero Member
*****
Offline Offline

Activity: 900
Merit: 1000


Crypto Geek


View Profile WWW
December 28, 2012, 09:58:43 AM
 #4

I only seem to have the one .scid file?

.cxoffice\other\drive_c\SierraChart\Data\mtgoxUSD.scid ?

Where can I get more feeds ready for if Bitcoin charts or MtGox fails?

Had to change the command to:

Code:
./wine /home/jjj/Downloads/sierrachartfeed-0.5.exe -s mtgoxUSD -d ~/.cxoffice/other/drive_c/SierraChart/
Data/
giving:

Code:
Loading data file Y:\.cxoffice\other\drive_c\SierraChart\Data\mtgoxUSD.scid
Downloading historical data
It doesn't do any more than this and nothing more is available in Sierracharts itself.


Is there a more linux native solution?

Code:
Grism shows: /usr/lib64/ruby/site_ruby/1.9.1/grism/grism_prefs.rb:87:in `config_dir': uninitialized constant GRISM::PLATFORM (NameError)
Only link on this I could find:
https://aur.archlinux.org/packages/grism/

 qtstalker has a lot of deps, not sure if either work with bitcoin. Just looking for something basic for when bitcoincharts goes down

Bitcoiner since the early days. Crypto YouTube Channel: Trading Nomads | Analyst | News Reporter | Bitcoin Hodler | Support Freedom of Speech!
slush
Legendary
*
Offline Offline

Activity: 1386
Merit: 1097



View Profile WWW
December 28, 2012, 12:01:00 PM
 #5

Code:
./wine /home/jjj/Downloads/sierrachartfeed-0.5.exe -s mtgoxUSD -d ~/.cxoffice/other/drive_c/SierraChart/
Data/


To download all other markets, please use "-s mtgoxUSD,*"

jago25_98
Hero Member
*****
Offline Offline

Activity: 900
Merit: 1000


Crypto Geek


View Profile WWW
December 28, 2012, 04:55:57 PM
 #6

Ah, yes, figured it out. By going for all data sources it was trying to download everything but giving no feedback that it was actually downloading correctly.

I'm on a very slow connection so the ~160mb took half a day

Bitcoiner since the early days. Crypto YouTube Channel: Trading Nomads | Analyst | News Reporter | Bitcoin Hodler | Support Freedom of Speech!
capoeira
Legendary
*
Offline Offline

Activity: 2404
Merit: 1003



View Profile
April 25, 2013, 02:00:34 PM
 #7

Please note that latest Sierrachart doesn't require .NET libraries, so it run under Wine without any issues (just download installer and run in wine).


installed but doesn't run here

anything changed?

tank100
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 04, 2014, 09:22:46 AM
Last edit: January 04, 2014, 09:33:38 AM by tank100
 #8

Please note that latest Sierrachart doesn't require .NET libraries, so it run under Wine without any issues (just download installer and run in wine).


installed but doesn't run here

anything changed?

I had some trouble under Ubuntu 12.04 64 bit, I don't know if all this is needed...

--> Received a gnome-keyring-pkcs11.so error:

  apt-get download gnome-keyring:i386
  ls -lrt
  ar x gnome-keyring*.deb
  tar xf data.tar.gz
  ls -la usr/lib/i386-linux-gnu/pkcs11
  mv usr/lib/i386-linux-gnu/pkcs11 /usr/lib/i386-linux-gnu/


--> Received an err:module:attach_process_dlls "MFCM100.dll" error under wine1.4:

sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install wine1.7

--> Received a error indicating dotnet4.0 was needed:

env WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks winecfg
env WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks vcrun2008
env WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks vcrun2010
env WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks dotnet20
env WINEARCH=win32 WINEPREFIX=~/.wine32 winetricks dotnet40
env WINEARCH=win32 WINEPREFIX=~/.wine32 wine SierraChartSetup.exe


The program is now able to run.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!