How do i make the "circle" bigger ?
if (frGraphic == "T") { // does the user want to plot the alert
offset = 0.2 * atrStudy.getValue(ATRStudy.ATR);
drawShapeRelative(0, TB[0] + offset , Shape.CIRCLE ,null ,
Color.blue, Shape.TOP | Shape.ONTOP | Shape.RIGHT);
Thanks
if (frGraphic == "T") { // does the user want to plot the alert
offset = 0.2 * atrStudy.getValue(ATRStudy.ATR);
drawShapeRelative(0, TB[0] + offset , Shape.CIRCLE ,null ,
Color.blue, Shape.TOP | Shape.ONTOP | Shape.RIGHT);
Thanks
Comment