Indicator Visulalization

 

I am looking for a methodology to restrict the visualization of an indicator's separate window, by code

 There does not seem to be something like SetIndexVisualization(.... TimeFrame)

 

I can easily restrict the indicator's output to specific Periods. the issue is that on the not required Timeframes an empty window remains.

 

How can I remove this window, via code? 

 
can't
 
WHRoeder:
can't

thanks.

 

At least I now know not to further waste my time looking for a solution using an indicator.

 
rod178:

I am looking for a methodology to restrict the visualization of an indicator's separate window, by code

 There does not seem to be something like SetIndexVisualization(.... TimeFrame)

 

I can easily restrict the indicator's output to specific Periods. the issue is that on the not required Timeframes an empty window remains.

 

How can I remove this window, via code? 

You can remove the window, but you will remove the indicator too.
Reason: