el there is to setting the third line different in this respect?
> >
> > Judith
> > - Original Message
> > From: Kevin
> > To: amibroker@yahoogroups.com
> > Sent: Friday, October 17, 2008 5:31:51 PM
> > Subject: [amibroker] Re: Stochastics help n
el there is to setting the third line different in this respect?
> >
> > Judith
> > - Original Message
> > From: Kevin
> > To: amibroker@yahoogroups.com
> > Sent: Friday, October 17, 2008 5:31:51 PM
> > Subject: [amibroker] Re: Stochastics help n
gt;
> To: amibroker@yahoogroups.com
> Sent: Friday, October 17, 2008 5:31:51 PM
> Subject: [amibroker] Re: Stochastics help needed
>
>
> /*
> DarkYellow Stochastic Period 7 :SK 3: SD 1 Simple
> Green Stochastic Period 5 :SK 3: SD 1 - Expotential
> Blue Stochast
al Message
From: Kevin <[EMAIL PROTECTED]>
To: amibroker@yahoogroups.com
Sent: Friday, October 17, 2008 7:39:16 PM
Subject: [amibroker] Re: Stochastics help needed
The N-periods, KSmooth period and DSmooth period were specified by
you:
// DarkYellow – Stochastic – Period 7 :SK 3: SD 1
Message
> From: Kevin <[EMAIL PROTECTED]>
> To: amibroker@yahoogroups.com
> Sent: Friday, October 17, 2008 5:31:51 PM
> Subject: [amibroker] Re: Stochastics help needed
>
>
> /*
> DarkYellow Stochastic Period 7 :SK 3: SD 1 Simple
> Green Stochas
broker@yahoogroups.com
Sent: Friday, October 17, 2008 5:31:51 PM
Subject: [amibroker] Re: Stochastics help needed
/*
DarkYellow – Stochastic – Period 7 :SK 3: SD 1 – Simple
Green – Stochastic – Period 5 :SK 3: SD 1 - Expotential
Blue – Stochastic – Period 17 :SK 3: SD 3 - Expotential
*/
STOCH1 = MA( StochD(
/*
DarkYellow Stochastic Period 7 :SK 3: SD 1 Simple
Green Stochastic Period 5 :SK 3: SD 1 - Expotential
Blue Stochastic Period 17 :SK 3: SD 3 - Expotential
*/
STOCH1 = MA( StochD( 7 , 3 , 1 ) , 1 );
STOCH2 = EMA( StochD( 5 , 3 , 1 ) , 1 );
STOCH3 = EMA( StochD( 17 , 3 , 3 ) , 1 );