NexusFi: Find Your Edge


Home Menu

 





SierraChart on Ubuntu/Wine


Discussion in Sierra Chart

Updated
      Top Posters
    1. looks_one slickiam with 22 posts (58 thanks)
    2. looks_two vegasfoster with 5 posts (1 thanks)
    3. looks_3 ejtrader with 5 posts (0 thanks)
    4. looks_4 Big Mike with 4 posts (4 thanks)
      Best Posters
    1. looks_one slickiam with 2.6 thanks per post
    2. looks_two Big Mike with 1 thanks per post
    3. looks_3 kiwi with 0.7 thanks per post
    4. looks_4 tryingHard365 with 0.5 thanks per post
    1. trending_up 28,697 views
    2. thumb_up 72 thanks given
    3. group 20 followers
    1. forum 56 posts
    2. attach_file 2 attachments




 
Search this Thread

SierraChart on Ubuntu/Wine

  #1 (permalink)
 
slickiam's Avatar
 slickiam 
Tomsk, Russia
 
Experience: Beginner
Platform: custom
Trading: gold
Posts: 273 since Dec 2010
Thanks Given: 133
Thanks Received: 435

Hi All

I'll share my experience using SC on Ubuntu/Wine step by step.

- How to create bootable USB stick:

-- on Windows

--- using LinuxLive USB Creator

--- using SuSe Studio ImageWriter, type * to see *.iso


-- on *nix

as root: dd bs=512K if=ubuntu.iso of=/dev/sdc

where /dev/sdc is a USB stick dev

check :~$ dmesg



- We need a good 2D graphics performance so:

-- get rid of unity and copmiz

:~$ sudo apt-get install gnome-session-fallback

then reboot and log in using Gnome Fallback (no effects)

or use Untiy 2D for 12.04 because of this bug

--install proprietary video driver

--- as described for nvidia or ati

--- for newest versions Ubuntu Software Center -> Edit -> Software Sources -> Additional Drivers



- We can also tweak an SSD usage /optional/

Scientia Libertas Prosperitas
Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Exit Strategy
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
MC PL editor upgrade
MultiCharts
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
How to apply profiles
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
31 thanks
Just another trading journal: PA, Wyckoff & Trends
26 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
18 thanks
  #2 (permalink)
 
slickiam's Avatar
 slickiam 
Tomsk, Russia
 
Experience: Beginner
Platform: custom
Trading: gold
Posts: 273 since Dec 2010
Thanks Given: 133
Thanks Received: 435

At this moment SierraChart is the WinApp only so we need the latest stable ver of Wine

:~$ sudo add-apt-repository ppa:ubuntu-wine/ppa

:~$ sudo apt-get update

:~$ sudo apt-get install wine1.6

:~$ winecfg

choose Windows 7



download and install Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)

:~$ wine vcredist_x86.exe

install Non-CLR [AUTOLINK]SierraChart[/AUTOLINK] version

-- uncheck Microsoft Redistributable Package

-- uncheck Notepad ++

...

Scientia Libertas Prosperitas
Started this thread Reply With Quote
  #3 (permalink)
 
slickiam's Avatar
 slickiam 
Tomsk, Russia
 
Experience: Beginner
Platform: custom
Trading: gold
Posts: 273 since Dec 2010
Thanks Given: 133
Thanks Received: 435


In order to make SC more cute just put MSS font /Microsoft Sans Serif - attached, unzip it / into

/home/$user$/.wine/drive_c/windows/Fonts/

Rename .wine to /4ex/ sc_wine

make the link:

:~$ ln -sf /home/$user$/sc_wine/ .wine

Now one could use multiple copies of Wine for testing etc

Or use wineprefix

Or use codeweavers.com


In order to build custom studies we need an IDE and compiler.

:~$ sudo apt-get install geany gcc-mingw32

Set the environment for Geany

Build -> Set Build Commands

in my case:

Working Directory: /home/ganz/.wine/drive_c/SierraChart/ACS_Source/

Compile: i686-w64-mingw32-g++ -march=i686 -mtune=i686 -O2 -shared -static -static-libgcc -static-libstdc++ -s -fno-rtti -fno-exceptions -w -c "%f"

Build: i686-w64-mingw32-g++ -march=i686 -mtune=i686 -O2 -shared -static -static-libgcc -static-libstdc++ -s -fno-rtti -fno-exceptions -w "%f" -o /home/ganz/.wine/drive_c/SierraChart/Data/"%e".dll


