Hi,
Here is something I wrote:
_SECTION_BEGIN("Stochastic %K");
periods = Param( "Periods", 15, 1, 200, 1 );
Ksmooth = Param( "%K avg", 3, 1, 200, 1 );
Plot( StochK( periods , Ksmooth), _DEFAULT_NAME(), ParamColor( "Color",
colorCycle ), ParamStyle("Style") );
PlotOHLC( StochK( periods , Ksmooth),StochK( periods , Ksmooth),50,StochK(
periods , Ksmooth), "", IIf( StochK( periods , Ksmooth) > 50, colorRed,
colorGreen ), styleCloud | styleClipMinMax, 20, 80 );
_SECTION_END();
Hope it helps!
Louis
2008/7/31 windfore <[EMAIL PROTECTED]>
> Hi,
>
> Anyone know how to change the level of 20/80 30/70 in Stochastics
> parameter?
>
> Rgds
>
> WT
>
>