Login Page - Create Account

Support Board


Date/Time: Mon, 13 May 2024 05:44:09 +0000



downloading, recalculation

View Count: 847

[2017-06-26 08:25:14]
jizzary - Posts: 177
recalculation
(1) during that process when (sc.Index == 0)
the study initializes all on going counters
just as would be executed when the study is loaded for the first time

(2) during that process the studt will not issue any position orders to
service provider

downloading
is downloading process always executing recalculation in parallel ?
thus - for every bar created while downloading the platform calls all studies to calculate ?

OR
recalcultion is being executed (thus calling the studies) only AFTER downloading is done
so when downloading my study should do nothing waiting to recalculate will start


I need to precisely understand that so my study will correctly manage

pls advise. tnx
Date Time Of Last Edit: 2017-06-26 08:26:55
[2017-06-27 08:11:08]
Sierra Chart Engineering - Posts: 104368
As new bars are added to the chart either in real-time or during a historical data download, the study function is called at the Chart Update Interval. These are just normal update calculations. Not a full recalculation.

There is an ACSIL variable to check if data is being downloaded.
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
Date Time Of Last Edit: 2017-06-27 08:11:36
[2017-06-27 23:22:41]
jizzary - Posts: 177
normal process is clear

historical bars are loaded - where the study is being called on every bar close
given the chance to process the newly closed bar

then coming real-time bars where teh study is called every interval to process
the so far unclosed bar or a close of the bar

are there cases where download process is luanched and mananged w/o recalculation ?
[2017-06-28 02:02:04]
Sierra Chart Engineering - Posts: 104368
No.
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