Kevin & Judith,
Thanks so much for your quick response.  
The setting are what Bob Cummings uses for his 4-MACD trading
platform. They are primarily for day trading.  When the 3 cross ging
up is BUY opposite for sell.  They will need to be changed for EOD. 
Thanks again for your help.

Dick H. 


--- In [email protected], "Kevin" <[EMAIL PROTECTED]> wrote:
>
> SORRY, wrong attribution...*YOU* (Judith) didn't request those 
> parameters ;)
> I have no idea about the perceived value of those particular periods 
> versus any others or if that was even what Dick was asking for. Most 
> likely he is trying to match a combination of signal plots to an 
> indicator in TC2005. If so, my interpretation is likely not what he 
> desires. Theirs is probably specifically derived from George C. 
> Lane's stochastics formula at a more "base" level of coding.
> 
> Cheers,
> kbens0n
> 
> --- In [email protected], ohneclue <ohneclue@> wrote:
> >
> > I am confused -- why do you have the blue stochastic line code SK3 
> and SD3 when the other two are SK3 and SD1?  Wht advantage do you 
> feel there is to setting the third line different in this respect?
> >  
> > Judith
> > ----- Original Message ----
> > From: Kevin <kbens0n@>
> > To: [email protected]
> > 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( 7 , 3 , 1 ) , 1 );
> > STOCH2 = EMA( StochD( 5 , 3 , 1 ) , 1 );
> > STOCH3 = EMA( StochD( 17 , 3 , 3 ) , 1 );
> > 
> > Plot( STOCH1 , "Stoch#1", colorDarkYellow, styleLine );
> > Plot( STOCH2 , "Stoch#2", colorGreen, styleLine );
> > Plot( STOCH3 , "Stoch#3", colorBlue, styleLine );
> > 
> > --- In [EMAIL PROTECTED] ps.com, "areehoi" <areehoi@ > wrote:
> > >
> > > Help would most appreciate in converting the below TC 2005 
> > Stochastic
> > > formula into an Amibroker AFL including the PLOT part. My most
> > > profound thanks for any help given. Thanks
> > > 
> > > Dick H.
> > > 
> > > 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
>


Reply via email to