I have a request for converting an indicator from MT4 to MT5 which I would really appreciate.
Hello, my sugestion would be to post this job in Freelance area, there are in this community very experienced programmers.
You are absolutely right Tobias, in my experience as a former customer of freelance service, I could learn how to do it myself in what, say 80-100 hours of my time, those hours have a precise value, while freelance service could give me the solution extremly fast for a fifth of that value. There are ppls that now khow to trade and ppls that know how to code, I say the most efficient way is to let everybody do the thing they are best at.
You are absolutely right Tobias, in my experience as a former customer of freelance service, I could learn how to do it myself in what, say 80-100 hours of my time, those hours have a precise value, while freelance service could give me the solution extremly fast for a fifth of that value. There are ppls that now khow to trade and ppls that know how to code, I say the most efficient way is to let everybody do the thing they are best at.
Yes I understand what you mean. What would be your feeling about the cost of such a small indicator in the freelance area, if you've used it in the past? Just your rough estimate, before I start asking in that area? Around 25 EUR - more, less?
Thanks for replying.
Yes I understand what you mean. What would be your feeling about the cost of such a small indicator in the freelance area, if you've used it in the past? Just your rough estimate, before I start asking in that area? Around 25 EUR - more, less?
Thanks for replying.
You can always look in Examples folder for free.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I have a request for converting an indicator from MT4 to MT5 which I would really appreciate. The problem is this: I started to learn trading and developing my strategy more than a year ago. I manually backtested and forward tested a strategy that includes an indicator called “Cyan 2 High Pass Filter” (with Dev) (I think it’s the same as Ehlers’ “Two-Pole High-Pass Filter” or “2 nd Order Gaussian High Pass Filter”). The version that I have has a deviation “envelope” overlain, which is very useful.
My backtest results were very promising (indices on D1 chart), but I decided to do a proper optimisation and walk forward analysis before going live, so I decided to switch to MT5 and learn to code at least a little to be able to write a multi-symbol EA, which I succeeded. I can code relatively simple EAs in MQL5 and they work fine, but not in MQL4 – and also I don’t know how to code indicators. So I wasn’t able to convert it myself (it doesn’t even have an OnCalculate() function, just “int start()…”).
If someone with enough knowledge could convert this indicator to MT5 it would be a great help for me, because I’m stuck. And I think it's a relatively simple indicator...
My strategy (in MT4 that I’d like to recreate in MT5) in short: when “Cyan 2 High Pass Filter with Dev” surpasses the deviation value and if also confirmed by W%R value, open position accordingly. Additionally I use a smoothed DPO with ATR channel to (try to) keep me out of overextended trends.
I’m attaching two .mq4 files:
- the first is the original file - the upper indicator in the screenshot
- the second one (“…_stripped”) is the same code with some lines removed, such as “… maxbars = 2000;” and some others that I deemed unnecessary (as long as it compiled and worked identically to the original) - this is the bottom indicator in the screenshot – I probably shouldn’t have done that, but just so you know.
If you find my approach interesting, I’m willing to explain the details (and settings) further. So please help me make it “MT5 friendly”.
Thank you very much for any help!