Indicator for 30 min braket

Questions about MultiCharts and user contributed studies.
itai007
Posts: 69
Joined: 14 Jun 2007

Indicator for 30 min braket

Postby itai007 » 30 Jan 2008

Hi.
How can I code an indicator that follows 30 min cycles that are not the last 30 min but those that are 9-9:30
9:30-10:00
10:00-10:30 etc' ... .


so I can capture highest highs and lows for a "real" 30 min braket using other (small then 30) chart interval than 30min

thanks

itai007
Posts: 69
Joined: 14 Jun 2007

30 min braket-cycle

Postby itai007 » 01 Feb 2008

any idea on this

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

Postby TJ » 01 Feb 2008

use a 30min bar chart?

itai007
Posts: 69
Joined: 14 Jun 2007

30 min cycle

Postby itai007 » 04 Feb 2008

As I wrote in the original post , this is not a 30 min bar indicator.

This needs to work using smaller bar intervals than 30 min bars.

If I am trying to plot the highest high and lowest low of the last 30 min bracket while using a 3 min chart, I cant use Highest(h,10) as it will capture prices out side the last bracket but rather the last 10 bars which can range between the previous 30 min bracket and the current ...

Specifically how do I make an indicator reference different price or indicator levels for a specific time range ?

plot the highest rsi for every time bracket of 9:30-100 , 10:00-10:30 , 10:30-11:00 etc' retrieving data from only those bracket ?

I need to make it know the correct hour or something like that .. thanks


Return to “MultiCharts”