Seer logo - advanced backtesting for stock, futures and forex trading systems using using technical analysis indicators, charts, money management and position sizing
SID NameDescriptionRating
331 AccDisPlot the Accumulation/Distribution Line indicator overlaid a price chartNot Rated

technical analysis chartThe logic for this chart:

#Plot the Accumulation/Distribution Line indicator overlaid a price chart
#Divergences between the Accumulation/Distribution Line and the price indicate 
#that a change of trend is imminent 

PlotPrice('Candle');

#Change the scale to use the Accumulation/Distribution Line
PlotSetScale(AccDis);
PlotColumn(AccDis,Blue);
PlotColumn(EMA(AccDis,21),Red);

© 2010 seer trading systems ltd
feedback FAQ legal privacy