Topic: High MAX n period Moving Average MTF?
Hello friends,
I am new here.
Please can anyone point me to find a Multi-Time Frame(multi-type SMA EMA HULL MVWAP etc) Moving average indicator that can handle VERY large time series Period settings, as in the well over tens or hundreds of thousands range numbers.
It seems there are different software limitations depending on platform used.
FSB limits us to a range of 0 to 200 max. On MT5 highest I could go was 2000, Trading view allows up to 5000 bars.
I know there is also need for sufficient number of historical data available to calculate properly, but if given ample amounts of bars, one could compute the numbers.
This limitation , if arbitrary programmed, forces us to switch to a higher time frame to get within range but we lose precision of smaller bars data.
There are some indicators that smooth the stepping effects using "artificial' averaging methods or just linearly connects the different points from close to close for example.
I would prefer a more refined way, using the actual bars data from the smaller time frames as basis to calculate the Moving averages of higher time frames.
For example: Assuming an instrument trades 24h, a 200 MA on Daily time frame would correspond to 4800SMA on H1, or 19200 MA on M15, all the way to 288000 MA on M1 time frames...that's very large, yes, but let's say I want to use a close of the 5 min bar across from 200 Daily MA line? I may be a far distance or far time before Daily bar closes to get the cross number...that's just not taking advantage of intraday information available, or whatever other purpose one may have.
I searched around but couldn't find anything that's already available. Maybe someone can help get a breakthrough with this issue? Mr Footon? Is this even feasible or what would be the MAX period number a coder could extend their MA design to ? Please?
.mq5/4 , .cs