hide_on_intraday

Syntax

declare hide_on_intraday;

Description

Hides a study on intraday charts (time charts with aggregation period less than 1 day and tick charts).

Example

declare hide_on_intraday;

declare lower;

plot OpenInterest = open_interest();

As open interest is only available for aggregations greater than or equal to 1 day, you can use the declaration so studies that use it are automatically hidden on intraday charts.