Scientia Libertas Prosperitas
Attached Files
Elite Membership required to download: micross.ttf.zip
Started this thread Reply With Quote
  #4 (permalink)
 
slickiam's Avatar
 slickiam 
Tomsk, Russia
 
Experience: Beginner
Platform: custom
Trading: gold
Posts: 273 since Dec 2010
Thanks Given: 133
Thanks Received: 435

It was tested with:

- IQFeed

- Rithmic/Zen-fire

- CTS T4 FIX

It should work with:

- IB

- TT

- AMP/TTNET

any .Net API /services will not work.

Scientia Libertas Prosperitas
Started this thread Reply With Quote
  #5 (permalink)
 
slickiam's Avatar
 slickiam 
Tomsk, Russia
 
Experience: Beginner
Platform: custom
Trading: gold
Posts: 273 since Dec 2010
Thanks Given: 133
Thanks Received: 435

sync computer's clock

:~$ sudo apt-get install ntp

:~$ sudo gedit /etc/ntp.conf /optional/


use national charset to mark charts, tabs etc

:~$ export LANG=ru_RU.UTF8; wine SierraChart.exe


Scientia Libertas Prosperitas
Started this thread Reply With Quote
Thanked by:
  #6 (permalink)
 
slickiam's Avatar
 slickiam 
Tomsk, Russia
 
Experience: Beginner
Platform: custom
Trading: gold
Posts: 273 since Dec 2010
Thanks Given: 133
Thanks Received: 435

the issue

be careful with Trade -> Attach Trade Window to Chart for a chart and a TradeDOM

it doesn't work - do not detach it because of Wine issue


make a copy of a chart in order to attach

Scientia Libertas Prosperitas
Started this thread Reply With Quote
  #7 (permalink)
 vegasfoster 
las vegas
 
Experience: Intermediate
Platform: Sierra Chart
Broker: Velocity/IB
Trading: 6E
Posts: 1,145 since Feb 2010
Thanks Given: 304
Thanks Received: 844

Tried a dozen ways to boot chrome or linux from usb and Linux Live is the first thing to actually work. Its only a little pokey, but works perfectly and can now try it out. Thanks!!!

Reply With Quote
  #8 (permalink)
 
slickiam's Avatar
 slickiam 
Tomsk, Russia
 
Experience: Beginner
Platform: custom
Trading: gold
Posts: 273 since Dec 2010
Thanks Given: 133
Thanks Received: 435


vegasfoster View Post
Tried a dozen ways to boot chrome or linux from usb and Linux Live is the first thing to actually work. Its only a little pokey, but works perfectly and can now try it out. Thanks!!!

hi

i'm using linux since 1997 and was very surprised it was not used by retail users in the business: for data mining, testing, trading and so on

it was the definite sign for me about the nature of the business: this is absolutely unserious, gaming stuff as windoze gamez or tv showz - show biz

imho

Scientia Libertas Prosperitas
Started this thread Reply With Quote
  #9 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,444 since Jun 2009
Thanks Given: 33,217
Thanks Received: 101,607


slickiam View Post
hi

i'm using linux since 1997 and was very surprised it was not used by retail users in the business: for data mining, testing, trading and so on

it was the definite sign for me about the nature of the business: this is absolutely unserious, gaming stuff as windoze gamez or tv showz - show biz

imho

I prefer Linux. But after multiple attempts every few years I resort back to Windows. This is almost all due to poor multi monitor support for six monitors on a single desktop.

I've tried everything multiple times...

Sent from my LG Optimus G Pro

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #10 (permalink)
 
slickiam's Avatar
 slickiam 
Tomsk, Russia
 
Experience: Beginner
Platform: custom
Trading: gold
Posts: 273 since Dec 2010
Thanks Given: 133
Thanks Received: 435



Big Mike View Post
I prefer Linux. But after multiple attempts every few years I resort back to Windows. This is almost all due to poor multi monitor support for six monitors on a single desktop.

I've tried everything multiple times...

Sent from my LG Optimus G Pro

Hi Mike

I've got no solution for this out of the box because my hrdwr setups are two displays per desktop

Did you try a custom config using xrandr?

Scientia Libertas Prosperitas
Started this thread Reply With Quote




Last Updated on June 11, 2020


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts