Hi Paul...
Try using a Trend Line instead... then set your Time1 and Time2 to the same value (ie. vertical).... and then set your Price1 and Price2 to something ridiculous... like Price1 = Bid + 1000 and Price2 = Bid -1000....
Should work...
(maybe don't over do it like that - Price1 = Bid + 10... and Price2 = 0).... if you know what I mean
...or InputRayRight = True... might work
ObjectSetInteger(0, p, OBJPROP_BACK, true);
works fine with vetical lines
thank you to all
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
hi
these codes draw verticale lines (where datetime t and string p are known)
Here are the lines drawn
I want to to hide yellow labels drawn automatically with the lines (see circled in the screenshot)
Which instruction to use for this purpose ?
thanks