PureBytes Links
Trading Reference Links
|
Hi Tim,
Thanks alot I will try it out.
Bruce
wrote:
>
> Hi Bruce,
> I have a Bline based on Buffy's stuff. Here is what I have.
>
> /////////////////////////
>
> Plot( StochK( 5 , 3 ), "StochK - 1", colorBlue);
>
> Plot( StochD( 5 , 3 , 3 ), "StochD - 1", colorPaleBlue);
>
> Plot( StochK( 9 , 3 ), "StochK - 2", colorRed);
>
> Plot( StochD( 9 , 3 , 3 ), "StochD - 2", colorLightOrange);
>
> Plot( StochD( 35 , 10 , 1 ), "StochD - 3", colorWhite, styleThick);
>
> Plot( 10 , "", colorGreen,styleDashed);
> Plot( 90 , "", colorRed,styleDashed);
>
> /////////////////////////
>
> I hope this is helpful.
>
> Tim
>
>
> ------------------------------------------------------------------------
>
> Internal Virus Database is out-of-date.
> Checked by AVG Free Edition.
> Version: 7.1.408 / Virus Database: 268.13.9/490 - Release Date: 10/20/2006
>
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.409 / Virus Database: 268.13.27/517 - Release Date: 11/3/2006
|