Indicators: Daily Open Line - page 2

 

Anyone still looking to change the line to anything aside from dots, edit the mq5 file in metaeditor, and change line from:

#property indicator_type1   DRAW_ARROW

to:

#property indicator_type1   DRAW_LINE

Compile the code and you should then be able to change the line style in the indicator properties and have it display correctly on your chart.

 
Is it possible to select only the present day, not all days? Thanks