Hi,
Is there a way to load diferent Time Templates based on the base interval, dynamically?
I am using a smaller external interval, which changes with the base interval [for example, 5min in 15 min charts, 2min in 5min charts, etc.] and
a/ I want to avoid using setBackFill, which proves to be rather slow and
b/ I want to avoid loading unecessary data with a generic Time Template that encompasses all time intervals [for example, don't need 2min, 30min, 60min, or Daily data in 15min charts].
Istead, I want to create diferent Time Templates that will load only the data I use [for example, 2 and 5min in 5min charts, 5 and 15 min in 15 min charts, etc.].
Thank you.
Mihai Buta
Is there a way to load diferent Time Templates based on the base interval, dynamically?
I am using a smaller external interval, which changes with the base interval [for example, 5min in 15 min charts, 2min in 5min charts, etc.] and
a/ I want to avoid using setBackFill, which proves to be rather slow and
b/ I want to avoid loading unecessary data with a generic Time Template that encompasses all time intervals [for example, don't need 2min, 30min, 60min, or Daily data in 15min charts].
Istead, I want to create diferent Time Templates that will load only the data I use [for example, 2 and 5min in 5min charts, 5 and 15 min in 15 min charts, etc.].
Thank you.
Mihai Buta
Comment