I need help in create the ea for newbies user.
-
Hi to all member in this forum site. I am new user in this forum and also for the fxdreema EA Builder. I would like to learn this EA builder from start in the beginning but i cant find any instruction on it. I would like to build an ea of my own strategy. How do i start in creating my ea? Please someone help me to teach me how to use this builder?
-
You have to know how to backtest an EA in MetaTrader first, how this process happens with it's details. I believe there is information about this in google and youtube. Then, that EA builder has it's own small rules, but it is more like something that helps people who already know how to backtest an EA to program their own EA.
I have to apologize about that there is no well written instruction how to do anything from scratch. I don't know why I can't force myself to write manuals

-
Thanks for your help. Im know how to backtest the ea. but i dont know how to start for me to create my ea. I only dont know what is the use of on init, on timer and so on. I dont know the function on that. So, how do i learn on this ea builder for me to create my first ea?
-
Out of http://fxdreema.com/examples => http://fxdreema.com/demo/mt4-4765
These are events. When a tick comes - blocks under "on Tick" are executed. "on Init" is when the EA starts. "on Trade" is when trading operation occurs - new trade, close trade, modify...