protected override void Create()
 {
     m_normgradientcolor1 = new NormGradientColor(this);
     m_roc = new VariableSeries <Double>(this);
     Plot1 = AddPlot(new PlotAttributes("ROC", 0, Color.Silver, Color.Empty, 0, 0, true));
     Plot2 = AddPlot(new PlotAttributes("ZeroLine", 0, Color.Green, Color.Empty, 0, 0, true));
 }
 protected override void Create(){
     m_normgradientcolor1 = new NormGradientColor(this);
     m_eom = new VariableSeries<Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("EOM", 0, Color.Cyan,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("ZeroLine", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
 }
 protected override void Create(){
     m_priceoscillator1 = new PriceOscillator(this);
     m_normgradientcolor1 = new NormGradientColor(this);
     m_priceosc = new VariableSeries<Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("PriceOsc", 0, Color.Blue,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("ZeroLine", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
 }
Beispiel #4
0
 protected override void Create()
 {
     m_priceoscillator1   = new PriceOscillator(this);
     m_normgradientcolor1 = new NormGradientColor(this);
     m_priceosc           = new VariableSeries <Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("PriceOsc", 0, Color.Blue,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("ZeroLine", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
 }
 protected override void Create(){
     m_chaikinosc1 = new ChaikinOsc(this);
     m_normgradientcolor1 = new NormGradientColor(this);
     m_applicationtype = 0;
     m_chaikinoscval = new VariableSeries<Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("ChaikinOsc", 0, Color.Cyan,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("ZeroLine", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
 }
 protected override void Create()
 {
     m_volumeosc1         = new VolumeOsc(this);
     m_normgradientcolor1 = new NormGradientColor(this);
     m_volosc             = new VariableSeries <Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("VolOsc", 0, Color.Cyan,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("ZeroLine", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
 }
 protected override void Create(){
     m_hpi1 = new Function.HPI(this);
     m_normgradientcolor1 = new Function.NormGradientColor(this);
     m_applicationtype = new VariableObject<Int32>(this);
     m_hpivalue = new VariableSeries<Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("HPI", 0, Color.Yellow,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("ZeroLine", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
 }
 protected override void Create()
 {
     m_chaikinosc1        = new ChaikinOsc(this);
     m_normgradientcolor1 = new NormGradientColor(this);
     m_applicationtype    = 0;
     m_chaikinoscval      = new VariableSeries <Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("ChaikinOsc", 0, Color.Cyan,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("ZeroLine", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
 }
Beispiel #9
0
 protected override void Create()
 {
     m_hpi1 = new Function.HPI(this);
     m_normgradientcolor1 = new Function.NormGradientColor(this);
     m_applicationtype    = new VariableObject <Int32>(this);
     m_hpivalue           = new VariableSeries <Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("HPI", 0, Color.Yellow,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("ZeroLine", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
 }
 protected override void Create()
 {
     m_xaverage1          = new XAverage(this);
     m_normgradientcolor1 = new NormGradientColor(this);
     m_volratio           = new VariableSeries <Double>(this);
     m_volratioavg        = new VariableSeries <Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("VolRatioAvg", 0, Color.Blue,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("ZeroLine", 0, Color.Green,
                                    Color.Empty, 7, 7, true));
 }
 protected override void Create(){
     m_normgradientcolor1 = new NormGradientColor(this);
     Plot1 =
         AddPlot(new PlotAttributes("Plot1", EPlotShapes.BarHigh,
                                    Color.White, Color.Empty, 0,
                                    0,
                                    true));
     Plot2 =
         AddPlot(new PlotAttributes("Plot2", EPlotShapes.BarLow,
                                    Color.White, Color.Empty, 0,
                                    0,
                                    true));
     Plot3 =
         AddPlot(new PlotAttributes("Plot3", EPlotShapes.LeftTick,
                                    Color.White, Color.Empty, 0,
                                    0,
                                    true));
     Plot4 =
         AddPlot(new PlotAttributes("Plot4", EPlotShapes.RightTick,
                                    Color.White, Color.Empty, 0,
                                    0,
                                    true));
 }
Beispiel #12
0
 protected override void Create()
 {
     m_normgradientcolor1 = new NormGradientColor(this);
     Plot1 =
         AddPlot(new PlotAttributes("Plot1", EPlotShapes.BarHigh,
                                    Color.White, Color.Empty, 0,
                                    0,
                                    true));
     Plot2 =
         AddPlot(new PlotAttributes("Plot2", EPlotShapes.BarLow,
                                    Color.White, Color.Empty, 0,
                                    0,
                                    true));
     Plot3 =
         AddPlot(new PlotAttributes("Plot3", EPlotShapes.LeftTick,
                                    Color.White, Color.Empty, 0,
                                    0,
                                    true));
     Plot4 =
         AddPlot(new PlotAttributes("Plot4", EPlotShapes.RightTick,
                                    Color.White, Color.Empty, 0,
                                    0,
                                    true));
 }