Tradestation User Group Germany (http://www.tradernet.org/wbb/index.php)
|- Posts aus dem alten Userforum (http://www.tradernet.org/wbb/board.php?boardid=15)
|-- DSS (http://www.tradernet.org/wbb/threadid.php?boardid=15&threadid=368)


Geschrieben von _Sytze am 09.08.2001, 15:10:

  DSS

Wo kann mann die Double Smoothed Stochastics finden und in Tradestation importieren?


Geschrieben von _Michael am 09.08.2001, 17:10:

  DSS = Double Smoothed Stochastic

Wurde von Walter Bressert entwickelt.

Komplettes Indikatorenpaket gibt es unter :
www.walterbressert.com


Geschrieben von _Phil am 10.08.2001, 09:10:

  RE: DSS

inputs: pds(3), slw(21);
Variables: aa(0), dss(0);

aa=xaverage((close-lowest(low,pds))/(highest(high,pds)-lowest(low,pds)),slw)*100;
dss=xaverage((aa-lowest(aa,pds))/(Highest(aa,pds)-lowest(aa,pds)),slw)*100;

plot1(dss);
plot2(70);
plot3(30);

Powered by: Burning Board 1.1.1 © 2001 by WoltLab