[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Plotting Natural hour bars



PureBytes Links

Trading Reference Links

 A possible TS solution comes to mind.

1)
Use a chart of smaller timeframe divisible by the timeframe of the
bars you wish to work with and plot that in a dark color.
2)
Create a paintbar that collects the H/L values(i.e.Hx,Lx) for that timeframe
and plot H+Hx and L-Lx at the occurrance of the timeframe.
This gives a natural bar overlay.
3)
Do the same for all systems and indicators using the collected
values as variables rather than using OHLC etc.

dbs