Support Board
Date/Time: Thu, 13 Feb 2025 07:46:44 +0000
Post From: Fast recalculation? Why it is different when we change study settings?
[2020-11-24 09:50:59] |
mbilyanov - Posts: 62 |
I just realized that ... sc.FlagFullRecalculate = true; ... is that faster and more efficient way to force a re-evaluation of the arrays starting from `sc.Index` @ 0. So that kind of answers my question. However, what I noticed is that if the data feed is disconnected or we are in SIM mode and the playback is paused, the chart will NOT cook. Only after the playback starts or we get bar data flowing in, the changes are observable after a recalculation. Could please someone confirm that? Is there a way to redraw the full recalculation even when the chart is not cooking? And by cooking I mean the interval of refreshing the study. |