Multi-Timeframe Analysis

Any hope we will have MTFA ability for tools?

Example:

Have an hour chart with 200sma daily, 10ema 4hr, etc…
Have an hour chart with daily rsi
Weekly trend line on a daily chart

Or

Being able to add chart layouts as layers without price, which would seem easier to incorporate and accomplish the same objective.

Thanks!

Hi Robert,

We have a job in the system to extend what we have done with Correlation, Alpha, Beta to other tools. We’re getting to the pointy end of the next major release cycle and I do not expect to see it in the next release. It is marked for the following release towards the end of the year.

I’ll add you to the job so you will get notified if anything changes with it.

Remember that you can do this with scripting now.

eg Week(MA(Bars=10)) would be a weekly version of the 10-period moving average.

All the best

Mathew

eg Week(MA(Bars=10)) would be a weekly version of the 10-period moving average.

How would I define intraday bars? eg 10 15min bars or 10 hourly bars.

Never mind, I believe I figured it out. Defining in Minutes.

eg MA(Minute(PERIODAMOUNT=60), BARS=200, CALC=Close)