Login Page - Create Account

Support Board


Date/Time: Sun, 16 Nov 2025 05:16:06 +0000



[User Discussion] - Linux

View Count: 98227

[2025-09-29 00:18:01]
Tony - Posts: 647
@gtaranti,

Which distro are you using?

Couple of thoughts,
1, I think Bottles are totally unnecessarily, since Wine already works flawlessly.

2, I am using Linux Mint, under Date & Time settings, I always turn 'Network time' on, so, I won't have accuracy issues.
[2025-09-29 05:59:34]
gtaranti - Posts: 97
@Tony,

I'm using Bluefin.

1. I'll try Wine but Bottles adds some enhancements.
2. I also have 'Automatic Date & Time' which supposedly synchronizes with internet time.

Also this '6 secs off' I doubt it's true.
[2025-09-29 15:22:33]
Tony - Posts: 647
hey gtaranti,

yeah, 6 seconds is a big deal, especially when market is volatile, I would try use USA server instead of European server 1st, or simply disable NTP client.

What I am doing right now is writing a ACSIL study to monitor any discrepancy between last price and computer time, if the difference is more than 1 second, I will get a warning:
  // other code
  
  int SecondsDelayed {
    sc.IsReplayRunning() ? 0 :
    (sc.CurrentSystemDateTime - sc.BaseDataEndDateTime[sc.Index]).GetTimeInSeconds()
  };
  
  if (SecondsDelayed >= 2)
    // warning message on screen
  
  // other code

Date Time Of Last Edit: 2025-09-29 15:24:26
[2025-10-26 20:19:39]
ertrader - Posts: 685
Quick update...I've not seen any issues from a wine perspective with sierrachart. I've been on wine 10.0 and not on the development releases. I have updated to the latest mint linux. Had some kernel update issues but they were resolved.

Latest configuration:
SierraChart Version 2803 64 bit (2 instances)
Wine 10.0
Mint Linux 22.2/Cinnamon desktop
Kernel 6.14.0-32 generic
AMD Ryzen 7 3800X
GeForce GTX 1660 Nvidia/6 GB GDDR5/Driver 545.29.06/OpenGL
Dual Monitors 1920X1080 60 Hz for both monitors
Total System RAM: 16 Gig
Memory usage: <500 Meg for main instance 200 meg for copy trade instance. This configuration greatly simplified my setup.
CPU Utilization: <8% for main instance <5% for copy instance.
28 Charts, 4 instruments and 4 ADR symbols (ES, YM, NQ, RTY, ADR-YM, ADR-TF, ADR-NASDAQ, ADR-SP)
Denali data-feed with MBO data
Teton Order Routing with Stage5/Advantage and Ironbeam
Rithmic for trader evaluations and PA accounts
RealVNC for remote access
Updated 10/26/25
Date Time Of Last Edit: 2025-10-26 20:20:24
[2025-10-28 00:55:03]
User303857 - Posts: 166
Does anybody know how to get the sierra zip downloader to load into all the files in the correct file path?

What is used in place of C:\SierraChart ?

I am new to Linux, downloaded and installed Cinnamon & Wine & the sierra zip installer into the downloads folder.

Not sure how to get it installed & running.

Thanks
for any help
[2025-10-28 16:40:46]
User687917 - Posts: 84
@User303857 post #779

SierraChart is a portable program.

On Linux, with Wine installed, you would simply run the installer's .exe file.

If you choose the ZIP version [Software Download: Zip Installer Detailed Instructions], create a folder, for example, in the path /home/myuser/SierraChart or in the path of your choice, and extract the contents of the ZIP file there.
Then simply run “SierraChart.exe” and the program will run with your default Wine settings.

If you want more settings, for example for the theme to use, I prefer to install SierraChart using Winetricks, in an isolated “Wineprefix”, and there I configure a dark theme just for the platform.
[2025-11-13 04:42:13]
allons_trading - Posts: 39
Finally decided to build up a new PC as I was tired of dealing with the really random, non-reproducible laptop crashes.

Installed CachyOS on this PC vs Manjaro on the laptop.

AMD Ryzen 9 9950X
64GB of memory
2TB NVME Gen 5 + 2TB NVME Gen 4
AMD Radeon 9070XT
2 32" 1440p monitors
CachyOS
Wine 10.18

I run two instance of SC with each instance consuming 40-60% CPU usage with OpenGL enabled on the laptop for the chartbooks I currently run.
The fans on the laptop would run constantly.

The only issue I have, which may not be an issue after all, is that I am currently unable to get SierraChart to keep OpenGL enabled on 10.18. I had
already opened a bug on Wine for >10.9 as all the chart windows would be blank with OpenGL enabled.

After moving over the NVME drive and starting up the chartbooks, each instance of SierraChart is currently sitting at < 1% CPU usage. Zero issues
scrolling charts, which was the big reason for running with OpenGL on the laptop.
[2025-11-16 01:00:37]
methodtrades - Posts: 48
If you ever learn a fix to that opengl black chart issue @allons_trading please report back!

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account