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" , styleNoLabel);
ParamStyle("StochD - 3 style" , styleNoLabel);

_SECTION_END();

Is there anyway to create another line with the same parameters but displace it right next to the original to get it thicker?

thanks,

p.s. I am sure you have heard of the phrase "a little knowledge is dangerous, well look where no knowledge gets you"

Reply via email to