Login Page - Create Account

Support Board


Date/Time: Sun, 12 Jan 2025 04:28:13 +0000



Post From: ACS - sc.UpdateAlways

[2017-01-24 09:17:59]
jizzary - Posts: 177
i'm not sure i cottrecly understand the calling mechanism to study function

i understood that ty default the study function is called as Chart Update Interval expires
(rather than when new market or order data is available for the symbol)

from reading the documentation's text - i understand that this is not the default behavior
and for that to take place i need to set sc.UpdateAlways = 1

***

what is the bhaviour when when sc.UpdateAlways = 0 ?
study function is called when new market or order data is available for the symbol ?

***

p.s. is there an option to cause calling the study function only when the current candle/bar is closed ?