Support Board
Date/Time: Mon, 31 Mar 2025 14:00:29 +0000
Post From: Time and Sales + draw to chart, Sierra Chart becomes unresponsive
[2022-11-06 20:24:49] |
gorx1 - Posts: 8 |
DrawToChart sums 'all' the volume in TS record, which btw increases after every tick (until a certain limit specified in settings), and adds is to a persistent integer variable referenced by int& justavariable. So if this function gets called on chart update interval, i.e several times a second, you're probably getting overflow of that integer variable. |