Opening Range Indicator  [SOLVED]

Questions about MultiCharts and user contributed studies.
olobay
Posts: 47
Joined: Dec 28 2011
Has thanked: 17 times

Sep 14 2012

I was wondering if anybody had an indicator that plotted the high of a certain range of time intraday as well as the low. This indicator would plot 2 horizontal lines, one at the high the other at the low from the price action between 9:30am-10:00am. Does anybody have anything like this indicator? I don't believe it would be very complicated but my coding skills are nil. Thanks.

KhaosTrader
Posts: 186
Joined: May 10 2012
Has thanked: 14 times
Been thanked: 11 times

Sep 14 2012

Assuming you are trading 5 min chart...

On your five min chart, also put in a 30 min chart, but hide the price bars on the 30 min instrument. Then you can use easylanguage time function to determine if the current bar is finishing at 10am, if it is you draw a trendline from the high and low of that bar, and u extended it to the end of the day.

User avatar
JoshM
Posts: 2196
Joined: May 20 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Sep 22 2012

I was wondering if anybody had an indicator that plotted the high of a certain range of time intraday as well as the low. This indicator would plot 2 horizontal lines, one at the high the other at the low from the price action between 9:30am-10:00am. Does anybody have anything like this indicator? I don't believe it would be very complicated but my coding skills are nil. Thanks.
It's not very complicated. See the attached openings range indicator for an example; this indicator plots lines for the openingsrange plus text boxes with the high, low, and midpoint value.
Attachments
openingsRangeIndicator.txt
(4.55 KiB) Downloaded 1262 times
openingsRangeIndicator.pla
(13.05 KiB) Downloaded 953 times

BC_Trading
Posts: 7
Joined: Nov 24 2016
Has thanked: 3 times

Dec 08 2016

Hi Guys,

did someone tried a opening range breakout based on volume generated bars? For Example the ES with a avg daily volume around 2 million contracts. I created a chart in Multicharts with 5000 Contract Bars and used the first 4 bars of the trading session as my opening range. On the first sight this looks promising. Is it possible to code an Indicator based on the volume instead of time?

Greetings

User avatar
ABC
Posts: 731
Joined: Dec 16 2006
Location: www.abctradinggroup.com
Has thanked: 126 times
Been thanked: 415 times
Contact:

Dec 08 2016

BC_Trading,

in case of volume bars you can simply count a number of bars for your opening range. This will likely be simpler than using the volume directly.

Regards,

ABC

BC_Trading
Posts: 7
Joined: Nov 24 2016
Has thanked: 3 times

Dec 08 2016

@ABC Sometimes it`s so easy ;-)

Peperu322
Posts: 1
Joined: Nov 05 2021

Apr 29 2022

Hello,

Thank you for posting this indicator.

I've played with it a bit and facing an issue.

I have two studies, one on subChart1 in 5m with base data1 and for example 9:30 to 9:35 as Open Range and another one on subChart2 with base data2 and Open Ragane 9:30 to 9:45. Both Open Ranges are displayed on their respective charts, so all good.

My aim is to have a 15m OPR lines shown on a 5m chart.

I've tried having the second study set on subChart1 with base data2 to have the 15m Open Range but it still shows on SubChart2.

Any clues?

Thank you