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 going through the link provided by you, I could not understand how to write my statement. Reason for this perhaps is that I don't have adequate knowledge of coding. Can you please help by modifying my code-statement? Best regards, vgakkhar On Fri, 18 Jun 2010 07:30:28 +0530, Mike <[email protected]> wrote: > See Title section > http://www.amibroker.com/guide/h_indbuilder2.html > > Mike > > --- In [email protected], "Vinay Gakkhar." <vgakk...@...> wrote: >> >> Dear members, >> >> colordots = IIf(f_sar < L,colorGreen,IIf(f_sar > H,colorRed,colorWhite)); >> Plot(f_sar,"\nCyCl1", colordots,styleDots|styleNoLine ); >> >> I want plotting of dots in green or red color as per above statement, but I >> also want that my Label & Title should be plotted in Gold color in ALL >> conditions. >> >> Can you please make suitable modification in my above statement? >> >> Thank you, >> >> vgakkhar >> > > ------------------------------------ **** IMPORTANT PLEASE READ **** This group is for the discussion between users only. This is *NOT* technical support channel. TO GET TECHNICAL SUPPORT send an e-mail directly to SUPPORT {at} amibroker.com TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at http://www.amibroker.com/feedback/ (submissions sent via other channels won't be considered) For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: http://www.amibroker.com/devlog/ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/amibroker/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/amibroker/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
