Daily open indicator

 

Does anyone have an indicator that will plot the daily open price for today and past days going back in history?

Thanks

 
donb01:
Does anyone have an indicator that will plot the daily open price for today and past days going back in history? Thanks

Try this indicator it plots the Daily line historically and also has a time shift

daily_open_line.mq4

Files:
 

previous openings indicator?

I'm looking for an indicator that shows the previous bar(s) open price. Say I have a 30 minute chart up, I'm looking for an indicator that will show the 6 previous 30 minute bar open prices

like this:

Time Price

1300 1.5580

1330 1.5584

1400 1.5593

1430 1.5607

1500 1.5611

1530 1.5620

 
fireslayer26:
I'm looking for an indicator that shows the previous bar(s) open price. Say I have a 30 minute chart up, I'm looking for an indicator that will show the 6 previous 30 minute bar open prices

like this:

Time Price

1300 1.5580

1330 1.5584

1400 1.5593

1430 1.5607

1500 1.5611

1530 1.5620

I wrote TRO_PERIOD_OPENS for you.

SOURCE CODE ATTACHED.

Files:
 
TheRumpledOne:

I wrote TRO_PERIOD_OPENS for you.

SOURCE CODE ATTACHED.

That looks great! Could you modify it to have the prices show different colors depending on how they open? Like if it opens higher than the previous bar the price would be green, if lower, then red, and if even then yellow? With these colors being selectable? Also, would it be too much to ask for you too extend it to show 10 openings instead of just 6?

Thanks a million!

 

Looks like rumpledone got banned..... Can anyone else modify this indicator like stated above?

 

good picture

 

Hi CJA,

Would you please to code a yearly_open_line?

Thank you,

anton

cja:
Try this indicator it plots the Daily line historically and also has a time shift daily_open_line.mq4
Reason: