Login Page - Create Account

Support Board


Date/Time: Fri, 04 Jul 2025 11:22:40 +0000



Post From: setting sc.DaysToLoadInChart no longer works

[2020-08-23 14:49:49]
User658985 - Posts: 30
I isolated the issue but the problem is quite peculiar. In my study, if i simply check the value of the member sc.IsFullRecalculation anytime before setting sc.DaysToLoadInChart, it will subsequently not work (the value isn't being applied/saved). In other words, if i simply commented out my check of IsFullRecalculation, everything will work as intended.

BUT in a basic test indicator, checking sc.IsFullRecalculation before sc.DaysToLoadInChart it does not cause any problems. My indicators and charts are fairly complicated in that they talk to each other quite a bit, so i dont know how it would differ from a basic test indicator.