Support Board
Date/Time: Fri, 03 Oct 2025 01:45:09 +0000
[User Discussion] - Linux
View Count: 95116
[2025-09-29 00:18:01] |
Tony - Posts: 637 |
@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: 637 |
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
|
To post a message in this thread, you need to log in with your Sierra Chart account: