Removing bid price line?

 

Hi


I can't find a way of not displaying the horizontal line across the charts at the current bid price. I can find an option for turning the ask price line on & off, but not the bid line. I look for levels and the line is off-putting, at times.


Can it be turned off? If so, I'd appreciate someone telling me how?


Cheers

Jellybean

 
Bid price line cannot be turned off
 

Thanks, Slawa.


Pity. Is there a way of changing it's colour to one less visible? I suspect not, but it's worth asking.


Cheers

Jellybean

 
You can change color but in this case you will not see border and price values on the right side of the chart
 

Thanks again, Slawa.


With your help I figured out it is drawin in the same colour as the grid. As it happens I have the grid off anyway, for the reason, so it's no loss for me. I set it to the background colour and it is gone :-)


The more I use MetaTrader, the more I like it.


Thanks again

Jellybean

 

I know that's a bit late to reply but I've seen posts so wrong that I need to !

Of course it's possible to turn off the default price bar (BID), just use this code :

   ChartSetInteger(ChartID(),CHART_SHOW_BID_LINE,false);
   ChartSetInteger(ChartID(),CHART_SHOW_ASK_LINE,false); 


It will remove the bid price line.

 
Kray:

I know that's a bit late to reply but I've seen posts so wrong that I need to !

Of course it's possible to turn off the default price bar (BID), just use this code :


It will remove the bid price line.

A bit ? 7 years. At that time it was not possible to turn off the Bid line.