IsVisible
<< Click to Display Table of Contents >> IsVisible |
Determines if the current NinjaScript object should be visible on the chart. When an object's IsVisible property is set to false, the object will NOT be displayed on the chart and will not be calculated to save resources.
Note: Strategies intentionally contain no IsVisible property. |
Warning: This property should NOT be set on indicators which add a panel or own their own panel. Panel addition/removal is determined when an indicator is added/removed to a chart and is not modified through the IsVisible property. |
A bool value when true will be displayed on the chart; otherwise false; default value is true.
IsVisible
protected override void OnBarUpdate() |