Support Board
Date/Time: Sat, 01 Feb 2025 22:03:56 +0000
Post From: Is there common memory region that shares tick information between charts
[2019-07-31 21:42:03] |
User972768 - Posts: 166 |
Hello, If it is not a secret, would you be able to share internal data organization of the Sierra Chart? I wonder if there is a common area of memory that holds tick data and shares it between charts. For example, if I have 5 different charts in my chartbook showing ES in different forms (eg, 5-min, 4-tick Renko, Numbers Bars, etc), does each chart communicates with SCID files and has own copy of the file or they all share same source of data in the RAM? Sharing data is a bit more complicated to code but would save a lot of resources (multiple copies of the same data in the RAM; extra disk IO to read same updates, etc). Since you don't have any configuration files (eg, like Java applications like to pre-allocate RAM and have max limits, etc) I assume that everything in this area is done automatically. If this is not correct, could you provide hints at possible/recommended ways to configure my environment to improve Sierra's performance besides getting better hardware? Thanks and best regards |