protected override void Create(){ Plot1 = AddPlot(new PlotAttributes("Outside", EPlotShapes.Point, Color.Magenta, Color.Empty, 4, 0, true)); }
protected override void Create() { // create variable objects, function objects, plot objects etc. plot1 = AddPlot(new PlotAttributes("", EPlotShapes.Line, Color.Red)); localAdd = IPAddress.Parse(ServerIP); client = null; }
protected override void Create(){ m_adx1 = new Function.ADX(this); m_adxvalue = new VariableSeries<Double>(this); Plot1 = AddPlot(new PlotAttributes("ADX", 0, Color.Cyan, Color.Empty, 0, 0, true)); }
protected override void Create() { Plot1 = AddPlot(new PlotAttributes("CntCrtSM", EPlotShapes.Point, Color.Cyan, Color.Empty, 3, 0, true)); }
protected override void Create() { Plot1 = AddPlot(new PlotAttributes("VolBrkOut", EPlotShapes.Point, Color.Cyan, Color.Empty, 4, 0, true)); }
protected override void Create() { m_volatility1 = new Function.Volatility(this); Plot1 = AddPlot(new PlotAttributes("Volty", 0, Color.Blue, Color.Empty, 0, 0, true)); }
protected override void Create() { plot1 = AddPlot(new PlotAttributes("", EPlotShapes.Histogram, Color.Yellow)); zscore = new ZScoreVolume(this); length = 28; skip_current = true; }
protected override void Create() { Plot1 = AddPlot(new PlotAttributes("Volume", EPlotShapes.Histogram, Color.Blue, Color.Empty, 0, 0, true)); }
protected override void Create(){ m_length = new ArraySimple<Int32>(this, 9); m_smoothingfactor = new ArraySimple<Double>(this, 9); m_xma = new ArraySeries<Double>(this, 9); m_color = new ArraySimple<Color>(this, 9); Plot1 = AddPlot(new PlotAttributes("XMA1", 0, Color.Blue, Color.Empty, 0, 0, true)); Plot2 = AddPlot(new PlotAttributes("XMA2", 0, Color.Red, Color.Empty, 0, 0, true)); Plot3 = AddPlot(new PlotAttributes("XMA3", 0, Color.Cyan, Color.Empty, 0, 0, true)); Plot4 = AddPlot(new PlotAttributes("XMA4", 0, Color.Yellow, Color.Empty, 0, 0, true)); Plot5 = AddPlot(new PlotAttributes("XMA5", 0, Color.Blue, Color.Empty, 0, 0, true)); Plot6 = AddPlot(new PlotAttributes("XMA6", 0, Color.Red, Color.Empty, 0, 0, true)); Plot7 = AddPlot(new PlotAttributes("XMA7", 0, Color.Cyan, Color.Empty, 0, 0, true)); Plot8 = AddPlot(new PlotAttributes("XMA8", 0, Color.Yellow, Color.Empty, 0, 0, true)); }
protected override void Create() { m_advancedeclinediff1 = new AdvanceDeclineDiff(this); Plot1 = AddPlot(new PlotAttributes("A/DLine", 0, Color.Cyan, Color.Empty, 0, 0, true)); }
protected override void Create() { m_rs_dailydataarray1 = new RS_DailyDataArray(this); m_rs_trueextremes1 = new RS_TrueExtremes(this); m_rs_priceextension1 = new RS_PriceExtension(this); m_rs_reversalpatterns1 = new RS_ReversalPatterns(this); m_barnumber1 = new BarNumber(this); m_value3 = new VariableObject <int>(this); m_index = new VariableObject <Int32>(this); m_prevtrhighest = new VariableObject <Double>(this); m_prevtrlowest = new VariableObject <Double>(this); m_prevatr = new VariableObject <Double>(this); m_osetup = new VariableObject <int>(this); m_otrigger = new VariableObject <Double>(this); m_dataarray = new Array2DSimple <Double>(this, 13, 101); m_subarray = new ArraySimple <Double>(this, 4); Plot1 = AddPlot(new PlotAttributes("Ext", EPlotShapes.Point, Color.Blue, Color.Empty, 3, 0, true)); Plot2 = AddPlot(new PlotAttributes("Setup", EPlotShapes.Point, Color.Yellow, Color.Empty, 4, 0, true)); Plot3 = AddPlot(new PlotAttributes("Trigger", EPlotShapes.Point, Color.Cyan, Color.Empty, 5, 0, true)); Plot4 = AddPlot(new PlotAttributes("HiLoLines", EPlotShapes.Point, Color.Yellow, Color.Empty, 1, 0, true)); }
protected override void Create(){ m_obv1 = new OBV(this); m_obvvalue = new VariableSeries<Double>(this); Plot1 = AddPlot(new PlotAttributes("OBV", 0, Color.Cyan, Color.Empty, 0, 0, true)); }
protected override void Create() { m_pennant1 = new Pennant(this); m_otlhistartpr = new VariableObject <Double>(this); m_otlhiendpr = new VariableObject <Double>(this); m_otllostartpr = new VariableObject <Double>(this); m_otlloendpr = new VariableObject <Double>(this); m_color = new VariableObject <Color>(this); m_tlhi = new VariableObject <ITrendLineObject>(this); m_tllo = new VariableObject <ITrendLineObject>(this); Plot1 = AddPlot(new PlotAttributes("PenBrkoutUp", EPlotShapes.Point, Color.Cyan, Color.Empty, 5, 0, true)); Plot2 = AddPlot(new PlotAttributes("PenBrkoutDn", EPlotShapes.Point, Color.Yellow, Color.Empty, 5, 0, true)); Plot3 = AddPlot(new PlotAttributes("HiExt", EPlotShapes.Point, Color.Silver, Color.Empty, 3, 0, true)); Plot4 = AddPlot(new PlotAttributes("LoExt", EPlotShapes.Point, Color.Silver, Color.Empty, 3, 0, true)); }
protected override void Create() { m_rsi1 = new Function.RSI(this); m_barnum = new VariableObject <int>(this); m_formulaopen = new VariableObject <Double>(this); m_formulahigh = new VariableObject <Double>(this); m_formulalow = new VariableObject <Double>(this); Plot1 = AddPlot(new PlotAttributes("FormulaOpen", EPlotShapes.LeftTick, Color.Blue, Color.Empty, 0, 0, true)); Plot2 = AddPlot(new PlotAttributes("FormulaHigh", EPlotShapes.BarHigh, Color.Blue, Color.Empty, 0, 0, true)); Plot3 = AddPlot(new PlotAttributes("FormulaLow", EPlotShapes.BarLow, Color.Blue, Color.Empty, 0, 0, true)); Plot4 = AddPlot(new PlotAttributes("FormulaClose", EPlotShapes.RightTick, Color.Blue, Color.Empty, 0, 0, true)); Plot5 = AddPlot(new PlotAttributes("Baseline1", 0, Color.Green, Color.Empty, 0, 0, true)); Plot6 = AddPlot(new PlotAttributes("Baseline2", 0, Color.Green, Color.Empty, 0, 0, true)); }
protected override void Create() { m_macd1 = new Function.MACD(this); m_xaverage1 = new Function.XAverage(this); m_normgradientcolor1 = new Function.NormGradientColor(this); m_macdvalue = new VariableSeries <Double>(this); m_macddiff = new VariableSeries <Double>(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)); }
protected override void Create() { m_barnumber1 = new BarNumber(this); m_swinglowbar1 = new SwingLowBar(this); m_swinglowbar2 = new SwingLowBar(this); m_swinghighbar1 = new SwingHighBar(this); m_swinghighbar2 = new SwingHighBar(this); m_barnum = new VariableSeries <Double>(this); m_neckswbar = new VariableObject <Int32>(this); m_hnsswbar = new VariableObject <Int32>(this); m_neckswprice = new VariableSeries <Double>(this); m_hnsswprice = new VariableSeries <Double>(this); m_vertorder_hvss = new VariableObject <Boolean>(this); m_vertorder_nvss = new VariableObject <Boolean>(this); m_necklinelimit = new VariableObject <Double>(this); m_maxnecktoheaddist = new VariableObject <Double>(this); m_vertproportion = new VariableObject <Boolean>(this); m_color = new VariableObject <Color>(this); m_confirmbarnum = new VariableObject <Double>(this); m_lastcrossedtl = new VariableObject <int>(this); m_neckswings = new Array2DSimple <Double>(this, 2, 4); m_hnsswings = new Array2DSimple <Double>(this, 3, 5); Plot1 = AddPlot(new PlotAttributes("H&S", EPlotShapes.Point, Color.White, Color.Empty, 4, 0, true)); }
protected override void Create(){ Plot1 = AddPlot(new PlotAttributes("VolUp", EPlotShapes.Histogram, Color.Yellow, Color.Empty, 0, 0, true)); }
protected override void Create(){ m_linearregvalue1 = new LinearRegValue(this); m_linreg = new VariableSeries<Double>(this); Plot1 = AddPlot(new PlotAttributes("LinReg", 0, Color.Yellow, Color.Empty, 0, 0, true)); }
protected override void Create(){ m_pennant1 = new Pennant(this); m_otlhistartpr = new VariableObject<Double>(this); m_otlhiendpr = new VariableObject<Double>(this); m_otllostartpr = new VariableObject<Double>(this); m_otlloendpr = new VariableObject<Double>(this); m_color = new VariableObject<Color>(this); m_tlhi = new VariableObject<ITrendLineObject>(this); m_tllo = new VariableObject<ITrendLineObject>(this); Plot1 = AddPlot(new PlotAttributes("PenBrkoutUp", EPlotShapes.Point, Color.Cyan, Color.Empty, 5, 0, true)); Plot2 = AddPlot(new PlotAttributes("PenBrkoutDn", EPlotShapes.Point, Color.Yellow, Color.Empty, 5, 0, true)); Plot3 = AddPlot(new PlotAttributes("HiExt", EPlotShapes.Point, Color.Silver, Color.Empty, 3, 0, true)); Plot4 = AddPlot(new PlotAttributes("LoExt", EPlotShapes.Point, Color.Silver, Color.Empty, 3, 0, true)); }
protected override void Create() { m_ultimateoscillator1 = new UltimateOscillator(this); Plot1 = AddPlot(new PlotAttributes("UltOsc", 0, Color.Yellow, Color.Empty, 0, 0, true)); }
protected override void Create() { m_avgwtd = new VariableSeries <Double>(this); Plot1 = AddPlot(new PlotAttributes("AvgWtd", 0, Color.Yellow, Color.Empty, 0, 0, true)); }
protected override void Create() { m_accumswingindex1 = new AccumSwingIndex(this); Plot1 = AddPlot(new PlotAttributes("ASX", 0, Color.Yellow, Color.Empty, 0, 0, true)); }
protected override void Create() { m_volatilitystddev1 = new VolatilityStdDev(this); Plot1 = AddPlot(new PlotAttributes("VoltySDev", 0, Color.Cyan, Color.Empty, 0, 0, true)); }
protected override void Create(){ m_adaptivemovavg1 = new AdaptiveMovAvg(this); m_maa = new VariableSeries<Double>(this); Plot1 = AddPlot(new PlotAttributes("MAA", 0, Color.Cyan, Color.Empty, 0, 0, true)); }
protected override void Create(){ m_accumdist1 = new AccumulationDistribution(this); m_accdstprvol = new VariableSeries<Double>(this); Plot1 = AddPlot(new PlotAttributes("AccDst-PrVol", 0, Color.Blue, Color.Empty, 0, 0, true)); }
protected override void Create(){ m_xaverage1 = new XAverage(this); m_avgexp = new VariableSeries<Double>(this); Plot1 = AddPlot(new PlotAttributes("AvgExp", 0, Color.Blue, Color.Empty, 0, 0, true)); }
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() { Plot1 = AddPlot(new PlotAttributes("IslandDn", EPlotShapes.Point, Color.Blue, Color.Empty, 4, 0, true)); }
protected override void Create() { m_rs_dailydataarray1 = new RS_DailyDataArray(this); m_barnumber1 = new BarNumber(this); m_rs_extremes1 = new RS_Extremes(this); m_rs_average1 = new RS_Average(this); m_rs_average2 = new RS_Average(this); m_rs_average3 = new RS_Average(this); m_index = new VariableObject <Int32>(this); m_qualhi = new VariableSeries <Boolean>(this); m_quallo = new VariableSeries <Boolean>(this); m_oprevhighest = new VariableObject <Double>(this); m_oprevhighestday = new VariableObject <Double>(this); m_oprevlowest = new VariableObject <Double>(this); m_oprevlowestday = new VariableObject <Double>(this); m_revgapup = new VariableObject <Boolean>(this); m_revgapdn = new VariableObject <Boolean>(this); m_dataarray = new Array2DSimple <Double>(this, 13, 101); m_subarray = new ArraySimple <Double>(this, 4); Plot1 = AddPlot(new PlotAttributes("NewHiLo", EPlotShapes.Point, Color.Cyan, Color.Empty, 5, 0, true)); Plot2 = AddPlot(new PlotAttributes("RevGap", EPlotShapes.Point, Color.Yellow, Color.Empty, 2, 0, true)); Plot3 = AddPlot(new PlotAttributes("HiLine", 0, Color.Blue, Color.Empty, 0, 0, true)); Plot4 = AddPlot(new PlotAttributes("LoLine", 0, Color.Magenta, Color.Empty, 0, 0, true)); }
protected override void Create() { m_mktfacilx = new VariableSeries <Double>(this); Plot1 = AddPlot(new PlotAttributes("MktFacilX", 0, Color.Blue, Color.Empty, 0, 0, true)); }
protected override void Create() { // create variable objects, function objects, plot objects etc. plot1 = AddPlot(new PlotAttributes("", EPlotShapes.Line, Color.Red)); mean_absolute_difference = new MeanAbsoluteDifference_Delta(this); length = 28; }
protected override void Create(){ m_lowestlo = new VariableObject<Double>(this); Plot1 = AddPlot(new PlotAttributes("NewLo-W", EPlotShapes.Point, Color.Blue, Color.Empty, 4, 0, true)); }
protected override void Create() { m_counter = new VariableObject <Int32>(this); m_yestopen = new VariableObject <Double>(this); m_todaysopen = new VariableObject <Double>(this); m_yesthigh = new VariableObject <Double>(this); m_todayshigh = new VariableObject <Double>(this); m_yestlow = new VariableObject <Double>(this); m_todayslow = new VariableObject <Double>(this); m_yestclose = new VariableObject <Double>(this); Plot1 = AddPlot(new PlotAttributes("YestOpen", EPlotShapes.LeftTick, Color.Magenta, Color.Empty, 2, 0, true)); Plot2 = AddPlot(new PlotAttributes("YestHigh", EPlotShapes.LeftTick, Color.Blue, Color.Empty, 2, 0, true)); Plot3 = AddPlot(new PlotAttributes("YestLow", EPlotShapes.LeftTick, Color.Yellow, Color.Empty, 2, 0, true)); Plot4 = AddPlot(new PlotAttributes("YestClose", EPlotShapes.LeftTick, Color.Cyan, Color.Empty, 2, 0, true)); }
protected override void Create() { m_rs_dailydataarray1 = new RS_DailyDataArray(this); m_rs_extremes1 = new RS_Extremes(this); m_index = new VariableObject <Int32>(this); m_oprevhighest = new VariableObject <Double>(this); m_oprevhighestday = new VariableObject <Double>(this); m_oprevlowest = new VariableObject <Double>(this); m_oprevlowestday = new VariableObject <Double>(this); m_qualhi = new VariableObject <Boolean>(this); m_quallo = new VariableObject <Boolean>(this); m_prevnewhidate = new VariableObject <DateTime>(this); m_prevnewlodate = new VariableObject <DateTime>(this); m_dataarray = new Array2DSimple <Double>(this, 13, 101); m_subarray = new ArraySimple <Double>(this, 4); Plot1 = AddPlot(new PlotAttributes("NewNDayHi", EPlotShapes.Point, Color.Cyan, Color.Empty, 4, 0, true)); Plot2 = AddPlot(new PlotAttributes("NewNDayLo", EPlotShapes.Point, Color.Yellow, Color.Empty, 4, 0, true)); Plot3 = AddPlot(new PlotAttributes("HiLine", 0, Color.Blue, Color.Empty, 0, 0, true)); Plot4 = AddPlot(new PlotAttributes("LoLine", 0, Color.Magenta, Color.Empty, 0, 0, true)); }
protected override void Create() { m_length = new ArraySimple <Int32>(this, 9); m_smoothingfactor = new ArraySimple <Double>(this, 9); m_xma = new ArraySeries <Double>(this, 9); m_color = new ArraySimple <Color>(this, 9); Plot1 = AddPlot(new PlotAttributes("XMA1", 0, Color.Blue, Color.Empty, 0, 0, true)); Plot2 = AddPlot(new PlotAttributes("XMA2", 0, Color.Red, Color.Empty, 0, 0, true)); Plot3 = AddPlot(new PlotAttributes("XMA3", 0, Color.Cyan, Color.Empty, 0, 0, true)); Plot4 = AddPlot(new PlotAttributes("XMA4", 0, Color.Yellow, Color.Empty, 0, 0, true)); Plot5 = AddPlot(new PlotAttributes("XMA5", 0, Color.Blue, Color.Empty, 0, 0, true)); Plot6 = AddPlot(new PlotAttributes("XMA6", 0, Color.Red, Color.Empty, 0, 0, true)); Plot7 = AddPlot(new PlotAttributes("XMA7", 0, Color.Cyan, Color.Empty, 0, 0, true)); Plot8 = AddPlot(new PlotAttributes("XMA8", 0, Color.Yellow, Color.Empty, 0, 0, true)); }
protected override void Create(){ Plot1 = AddPlot(new PlotAttributes("IslandUp", EPlotShapes.Point, Color.Yellow, Color.Empty, 4, 0, true)); }
protected override void Create(){ m_macd1 = new Function.MACD(this); m_xaverage1 = new Function.XAverage(this); m_normgradientcolor1 = new Function.NormGradientColor(this); m_macdvalue = new VariableSeries<Double>(this); m_macddiff = new VariableSeries<Double>(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)); }
protected override void Create(){ m_triaverage1 = new TriAverage(this); m_avgtri = new VariableSeries<Double>(this); Plot1 = AddPlot(new PlotAttributes("AvgTri", 0, Color.Cyan, Color.Empty, 0, 0, true)); }
protected override void Create(){ m_counter = new VariableObject<Int32>(this); m_yestopen = new VariableObject<Double>(this); m_todaysopen = new VariableObject<Double>(this); m_yesthigh = new VariableObject<Double>(this); m_todayshigh = new VariableObject<Double>(this); m_yestlow = new VariableObject<Double>(this); m_todayslow = new VariableObject<Double>(this); m_yestclose = new VariableObject<Double>(this); Plot1 = AddPlot(new PlotAttributes("YestOpen", EPlotShapes.LeftTick, Color.Magenta, Color.Empty, 2, 0, true)); Plot2 = AddPlot(new PlotAttributes("YestHigh", EPlotShapes.LeftTick, Color.Blue, Color.Empty, 2, 0, true)); Plot3 = AddPlot(new PlotAttributes("YestLow", EPlotShapes.LeftTick, Color.Yellow, Color.Empty, 2, 0, true)); Plot4 = AddPlot(new PlotAttributes("YestClose", EPlotShapes.LeftTick, Color.Cyan, Color.Empty, 2, 0, true)); }
protected override void Create(){ m_rsi1 = new Function.RSI(this); m_barnum = new VariableObject<int>(this); m_formulaopen = new VariableObject<Double>(this); m_formulahigh = new VariableObject<Double>(this); m_formulalow = new VariableObject<Double>(this); Plot1 = AddPlot(new PlotAttributes("FormulaOpen", EPlotShapes.LeftTick, Color.Blue, Color.Empty, 0, 0, true)); Plot2 = AddPlot(new PlotAttributes("FormulaHigh", EPlotShapes.BarHigh, Color.Blue, Color.Empty, 0, 0, true)); Plot3 = AddPlot(new PlotAttributes("FormulaLow", EPlotShapes.BarLow, Color.Blue, Color.Empty, 0, 0, true)); Plot4 = AddPlot(new PlotAttributes("FormulaClose", EPlotShapes.RightTick, Color.Blue, Color.Empty, 0, 0, true)); Plot5 = AddPlot(new PlotAttributes("Baseline1", 0, Color.Green, Color.Empty, 0, 0, true)); Plot6 = AddPlot(new PlotAttributes("Baseline2", 0, Color.Green, Color.Empty, 0, 0, true)); }
protected override void Create(){ m_pivothighvsbar1 = new PivotHighVSBar(this); Plot1 = AddPlot(new PlotAttributes("PivotHi", EPlotShapes.Point, Color.Blue, Color.Empty, 4, 0, true)); }
protected override void Create() { m_adx1 = new Function.ADX(this); m_adxvalue = new VariableSeries <Double>(this); Plot1 = AddPlot(new PlotAttributes("ADX", 0, Color.Cyan, Color.Empty, 0, 0, true)); }
protected override void Create() { m_obv1 = new OBV(this); m_obvvalue = new VariableSeries <Double>(this); Plot1 = AddPlot(new PlotAttributes("OBV", 0, Color.Cyan, Color.Empty, 0, 0, true)); }
protected override void Create(){ m_highesthi = new VariableObject<Double>(this); Plot1 = AddPlot(new PlotAttributes("NewHi-W", EPlotShapes.Point, Color.Yellow, Color.Empty, 4, 0, true)); }
protected override void Create(){ m_pivotlowvsbar1 = new PivotLowVSBar(this); Plot1 = AddPlot(new PlotAttributes("PivotLo", EPlotShapes.Point, Color.Yellow, Color.Empty, 4, 0, true)); }
protected override void Create(){ Plot1 = AddPlot(new PlotAttributes("AbsBreadth", 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_averagefc1 = new AverageFC(this); m_avg = new VariableSeries <Double>(this); Plot1 = AddPlot(new PlotAttributes("Avg", 0, Color.Yellow, Color.Empty, 0, 0, true)); }
protected override void Create(){ Plot1 = AddPlot(new PlotAttributes("Bid", 0, Color.Yellow, Color.Empty, 0, 0, true)); Plot2 = AddPlot(new PlotAttributes("Ask", 0, Color.Cyan, Color.Empty, 0, 0, true)); }
protected override void Create() { m_xaverage1 = new XAverage(this); m_avgexp = new VariableSeries <Double>(this); Plot1 = AddPlot(new PlotAttributes("AvgExp", 0, Color.Blue, Color.Empty, 0, 0, true)); }
protected override void Create(){ m_timeseriesforecast1 = new TimeSeriesForecast(this); m_tsf = new VariableSeries<Double>(this); Plot1 = AddPlot(new PlotAttributes("TSF", 0, Color.Blue, Color.Empty, 0, 0, true)); }
protected override void Create(){ Plot1 = AddPlot(new PlotAttributes("A/DRatio", 0, Color.Yellow, Color.Empty, 0, 0, true)); Plot2 = AddPlot(new PlotAttributes("Baseline", 0, Color.Green, Color.Empty, 0, 0, true)); }
protected override void Create(){ m_c_shootingstar1 = new Function.C_ShootingStar(this); Plot1 = AddPlot(new PlotAttributes("ShStar", EPlotShapes.Point, Color.Yellow, Color.Empty, 4, 0, true)); }
protected override void Create() { m_lowestlo = new VariableObject <Double>(this); Plot1 = AddPlot(new PlotAttributes("NewLo-M", EPlotShapes.Point, Color.Blue, Color.Empty, 4, 0, true)); }
protected override void Create() { Plot1 = AddPlot(new PlotAttributes("BrkoutHi", EPlotShapes.Point, Color.Yellow, Color.Empty, 4, 0, true)); }
protected override void Create(){ m_ulcerx = new VariableSeries<Double>(this); Plot1 = AddPlot(new PlotAttributes("UlcerX", 0, Color.Blue, Color.Empty, 0, 0, true)); Plot2 = AddPlot(new PlotAttributes("SafeLevel", 0, Color.Green, Color.Empty, 0, 0, true)); }
protected override void Create(){ m_mycurrentbar = new VariableObject<Int32>(this); m_crossovers = new VariableObject<Double>(this); m_lastbelow = new VariableObject<Boolean>(this); Plot1 = AddPlot(new PlotAttributes("Crossovers", EPlotShapes.Histogram, Color.Cyan, Color.Empty, 0, 0, true)); }
protected override void Create(){ m_dirmovement1 = new DirMovement(this); Plot1 = AddPlot(new PlotAttributes("ADX", 0, Color.Cyan, Color.Empty, 0, 0, true)); Plot2 = AddPlot(new PlotAttributes("ADXR", 0, Color.Magenta, Color.Empty, 0, 0, true)); }
protected override void Create(){ m_pivotreversalgen1 = new PivotReversalGen(this); m_opivotprice = new VariableObject<Double>(this); m_opivotrstren = new VariableObject<Double>(this); m_opivotlstren = new VariableObject<Double>(this); Plot1 = AddPlot(new PlotAttributes("PivRev_Up", EPlotShapes.Point, Color.Cyan, Color.Empty, 4, 0, true)); }
protected override void Create(){ Plot1 = AddPlot(new PlotAttributes("Plot1", EPlotShapes.BarHigh, Color.Cyan, Color.Empty, 0, 0, true)); Plot2 = AddPlot(new PlotAttributes("Plot2", EPlotShapes.BarLow, Color.Cyan, 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)); }