Thanks, Shawky

That did make it thicker.





2005 wrote:

Bruce
Plot( StochD( 35 , 10 , 1 ), "StochD - 3", colorBlack,styleNoLabel,styleThick);
Should read:
Plot( StochD( 35 , 10 , 1 ), "StochD - 3", colorBlack,styleNoLabel* |* styleThick); To get a thick line. You should 'OR' the style properties together. Regards
Shawky
/-------Original Message-------/
/*From:*/ Ara Kaloustian <mailto:[EMAIL PROTECTED]>
/*Date:*/ 03-Dec-2006 5:48:06 PM
/*To:*/ [email protected] <mailto:[email protected]>
/*Subject:*/ Re: [amibroker] Line Thickness
Bruce,
The code I posted earlier should do what you want. You need to substitute your Stochastic value instead of the value of 85.
----- Original Message -----
*From:* Bruce Hawkins <mailto:[EMAIL PROTECTED]>
*To:* [email protected] <mailto:[email protected]>
*Sent:* Saturday, December 02, 2006 4:39 PM
*Subject:* Re: [amibroker] Line Thickness

I think I started all of this about a thicker line, what I was trying to do was to get the "StochD - 3", in this AFL to be thicker.

_SECTION_BEGIN("Stochastic %D");
Plot( StochK( 5 , 3 ), "StochK - 1", colorBlue, styleNoLabel);

Plot( StochD( 5 , 3 , 3 ), "StochD - 1", colorGreen, styleNoLabel);

Plot( StochK( 9 , 3 ), "StochK - 2", colorRed, styleNoLabel);

Plot( StochD( 9 , 3 , 3 ), "StochD - 2", colorOrange, styleNoLabel);

Plot( StochD( 35 , 10 , 1 ), "StochD - 3", colorBlack,styleNoLabel,styleThick);

Plot( 20 , "", colorGreen,styleThick);
Plot( 80 , "", colorRed,styleThick);
 ParamStyle("StochK - 1 style" , styleNoLabel);
 ParamStyle("StochD - 1 style" , styleNoLabel);
 ParamStyle("StochK - 2 style" , styleNoLabel);
 ParamStyle("StochD - 2 style" ,
        
        


------------------------------------------------------------------------

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

Reply via email to