[amibroker] Re: Please help in coding

2010-06-17 Thread Mike
See Title section http://www.amibroker.com/guide/h_indbuilder2.html Mike --- In amibroker@yahoogroups.com, "Vinay Gakkhar." wrote: > > Dear members, > > colordots = IIf(f_sar < L,colorGreen,IIf(f_sar > H,colorRed,colorWhite)); > Plot(f_sar,"\nCyCl1", colordots,styleDots|styleNoLine ); > > I wa

[amibroker] Re: Please help in coding

2010-06-18 Thread Mike
The link I pointed to shows how to handle the title. I don't know if there is a way to make the Y-Axis label be a different color than the Plot. If there isn't, that can be easily worked around by not drawing a label for the original plot and then using a second plot that includes a label but no

Re: [amibroker] Re: Please help in coding

2010-06-17 Thread Vinay Gakkhar.
Dear Mike, Thanks for your immediate reply. I may not have properly described my need which I will try to do now. I want my colordots to continue to be in either green or red color following the changes in f_sar, but I want my styleTitle and styleLabel informations to be in pink color. After

Re: [amibroker] Re: Please help in coding

2010-06-19 Thread ram vel
: Mike Subject: [amibroker] Re: Please help in coding To: amibroker@yahoogroups.com Date: Friday, June 18, 2010, 3:10 PM   The link I pointed to shows how to handle the title. I don't know if there is a way to make the Y-Axis label be a different color than the Plot. If there isn't