Indicators: Daily Open Line

 

Daily Open Line:

An simple Indicator displaying daily opening line.

Author: Muhammad Syamil Bin Abdullah

 

Tôi rất hài lòng, rất vui các bạn làm tốt lắm.chuc cac bạn lun vui vẻ và khỏe mạnh

 
Tự động kinh doanh :

Mở hàng ngày :

Giả tác: Muhammad Syamil Bin Abdullah


Rất tình lòng, các bạn làm tốt lắm.cam on 

 
Minh Khoa Truong:

Rất tình lòng, các bạn làm tốt lắm.cam on 

Hohihi
 

Is this possible that we shall be able to select / changing time frame from daily to 4H or 1H as our choice ?


Thanks

 
gkb:

Is this possible that we shall be able to select / changing time frame from daily to 4H or 1H as our choice ?


Thanks

There is a solution for things like that that is as simple as it gets and you don't need any code changes in some indicators:

  • get any multi time frame moving average indicator
  • set the time frame to desired time frame
  • set the average period to 1 (one)
  • chose the price (in your case it would be the open price )

and there you go : it will show open price for any time frame you chose :)

 
Thank you for this brilliant indicator
 

How to set the line from dot dot to single line....tq

 
Nice, simple, easy to use. Thanks
 

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.

Reason: