Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 03:49:07 +0000



Tagged Charts

View Count: 894

[2016-01-05 20:59:43]
User99735 - Posts: 234
Hi,
I am opening a new chart #4 from an existing chart#1.

Once the download of historical data for chart #4 is complete, full recalculation is done in Chart #1.

Can the full recalculation be avoided in Chart #1, or the only option is to use code
if (sc.IsFullRecalculation ||
    sc.ServerConnectionState != SCS_CONNECTED)
    return;
Excerpts from log file enclosed.

Regards

Vivek
"Chart #4 has tagged chart #1 for full recalculation. Chartbook: Chartbook-AAPL.cht | 2016-01-05 12:41:15
Chart #4 has tagged chart #1 for full recalculation. Chartbook: Chartbook-AAPL.cht | 2016-01-05 12:41:15
AAPL [M] 1 Sec #1 | Performing a full recalculation because it has been tagged. Chartbook: Chartbook-AAPL.cht | 2016-01-05 12:41:15"
[2016-01-05 21:39:09]
Sierra Chart Engineering - Posts: 104368
There is no way to avoid the full recalculation other than for the study itself in the way that you have shown above.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2016-01-05 22:03:08]
User99735 - Posts: 234
Thanks.

Is sc.IsFullRecalculation set to true, when a study is attached to chart for first time also?

If yes, are there any other flags available similar to sc.SetDefaults, to do initializations?

Regards

Vivek
[2016-01-06 05:15:47]
Sierra Chart Engineering - Posts: 104368


Is sc.IsFullRecalculation set to true, when a study is attached to chart for first time also?
Yes.

When sc.Index equals 0, you can do initializations relating to a full recalculation.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account