Summary
Indicates whether this instance is overlayed on the chart or plotted on a separate indicator panel
Syntax
public bool IsOverlay{ get; set; }
Example 1
[Indicator(IsOverlay = true)] // Plots the Indicator on the chart public class SampleIndicator : Indicator
Example 2
[Indicator(IsOverlay = false)] // Plots the Indicator on a separate indicator panel. public class SampleIndicator : Indicator