Create an arrow and create a trendline Object Functions - MQL4 Documentation
I already have an object arrow and trendline. I am trying to make them apprear only in the background. Is the code to do that get applied to do that on the oder open or order close?
Thanks for helping.
SD
sdoppke:
I already have an object arrow and trendline. I am trying to make them apprear only in the background. Is the code to do that get applied to do that on the oder open or order close? |
|

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
I was looking for help to tweak my code that closes orders, to ensure the arrow and trendline that is drawn from the order open to the order close at the time of close is all in the background. Here is what I use to close the order. Right now it creates a trend line and arrow that is NOT in the background. Is there a change I need to make to this code or an addition this code?
Thanks in advance for any help :)
SD
OrderClose(OrderTicket(),OrderLots(),OrderClosePrice(),3,Blue);