PureBytes Links
Trading Reference Links
|
TradeStation code
Indicator: Stochastics RSI
Input: LENsto(14),LENav(14);
Plot1(StochRSI(LENsto),"Plot1");
Plot2(IFF(barnumber>LENav,(WAverage(StochRSI(LENsto),LENav)),0),"Plot2");
Plot3(0,"Plot3");
IF CheckAlert Then Begin
IF Plot1 Crosses Above Plot2 or Plot1 Crosses Below Plot2
or Plot1 Crosses Above Plot3 or Plot1 Crosses Below Plot3
or Plot2 Crosses Above Plot3 or Plot2 Crosses Below Plot3
Then Alert = TRUE;
End;
Hope this helps, any problems let me know,
David Carrington
www.TradersFind.com
eGroups Sponsor
To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxx
|