- Search Energy EXCH
- JensItzig replied Nov 22, 2016
This shows me that you have no glue what we discuss here. I'm fully aware what MQ4, C#, C and C++ are. We are talking about the API and programming language of the ProTrader Tool. Their indicators and experts must be written in C#. Therefore i wrote ...
MetaQuotes "This is the last MT4 upgrade"
- JensItzig replied Nov 22, 2016
They using C# look at this. url And thank you for the short explanation about MQ4, now i finally know why think i hav seen this stuff already.


MetaQuotes "This is the last MT4 upgrade"
- JensItzig replied Nov 22, 2016
This would be possible for sure, when they parse and interpret those source files or convert them to their logic an compile it. But i can hardly believe that they will do that much work to support it. Even if they only port a subset of the MQ4 ...
MetaQuotes "This is the last MT4 upgrade"
- JensItzig replied Nov 22, 2016
Where did you find that? The indicators are writen in C#. Having a MT4 bridge not mean that you can use EX4 within their program.
MetaQuotes "This is the last MT4 upgrade"
- JensItzig replied Nov 22, 2016
I have looked at their homepage. Looks like it uses C# for programming. When your broker is not supported you have to use MT4 with an EA to route your commands. But then you have the same issues as MQ4. The EA that gets all requests and give all ...
MetaQuotes "This is the last MT4 upgrade"
- JensItzig replied Nov 22, 2016
They also added OOP and almost nobody uses it.
I would have a lot things that i must do with dirty workaround since the absence of multithreading (multi currency EA's that currently only working with timers and you don't have any ...MetaQuotes "This is the last MT4 upgrade"
- JensItzig replied Nov 22, 2016
JForex - Java Ninjatrader - C# They will not be able to run mq4 out of the box. In my opinion there is and will be not such a platform. Maybe MT gives the source code of MT4 to public, then i see a chance. Currently can nobody decompile ex4, so how ...
MetaQuotes "This is the last MT4 upgrade"
- JensItzig replied Nov 22, 2016
Why MT5 doesn't have the same touch and feel like MT4, for a trader? If you reduce it to trading only, then the ways to place an order or modify them must be different. I don't see it. When you in th IT business before your retirement you should ...
MetaQuotes "This is the last MT4 upgrade"
- JensItzig replied Nov 21, 2016
But when this is correct it would make no sense to have the possibility to send an order asyncron. When you only can react on the result withing a single threaded environment. Ok you separate the order filling from your program, but to react on the ...
MetaQuotes "This is the last MT4 upgrade"
- JensItzig replied Nov 21, 2016
Here is an old article about parallel processing in MT5. url And you can program in OpenCL which gives a lot of more opportunities. Since no client of me has switched to MT5 itself i will not port any indicator or ea to it. I have my own build ...
MetaQuotes "This is the last MT4 upgrade"
- JensItzig replied Nov 21, 2016
url You are right that i assume when tester will be multithreaded that the whole system will be multithreaded. Also since you can force MT5 to install as 32bit application it's a 64bit application which leads us to much more memory that can be ...
MetaQuotes "This is the last MT4 upgrade"
- JensItzig replied Nov 21, 2016
I don't agree. Do you think in the real world of software development the developer always understand the programs he migrates? No! Testdriven Development will help here a lot. But the developer and the trader should be able to test their stuff. How ...
MetaQuotes "This is the last MT4 upgrade"
- JensItzig replied Nov 21, 2016
First time i'm with "brain".
MT4 has surpassed his zenit years ago. Nobody moved to MT5 because of the trade and hedging problem. Now it's time to use a better system. Every coder that has to "rewrite" all of it's indicators and eas, ...MetaQuotes "This is the last MT4 upgrade"
- JensItzig replied Aug 17, 2016
Here is the link to the post. url
How To Set Up MTF Stochastic Indicator
- JensItzig replied Aug 15, 2016
How this MTF calculates the Stoch values on higher TFs lead to wrong values in visual backtest. I have mentioned it in another thread. Look at this picture and you can probably see the problem (or read the post in the thread). url So if you want ...
How To Set Up MTF Stochastic Indicator
- JensItzig replied Aug 8, 2016
When you use a prefix for your own painted objects your tool with the buttons could memorize them and repaint them after apply of the template. Second way could to extend the template with the own drawn objects. This can be done via copy and insert ...
Indicator "on/off" button
- JensItzig replied Aug 8, 2016
You could define different templates and apply them via those buttons.
Indicator "on/off" button
- JensItzig replied Aug 4, 2016
Error 131 is INVALID_TRADE_VOLUME. Google will help in this cases very quickly.

Double in a Day EA
- JensItzig replied Aug 2, 2016
When you play with the excel they provide on their site you can easy see how it will work. You double the account when the price raises/falls in a special movement. You have to reach each point where they scale-in without hit the SL and you must be ...
Double in a Day EA