Nice reply... you are a twisted technut! Thanks and to this group of Pros.
--- In [email protected], "de_techneut" <twistedcha...@...> wrote: > > Userfriendly = Param("User Friendly Variable",1,1,50,1); > periods = Param( "Periods", 15, 1, 200, 1 ); > Ksmooth = Param( "%K avg", 3, 1, 200, 1 ); > Dsmooth = Param( "%D avg", 3, 1, 200, 1 ); > Plot( StochD( Userfriendly*periods , Userfriendly*Ksmooth, > Userfriendly*DSmooth ), _DEFAULT_NAME(), colorBlack, ParamStyle("Style D") ); > Plot( StochK( Userfriendly*periods , Userfriendly*Ksmooth),"", colorBlue, > ParamStyle("Style K")); > > --- In [email protected], "prasantaroy36" <prasantaroy36@> wrote: > > > > dear friends > > > > I want full stochastic afl with user friendly parametre settings. Pl, help, > > > > Thanks > > >
