URL: http://ex4tomq4.pro
URL: http://ex4tomq4.pro
Use Google Structured Data Testing tool to test this markup
Note : Semantic Markup has been restricted to first entities as you are not logged in.
<script type="application/ld+json">{"@context":"https://schema.org","@type": "Article","@id":"#main","mainEntityOfPage":{"@type":"WebPage", "@id":"http://ex4tomq4.pro"}, "headline":"EX4 to MQ4 Decompiler Online","description":"Online decompiler for EX4 files created by MetaTrader 4 build 1430. Decompile your EA right now!","image":{"@type": "ImageObject", "url": "https://ex4tomq4.pro/img/screenshot1200x630.jpg", "width": 1200, "height": 630},"about":[{"@type": "Thing","name": "Online","sameAs": ["https://en.wikipedia.org/wiki/Internet", "https://www.wikidata.org/wiki/Q75"]},{"@type": "Thing","name": "files","sameAs": ["https://en.wikipedia.org/wiki/File_(tool)", "https://www.wikidata.org/wiki/Q193142"]},{"@type": "Thing","name": "Professional","sameAs": ["https://en.wikipedia.org/wiki/Professional", "https://www.wikidata.org/wiki/Q702269"]},{"@type": "Thing","name": "trading platform","sameAs": ["https://en.wikipedia.org/wiki/Electronic_trading_platform", "https://www.wikidata.org/wiki/Q778043"]},{"@type": "Thing","name": "online trading","sameAs": ["https://en.wikipedia.org/wiki/Investing_online", "https://www.wikidata.org/wiki/Q16155545"]}],"author":{"@type":"Organization","url":"/","name":"/"},"publisher":{"@type":"Organization", "name":"/", "url":"/", "logo": {"@type": "ImageObject", "url": "http://www.example.com", "width": 4, "height": 97}},"datePublished":"2025-05-09T09:50:56","dateModified":"2025-05-09T09:50:56"}</script>
Just ask us to configure SemanticMarker to exactly fit your content...
... and it will deliver 100% accurate detailed Schema Markup.
Rejected entities (see configuration)
Death: Remains (=> Cremation)
Fishing: Fish (=> Fish)
EX4 to MQ4 Decompiler Online ? MT4 build 1430 supported
EX4 to MQ4 Decompiler Online
Online<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">Online</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Internet" />
</span> decompiler for EX4 files<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">files</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/File_(tool)" />
</span> created by MetaTrader 4 build 1430. Decompile your EA right now!
Professional<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">Professional</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Professional" />
</span> online decompiler
supporting any MT4 builds
The EX4 and the MQ4 files are associated with the MetaTrader 4 trading platform<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">trading platform</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Electronic_trading_platform" />
</span>. They both are vital in the online trading<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">online trading</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Investing_online" />
</span> at FOREX<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">FOREX</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Foreign_exchange_market" />
</span> market<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">market</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Media_market" />
</span>. These files can contain program<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">program</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Computer_program" />
</span> code of expert advisors (EA), indicators or scripts. The difference between them lies in the fact that the files of the first type are executable (*.EX4) and *.MQ4 files contain a source code<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">source code</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Source_code" />
</span>. Availability of source code in this case is critically important for several reasons. Here are some of them:
Some developers betweentimes forget to attach the source code to its products<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">products</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Product_(business)" />
</span>. In these cases requires a decompilation, i.e. files translation from .EX4 to .MQ4 format.
The current situation
Until recently a decompilation has not been a big problem. It cost<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">cost</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Cost" />
</span> less than $10 and took about a minute. There are even standalone tool<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">tool</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Tool" />
</span> for decompilation called "EX4 decompiler".
Now it's different. Starting from MetaTrader 4 build 600, MQ4 files compile to native code (like DLL). As a result the EX4 decompiler unfortunately can no longer be used.
Code optimization and compression are generally used during compilation process<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">process</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Process" />
</span> of the new terminal<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">terminal</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Computer_terminal" />
</span> builds (600 & above). Code obfuscation is also used at compile time, and this fact greatly complicates the work to be done. Nevertheless MetaTrader Market products are encrypted additionally. These obstacles make the classical methods of reengineering (such as disassembly and static code analysis) ineffective.
Therefore, in order to recover the source code completely, these days it is necessary to work directly with a memory dumps, use debugger for the terminal and overcome restrictions of execution environment virtualization.
This painstaking work requires time and strong effort. But with due perseverance, success remains the option to achieve.
Given the above, it becomes clear that it is impossible to develop a standalone decompiler. But on the other hand, it's possible to create robust service<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">service</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Service" />
</span> for decompilation. And that is what we successfully did.
Your message has not been sent due technical reasons
Please contact us by email: email protected
The cost of our services is determined individually for each case. Since the decompilation process is mainly carried out manually by professionals, the final cost of the service strongly depends on the size and complexity of the code. The cost of decompilation of MetaTrader Market ? products is much higher.
Approximate prices for our decompilation services are shown below. Typically these rates are close to the lower limit value of the typical order.
250 Expert<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">Expert</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Expert" />
</span> avdisor from MetaTrader Market ?
450 *
* This amount reflects the fact that we are not interested to work with indicators.
But if it's really necessary, we can professionally perform every whim you wish !
The project team consists of five people. These are professional software<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">software</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Software_engineering" />
</span> developers who have extensive experience<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">experience</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Experience" />
</span> in systems programming<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">programming</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Programming_language" />
</span>, code analysis<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">analysis</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Analysis" />
</span> and application development<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">application development</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Software_development" />
</span> for a variety of trading platforms.
We are based in Lviv<span itemscope itemtype="http://schema.org/Place">
<span itemprop="name">Lviv</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Lviv" />
</span>, UKRAINE<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">UKRAINE</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Orange_Revolution" />
</span> ??
Contact us: email protected
About EX4 Format
2005-2024, EX4 to MQ4 Team
Your application has been sent successfully
Some form fields are incorrect
Failed to send data