How to remove the dotted line that shows your opened buy/sell positions in the chart? It just gets too crowded on the chart when I add other lines and indicators and drawings and I can't see what's most important for me - the trend line.
- Draw line on chart in a EA on Buy and Sell
- get email from an indicator
- how to define that don't put arrow and line when I open position
Try changing the stop levels color to match the background.
yep, chart -> properties -> play around with one of the parameters
I don't mean the stop level line, I mean the dotted line that shows your opened buy/sell position #1231243254 in the chart - here I have uploaded a snapshot to show you, there is no such option to modify it's color in chart -> properties ->
tools --> option --> uncheck "Show Trade Levels"
Thanks.yijomza
Petko Enchev:
Thanks.yijomza
Thanks.yijomza
How to make the "show trade levels" invisible in mql coding "EA"
tasaoirse:
How to make the "show trade levels" invisible in mql coding "EA"
How to make the "show trade levels" invisible in mql coding "EA"
ChartSetInteger(0,CHART_SHOW_TRADE_LEVELS,false);
wokl #:
Hi,
Setting CHART_SHOW_TRADE_LEVELS to false still draws this green dotted line. For Instance, at the same place in the code CHART_COLOR_BACKGROUND works. I put this Code in the OnInit() function. In the OnTick() function the first order is opened. Any ideas?
hello.
I am looking for exactly the same. Have you found a solution about that?
Thanks.

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