[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [GT] DSS [fixed]
I'll recheck this. I have been thinking I can factor this out the way I
did :) but I'll take a closer look at.
I want to thank you guys, working an GT this way is really fun ...
right now I have 2 little problems:
I have ti finish my doctoral thesis without loosing to much time on
GT :D and I have to explain my wife what I'm doing late at night :)
CU,
K.
On Thu, 2008-02-28 at 23:18 -0600, Weigert, Thomas wrote:
> kw,
>
> I looked at your DSSkw; I am not quite sure what you are trying to do
> here, but I don't think the indicator does what it says in the
> description.
>
> The pod says: "The DSSkw is calculated as follows:
>
> DSSkw (p1, p2, p3) = EMA( EMA( Close - Lowest(p1), p2), p3 ) /
> EMA( EMA( Highest(p1) - Lowest(p1), p2), p3 )
>
> But the code does
>
> EMA(EMA( 100 * ((Close - Lowest(p1))
> / (Highest(p1) - Lowest(p1))), p2), p3)
>
> Cheers, Th.
>
> > -----Original Message-----
> > From: kw [mailto:gt
AT
netsrak.net]
> > Sent: Sunday, February 24, 2008 9:24 AM
> > To: devel
AT
geniustrader.org
> > Subject: Re: [GT] DSS [fixed]
> >
> > Tired of checking and rechecking again I decided to rewrite the DSS.
> > After I had realized from comparing the formulae that the DSS is
> exactly
> > what its name implies ... a double smoothed stochstics, I double
> > smoothed the stochastics.
> >
> > please find the patch against the non-working svn-version attached.
> >
> > regards,
> >
> > Karsten
>