Indicator refreshing
Created at 15 Nov 2019, 22:10
Indicator refreshing
15 Nov 2019, 22:10
Hey all,
Sometimes when I'm moving between charts the indicator refreshes itself, or sometimes if I'm working on something else in visual studio and come back to the chart I can see it reload.
Is there a setting to keep the indicator running and drawing, even if not the active window or symbol? If not can I at least get some idea on what conditions trigger a re-initialization of the indicator so i can take steps to avoid it?
As always, thanks for your time!
CaD
PanagiotisCharalampous
18 Nov 2019, 08:29
Hi calgodemo,
The Calculate() method of the indicator is called on each tick. But to give you more specific answers, we need more specific information. We need the indicator code and steps to reproduce this behavior so that we can understand what you are looking at.
Best Regards,
Panagiotis
@PanagiotisCharalampous