[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Line Thickness



PureBytes Links

Trading Reference Links

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:ara1@xxxxxxxxxx>
> /*Date:*/ 03-Dec-2006 5:48:06 PM
> /*To:*/ amibroker@xxxxxxxxxxxxxxx <mailto:amibroker@xxxxxxxxxxxxxxx>
> /*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:hawkinsk001@xxxxxxxxxxxxx>
> *To:* amibroker@xxxxxxxxxxxxxxx <mailto:amibroker@xxxxxxxxxxxxxxx>
> *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
>   


Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.15.6/566 - Release Date: 12/3/2006 4:36 PM