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" <prasantaro...@...> wrote:
>
> dear friends
> 
> I want full stochastic afl with user friendly parametre settings. Pl, help,
> 
> Thanks
>


Reply via email to