I'm in a Renko Chart and I would like to apply basic studies such as moving averages, etc to a normal time based chart.
For example, I'm in a renko chart for ES #F, and would like to get the moving average of ES #F on a 5 minute interval on a normal OHLC bar chart.
However, whenever I use sym() or inv() it applies the moving average to the renko price series and not the OHLC series. As a consolation, it does apply the moving average to a 5 minute renko set period.
In summary, I'm trying to use studies/indicators on the same symbol, but OHLC series of data (basically anything non-renko) and on different time frame.
Is this possible?
For example, I'm in a renko chart for ES #F, and would like to get the moving average of ES #F on a 5 minute interval on a normal OHLC bar chart.
However, whenever I use sym() or inv() it applies the moving average to the renko price series and not the OHLC series. As a consolation, it does apply the moving average to a 5 minute renko set period.
In summary, I'm trying to use studies/indicators on the same symbol, but OHLC series of data (basically anything non-renko) and on different time frame.
Is this possible?
Comment