View Single Post
  #8 (permalink)  
Old 06-07-2006, 11:15 AM
Pip Trip Pip Trip is offline
Senior Member
 
Join Date: Apr 2006
Posts: 215
Pip Trip is on a distinguished road
Quote:
Originally Posted by BluePearl
How does one delete arrows on the chart with MT 4?

I have tried ObjectDeleteAll(0,0) and that deletes the vertical lines but not the buy and sell arrows.
Well, there are 2 things you can do:

1) If you don't want your trades to show on chart:

a)Tools -- Options -- Charts -- Show Trade Levels (Undo)

2)If you want them on your chart, then simply delete after trade:
a)right click on chart select Objects List, find arrows and delete. or;

b)click on the arrows/checkmarks button near the "T" up on the tool bar, select "delete all arrows"
Reply With Quote