PureBytes Links
Trading Reference Links
|
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
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
|