PureBytes Links
Trading Reference Links
|
Thought some of you might enjoy this.
Preston
{Premier Stochastic Oscillator}
{from Aug 2008 TASC by Leibfarth}
{written for Metastock by William Golson}
x:=Input("stochastic length",2,25,8);
y:=Input("periods to square",1,100,25);
len:=LastValue(Sqrt(y));
nsto:= 0.1*(Stoch(x,1)-50);
ssto:=Mov(Mov(nsto,len,E),len,E);
(Exp(ssto)-1)/(Exp(ssto)+1);
{end}
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|