Login Page - Create Account

Support Board


Date/Time: Sun, 02 Nov 2025 17:05:54 +0000



Studies visibility depending on timeframe ?

View Count: 175

[2025-09-24 09:53:25]
User246799 - Posts: 21
Hello, I would like to know if it is possible to set the visibility of the studies depending on the timeframe ?
I mean :
For one single chart, I would like to set a group of studies (study 1, study 2, study 3, 4, 5, 6, 7 for example).
And I would like to see / hide some of these studies depending on the timeframe.
For example : If I set the 5 minute timeframe, I want to see studies 1, 2 and 6 and hide the others.
If I go to the 15 minute timeframe, I want to see studies 2, 3, 4, 5 and hide the others...

Is it possible to do that ? Is it possible to create this possibility please ? (as for the drawings)
Is it possible to create this with the advanced custom study ?

Thank you
[2025-09-24 14:42:59]
John - SC Support - Posts: 42699
There is not a way to do this automatically using the built-in tools. The closest thing would be for you to load a different Study Collection when you change the bar period.

This can be done with a Custom Study by checking the Bar Period and then loading the Study Collection you want based on that. Refer to the following:
ACSIL Interface Members - Functions: sc.ApplyStudyCollection()
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2025-09-24 15:00:13]
Tony - Posts: 640
@User246799 you need write your own study to achieve that with ACSIL.
[2025-09-24 15:02:00]
User246799 - Posts: 21
Ok, thank you for your answer. I'm going to try. Do you think that this is something that you could implement in the future ?
[2025-09-24 15:48:30]
John - SC Support - Posts: 42699
We have noted this as a feature request, but we can not say when we would get to any particular request.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2025-09-25 14:30:27]
User246799 - Posts: 21
Hello, as discussed above, I have created a custom study that applies on a chart a study collection based on the selected bar period.

But I have a problem !

The problem is that when a new study collection applies after a bar period modification, the previous study collection is not deleted.
The new study collection is added to the previous one again and again --> Big mess !
I don't know how to solve this. Could you please help me ?
Thank you.
[2025-09-25 14:41:38]
John - SC Support - Posts: 42699
You need to post that issue as a new thread and mark it as Programming Help. There is something you are doing that is not correct in your code.
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2025-09-25 15:21:35]
User246799 - Posts: 21
Ok, thank you

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

Login

Login Page - Create Account