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