Introduction MQL 4
MQL4 programming language which is found in the MetaTrader
4 platform. MQL4 is most commonly used to create Expert
Advisor (EA), Custom Indicator, and Script.
Expert Advisor / EA, as we already know, is a program
for you based on mengotomasi trading logika2 and paramater2
particular.
Custom Indicator, almost the same as EA, just can not
do trading. And can use function2 indicator.
The script, like EA, only done only 1x when the script
is executed.
To create a program / script with MQL 4, is quite simple,
just run it MetaEditor.
MQL4 this structure and the syntax is similar to C
/ C + +. So if I kebiasa with C / C + +, should be ga
akan had difficulty making the MQL4 program. Complexity
possible when debugging ..
The continued, MQL4 can interconnect with the DLL file.
This allows the programming of more complex and complicated,
and, of course, very possible to disusupi spyware /
virus by the EA (especially the use DLL).
Section
2 - Simple Example of EA: the Expert Advisor, its example
|