session open indicator question

Questions about MultiCharts and user contributed studies.
boze_man
Posts: 19
Joined: 20 Jul 2012
Has thanked: 2 times
Been thanked: 1 time

session open indicator question

Postby boze_man » 20 Nov 2012

hey all

any way to make an indicator to draw a line for session open?...i can do a simple one but when i change chart from say 5min to 15min the indicator returns 'zero' and messes up my chart...i guess the indicator needs to reference the open of the bar and not the close?

thanks B

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Re: session open indicator question

Postby TJ » 20 Nov 2012

hey all

any way to make an indicator to draw a line for session open?...i can do a simple one but when i change chart from say 5min to 15min the indicator returns 'zero' and messes up my chart...i guess the indicator needs to reference the open of the bar and not the close?

thanks B
vertical line at open time
http://www.tradersxchange.com/viewforum.php?f=51

boze_man
Posts: 19
Joined: 20 Jul 2012
Has thanked: 2 times
Been thanked: 1 time

Re: session open indicator question

Postby boze_man » 05 Dec 2012

Thanks TJ for the link...

I did come across this solution from someone on another website...

plot1(opend(0));

This will plot the opening price of the day regardless of resolution.


Return to “MultiCharts”