- Search Energy EXCH
- JensItzig replied Sep 4, 2018
For the lazy ones - url I guess you don't want or even can't understand the problem. The build-in rubbish is getting the inputs from the OHLC data. That is ok until you dont want process data from other TF's than the current visible or you want to ...
Only about making much money, requesting EAs and myself
- JensItzig replied Sep 3, 2018
Then please search in the forum when you don't know what i'm telling in this context. False! Look at this the yellow MA50 line is wrong when using the build-in. image image Under performance points (but this is always an issue due the bad MT ...
Only about making much money, requesting EAs and myself
- JensItzig replied Sep 3, 2018
You are welcome. I don’t know any of your work and also don’t know anything about your intentions when rewriting stuff. I only disagree with the kind of general discussion here, even when I take into account that you call yourself such a good ...
Only about making much money, requesting EAs and myself
- JensItzig replied Sep 3, 2018
Maybe i'm missing the start of that discussion, but in my eyes you can't use the build in classes for indicators, when using MTF stuff. I mentioned this more than once here in the forum. And that's why i also have a bunch of own coded indicators ...
Only about making much money, requesting EAs and myself
- JensItzig replied Sep 3, 2018
New extended version file
Market Statistics (Volume Histogram, VWAP with SD bands)
- JensItzig replied Aug 20, 2018
For me a correct implementation should take into account the current DPI. int screenDPI = TerminalInfoInteger(TERMINAL_SCREEN_DPI); double dpiFactor = screenDPI > 96 ? screenDPI / 96.0 : 1.0; I always work internal with that dpiFactor instead the ...
MT4 News Calendar Indicator
- JensItzig replied Aug 20, 2018
Isn‘t he sharing the sourcecode as well? Then you should be able to see the differences in both files and understand the changes, aren’t you? If you have problems with specific parts, then post these and I’m sure one of the experienced programmers ...
This EA isn't working
- JensItzig replied Aug 20, 2018
Wow. Surprise this thread is still active and now over 500 poor souls who paid for a martingale shortly before ESMA rules hit the market.
Hat off, that's amazing selling skills! Update: When you evaluate a martingale system (like this) ...Are you ready to change your life?, I represent you MODEST EA!
- JensItzig replied Aug 20, 2018
It's nothing more than Bill Williams AO with other parameters. Good luck with this, i think it will not work the way you think, but we never know for sure.

Does this indicator Exist?
- JensItzig replied Aug 20, 2018
Absolutely right. But sometime i think it will be a good idea to share (then i learn, nothing has changed).
Simple Mean Reversion
- JensItzig replied Aug 17, 2018
29 Downloads and 1 Thank you. I think that’s the reason most good developers doesn’t contribute anymore here. I wish you that the tools will help you to trade better.
Simple Mean Reversion
- JensItzig replied Jul 11, 2018
Ok, when the EA only "iterates" through given symbols and can calculate on each symbol alone, than this can be done. But if you would need data from various symbols to calculate and execute on a symbol, then we have to switch to MT5. So your Switch ...
Simple Mean Reversion
- JensItzig replied Jul 10, 2018
Since it running on multiple pairs it would only be backtestable under MT5 but i think jagg has made a MT4 EA here
Simple Mean Reversion
- JensItzig replied Jul 2, 2018
Please don't waste your time with the standard buffer draw examples of MT. They are not implemented in MT4 but will not cause the compiler to show up an error. I believe they are implemented but as empty methods or something like that. Regarding my ...
Simple Mean Reversion
- JensItzig replied Jul 2, 2018
That‘s very easy. Since the rules are not mine I used the exact ones from this thread. So I don‘t have activated the calculation for that shift to be compatible to the other tools (like from jagg)
Simple Mean Reversion
- JensItzig replied Jun 28, 2018
There are only 2 kinds of shift. First brokers with GMT time without shift (very easy because it's the standard). But kkep in mind UTC will be shifted 1 hour when daylight saving is on in europe. The other brokers have GMT+2 to achieve that the ...
Simple Mean Reversion
- JensItzig replied Jun 26, 2018
Then enlight us you young darth vader of hacking! Show your power and make all the beggars happy. Release your magic decompiler to make your context our context. If not, take it like it was your comment was way off! But you already know it if we ...
Converting an MT4 commercial indicator into MT5?
- JensItzig replied Jun 26, 2018
No, you don't. In the current context there is no way to gather the source code from the compiled ex4 (even if we ignore the legal aspect).
So the answer to wish the new code from a fairy is more useful than yours.Converting an MT4 commercial indicator into MT5?