Showing posts with label tutorial. Show all posts
Showing posts with label tutorial. Show all posts

Friday, August 21, 2009

EA Capital Market by Felicadmaja

To see the source please visit http://www.forexindo.com/forum/diskusi-expert-advisor-dan-autotrading/5079-ea-capitalmarket-dahsyat.html

EA CapitalMarket design to Double Martiangle trade. So if false it can open another position. Example it buy 0.1lot but price still down it can open another buy postion but lot is 0.2. Doubling the first false position. But if true it only take TP 50 points. EA Capital Market get signal from MACD indicator, EA capital market ini entry market based on indikator MACD that if histogram MACD more higher than histogram before, and value is more than 0 dan more high than signal line so the entry is buy and opponent situation, it use standart MACD indicator. Coz the entry is not 100% true so it back up by martiangle system.

See also backtest here http://www.ziddu.com/download/6153222/Backtest6bulan.zip.html

You can download and try this free Forex Expert Advisor Capital market by felicadmaja by click this link http://www.ziddu.com/download/6153377/CapitalMarket.zip.html

Download EA capitalMarket with money management here http://www.ziddu.com/download/6153376/CapitalMarket-MM.zip.html

Download EA CapitalMarket for 5 digits broker here http://www.ziddu.com/download/6153375/CapitalMarket-broker5digit.zip.html

Monday, June 22, 2009

MQL4 Tutorial [part 2]

The first criticism, is the EA (the EA, we will discuss the new custom indicator and the script).

To start making EA, after the entry MetaEditor, select File -> New -> select Expert Advisor, and enter the Link and Copyright

and you will get kira2 code like this:

MQL4 Tutorial [part 1]

Introduction MQL 4

MQL4 programming language which is in the Meta Trader 4 platform. MQL4 is generally used to create Expert Advisor (EA), Custom indicator, and the script.

Expert Advisor / EA, as we all know, is a program for you based on mengotomasi trade logika2 and paramater2 particular.

Custom indicator, about the same as EA can not trade. And can function2 indicator.

The script, like EA, but only 1x when the script is executed.

If you have a program / script with MQL 4 is very simple, just run Meta Editor.

MQL4 structure and syntax is similar to C / C + +. So if I kebiasa with C / C + +, which ga Akan had trouble getting the MQL4 program. Possible at the complexity of debugging ..

Subsequently, MQL4 can interconnect with the DLL. This makes programming more complex and complicated, and of course quite possible to disusupi spyware / virus from the EA (in particular the use of DLL).