Forex_Strategy_Builder.IndicatorComp.IndicatorComp C# (CSharp) Method

IndicatorComp() public method

Public constructor
public IndicatorComp ( ) : System
return System
        public IndicatorComp()
        {
            compName   = "Not defined";
            dataType   = IndComponentType.NotDefined;
            chartType  = IndChartType.NoChart;
            chartColor = Color.Red;
            firstBar   = 0;
            prvs       = 0;
            isDynInfo  = true;
            adValue    = new double[] { };
            posPriceDependence = PositionPriceDependence.None;
        }