AIQ is a part of Track Data Corporation (NASD symbol TRAC) www.trackdata.com


Stochastic



EDS


 

 

Back to Basic Indicator Strategies

 


 

StochasticBuy - Stocks that have crossed above the 20 line

! StochasticBuy - Stocks that have crossed above the 20 line

Stochasticbuy if val([Stochastic],1) <20 and [Stochastic] >20.

!!!Example stock COST on 08/16/2001

Return to Top of Page

Stochastic is in overbought territory

! Stochastic is in overbought territory

STOCHover80 if [stochastic]>80.

!!!Example stock BAT on 09/10/2001

 

Return to Top of Page

Stochastic is in oversold territory

! Stochastic is in oversold territory

STOCHunder20 if [stochastic]<20.

!!!Example stock AA on 09/10/2001

 

Return to Top of Page

Stochastic sell - Stocks that have crossed below the 20 line

! Stochastic sell - Stocks that have crossed below the 20 line

Stochasticsell if val([Stochastic],1) >80 and [Stochastic] <80.

!!!Example stock FOOT on 08/16/2001