Page 1 of 3

Double Smoothed Stochastic (DSS)

PostPosted: Wed Aug 18, 2010 7:49 am
by Apprentice
DSS.png


DSS Formulas is similar to the that of stochastic indicator.

William Blau and Walter Bressert presented different version of the Double Smoothed Stochastics.

Above 80 is Overbought area.
Below 20 is oversold area.
DSS.lua
(3.49 KiB) Downloaded 3008 times


EURUSD m30 (05-10-2016 1049).png

DSS Colored.lua
(17.45 KiB) Downloaded 1036 times


EURUSD m30 (05-10-2016 1110).png

DSS Overlay.lua
(7.04 KiB) Downloaded 937 times

Re: Double Smoothed Stochastic (DSS)

PostPosted: Sat Apr 23, 2011 4:18 am
by bluepip
Please create a strategy with the same parameters as: Stochastic Strategy (viewtopic.php?f=31&t=2533).

Thank you

Re: Double Smoothed Stochastic (DSS)

PostPosted: Sun Apr 24, 2011 5:29 am
by Apprentice
Requested can be found here.
viewtopic.php?f=31&t=4010

Re: Double Smoothed Stochastic (DSS)

PostPosted: Sat Oct 06, 2012 9:33 pm
by mjf1288
Would it be possible, and if so, would someone add the option to use different smoothing methods with the DSS like the averages indicator?

Re: Double Smoothed Stochastic (DSS)

PostPosted: Mon Oct 08, 2012 4:08 am
by Apprentice
dss.png

DSS with Averages.lua
(7.91 KiB) Downloaded 1581 times

Re: Double Smoothed Stochastic (DSS)

PostPosted: Mon Feb 25, 2013 2:48 pm
by lucmat
Hi Apprentice
Is it possible to make a DSS Bressert that sum 3 or 4 DSS Bressert?
In other words, I would like an indicator that output the sum of these DSS Bressert, for example:
OUTPUT:= DSS (200,50) + DSS(100, 25)/2 + DSS(50,12)/4
Is it possible?
Thanks

Lucmat

Re: Double Smoothed Stochastic (DSS)

PostPosted: Wed Feb 27, 2013 3:45 pm
by Apprentice
DSS Composite.png

Try this version.
DSS Composite = (DSS(1)/100)*Percentage(1) + (DSS(2)/100)*Percentage(2) + (DSS(3)/100)*Percentage(3) + (DSS(4)/100)*Percentage(4) + (DSS(5)/100)*Percentage(5)
DSS Composite.lua
(7.78 KiB) Downloaded 1289 times

If you have not already installed, please install DSS with Averages.

Re: Double Smoothed Stochastic (DSS)

PostPosted: Thu Feb 28, 2013 9:50 am
by lucmat
Great work Apprentice!!! :P

Thanks

Lucmat

Re: Double Smoothed Stochastic (DSS)

PostPosted: Wed Mar 20, 2013 1:10 pm
by mjf1288
Would someone be able to modify the standard DSS to show it as an overlay on the chart? Thanks

Re: Double Smoothed Stochastic (DSS)

PostPosted: Thu Mar 21, 2013 5:33 am
by Apprentice
Your request is added to the development list.