Hide

Hide ();

Description

Makes a plot hidden by default. This function may be required to hide plot data that is not used in the analysis at the moment.

Example

plot PriceClose = close;
plot PriceOpen = open;
PriceOpen.Hide();

This example makes the PriceOpen plot invisible by default.