Text
Syntax
Text{ expr,color,text,size }
Description
Will plot text at expr value in specified color
Example
text{close[0],red,hello,5}
This will draw a text in red color with size of 5 with text hello.