Hi,
I have an indicator which is in TradeStation.
I have already had the function written in MQL but the developer went awol. I hope that its simple to finish because the actual indicator is very simple.
In TradeStation this is the code
Now like
The part which says Value1 = function1(Price, period, 2);
This is the function here.
The work is almost done I just need to get this indicator to be put together so that it plots.
Thanks
Kris
all i know is its a moving average with a gausian filter. I have used it for years in tradestation but I have now moved back to MT4 because I prefer the automation.
The tough part was getting the function coded the front end which draws the line is very simple but I cant work out how to put it all together.
Here is a picture of what it should look like, im not too worried about the bar colour, just the line being drawn.
have a look here(?):
https://www.mql5.com/en/code/10600
https://www.mql5.com/ru/code/10590
Beside that for almost not lagging ma google for ullma.mq4 (Ultra Low Lagging ma), HMA, JMA, ...
There has been so much code written for mt4 - you'll certainly find more than you need.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi,
I have an indicator which is in TradeStation.
I have already had the function written in MQL but the developer went awol. I hope that its simple to finish because the actual indicator is very simple.
In TradeStation this is the code
Now like
The part which says Value1 = function1(Price, period, 2);
This is the function here.
The work is almost done I just need to get this indicator to be put together so that it plots.
Thanks
Kris