simple coding question .. plz help !!

 
Hello Folks;

Am trying to draw a circle in the background:

Tried the following code w/o success..

SetIndexBuffer(0,ExtUpFractalsBuffer);
SetIndexBuffer(1,ExtDownFractalsBuffer); 
SetIndexStyle(0,DRAW_ARROW);
SetIndexArrow(0,161);
ObjectSet(0,OBJPROP_BACK,True); 

Any ideas what I am doing wrong ??
Looked at the manual but nothing apprent jumps out ..

Thnx a bunch
 
bullwinkle :

SetIndexArrow(0,161);
ObjectSet(0,OBJPROP_BACK,True); 

Indicator line SetIndex...() and Object...() functionality is not related to each other and doesn't interfere with each other.

Indicator buffer can't be drawn in the background.