cashcube: Now this Vline get drawn in wrong timing . In the tooltip data its shows correct timing but plotting in wrong timing. Why is that.
Once you create it, ObjectCreate will subsequently fail so it will be in the original dt1 position. If it exists, move it.
Obj_Name = StringConcatenate(IntegerToString(pl),"zero_Level"); ObjectCreate(Obj_Name,OBJ_VLINE,0,dt1,0);
WHRoeder:
Once you create it, ObjectCreate will subsequently fail so it will be in the original dt1 position. If it exists, move it.
Once you create it, ObjectCreate will subsequently fail so it will be in the original dt1 position. If it exists, move it.
Thank you WHRoeder, Problem solved!
Learning..

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
Hello,
I have this code which draws VLine.
Now this Vline get drawn in wrong timing . In the tooltip data its shows correct timing but plotting in wrong timing. Why is that.
I figure that it has some problem taking ml. But in case of tooltip ml data is perfectly ok, so as the timing. Then why this difference?
Clueless. Please help.