I’m quite happy with the current MAs offered by default in the platform, but I want to explore more of advanced MA indicators and their potential value to my systems. However, it seems that currently there is no real way to implement these due to their recursive nature. With custom functions one can only do very short-period moving averages and with grueling amounts of work to boot. That is since custom functions don’t allow for parameters to be passed to them.
Is there a better way to implement custom moving averages that I’m missing? An example would be most valuable.