How to draw SetIndexStyle(0,DRAW_ARROW) in the background ??

 

Not sure if this is even possible but I would like to draw the circle in the following code in the background :

SetIndexBuffer(0,ExtUpFractalsBuffer);

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

Well this did not work ..

Any idea how I can make this work ??

Thnx in advance !!







 

Draw it as an object instead of drawing it using an indicator index, ie, ObjectCreate();

 
phy:

Draw it as an object instead of drawing it using an indicator index, ie, ObjectCreate();

How would I pass the buffer value from SetIndexBuffer(0,ExtUpFractalsBuffer) 

to  ObjectCreate() ??

Sorry not too good w/ mql4 yet ..

 

Hi...

bullwinkle

It will work. you should declare either "1" or "0". If "1", it move to background...

good luck...

e.g...

ObjectSet(0,OBJPROP_BACK,1);