Quote Originally Posted by ;
Hi Hanover, Thank you for sharing your own Handy utility functions. I want to save time in coding my own customized indicator with your handy functions. Please provide me some specific instructions about the best way best to place your library functions into work. For instance, in purpose PlotText I browse: PlotText (objname, delete, windowtime1, price1, text, colour, font, font, angle, backg, vis); I do not know delete is what for. Thanks for your help.
fareastol-
delete is of type bool. Look at the role to learn what each is.

Inserted Code // ------------------------------------------------------------------ int PlotText(string name, bool del=false, int win=0, datetime dt1=0, double prc1=0, string text=, colour clr=0, int size=0, string font=Arial, double angle=0, bool bg=false, int vis=0) // ------------------------------------------------------------------ if (StringLen(name)lt;1