Uses of Class
net.sourceforge.eclipsetrader.charts.PlotLine

Packages that use PlotLine
net.sourceforge.eclipsetrader.charts   
 

Uses of PlotLine in net.sourceforge.eclipsetrader.charts
 

Methods in net.sourceforge.eclipsetrader.charts that return PlotLine
 PlotLine Indicator.get(int index)
           
static PlotLine IndicatorPlugin.getMA(PlotLine in, int type, int period)
           
static PlotLine IndicatorPlugin.getEMA(PlotLine d, int period)
           
static PlotLine IndicatorPlugin.getSMA(PlotLine d, int period)
           
static PlotLine IndicatorPlugin.getWMA(PlotLine d, int period)
           
static PlotLine IndicatorPlugin.getWilderMA(PlotLine d, int period)
           
 

Methods in net.sourceforge.eclipsetrader.charts with parameters of type PlotLine
 void Indicator.add(PlotLine plotLine)
           
static PlotLine IndicatorPlugin.getMA(PlotLine in, int type, int period)
           
static PlotLine IndicatorPlugin.getEMA(PlotLine d, int period)
           
static PlotLine IndicatorPlugin.getSMA(PlotLine d, int period)
           
static PlotLine IndicatorPlugin.getWMA(PlotLine d, int period)
           
static PlotLine IndicatorPlugin.getWilderMA(PlotLine d, int period)