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
>


Reply via email to