Hi,
having scanned through the indicators libray, I was unable to find(or missed it) if there was an indicator that shows the 1 day moving average lines on lower timeframe charts.
My usecase: i spend alot of time in the 1 hour chart and need to flip back to the 1 day chart to see the 20day moving average there and was wondering if that couldnt just be inserted directly?
What you need is below:
timeframe(daily)
ma20=average[20]
timeframe(default)
return ma20
You will be able to view the current live value of the 20 period SMA of the daily timeframe on the current timeframe of the price chart.
Nicolas, that works :super sexy !!!
I had to enable 15K units to be able to see the daily MA on a 10 minute chart(which makes sense now)
Thank you