[MT4][programming][intro] 2. OnInit() specifications and precautions

Here, let’s check the specifications and precautions regarding OnInit () called from the event handler of mql4.Please use it as a reference when implementing OnInit (). Also, for the sample code that will be the format for implementing mql4 and the outline, first see the format file and outline of Experts Advisor. OnInit() specifications and … Read more

[MT4][EA] How to control EA from outside your home without a PC

I think there are many people who use EA in MT4 to automate transactions.However, in the event of a disaster or sudden Lehman shock, you may want to stop automatic trading in a hurry, or you may want to change the EA settings while you are away from home. so, this page, we would like … Read more

How to add EA to MT4

Here we will explain how to add EA to MT4. prepare the EA (.ex4) you want to add to MT4. Start MT4 and select “Tools”-> “MetaEditor” to start MetaEditor Right-click “Exparts” displayed in the “Navigator” window on the left side of the launched MetaEditor and select “Open Folder”. The folder containing the MT4 EA will … Read more

[Free] MT4 all position close EA when owning multiple positions

When using MT4 and owning multiple positions, have you ever wanted to do something like the following?・ Close the all position・ Set the stop loss value for all position・ Set the Take profit value for all position Here, we will introduce an EA that controls all position like this. Multiple position all close/control EA Specification We will introduce … Read more

[Free] Indicator that draw / plot MT4 account history on the chart

Have you ever wanted to study trading by displaying MT4’s past trading history, trading history, or trading history of others on Chart? Here, for such people, we will introduce an Indicator that draw / plot trading history / trading history on the Chart of MT4. Indicator that draw / plots trading / transaction history on … Read more

How to add Indicator to MT4

This section describes how to add Indicator to MT4. Prepare the Indicator (.ex4) you want to apply to MT4. Start MT4 and select “Tools”-> “MetaEditor” to start MetaEditor Right-click “Indicators” displayed in the “Navigator” window on the left side of the launched MetaEditor and select “Open Folder” (see the figure below). The folder where the … Read more