bullwinkle :
SetIndexArrow(0,161);
ObjectSet(0,OBJPROP_BACK,True);
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.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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