Summary
The name of the Indicator.
Remarks
The name is displayed to the left of the indicator panel.
Syntax
public string Name{ get; }
Example 1
namespace cAlgo.Indicators { [Indicator("IndicatorName")] public class SampleIndicator : Indicator { //... } }