johnbln:
I do need an Custom Code for opening of the trades.
I have created an EA with EABuilder for MT4
- Help you with what? You haven't stated a problem -- you stated a want. Show us your attempt
(using CODE button) and state
the nature of your problem.
No free help
urgent help. - Same as
Martingale, guaranteed to blow your account eventually. -
EA builder,
EATree,
fxDreema,
FxPro,
Online Forex Expert Advisor Generator,
Quant,
Visual Trader Studio,
MQL5 Wizard,
etc.
are all the same. You will get something quick, but then you will spend a
much longer time trying to get it right, than if you learned the
language up front, and then just wrote it.
-
Since you haven't learned MQL4/5, therefor there is no common language
for us to communicate.
If we tell you what you need, you can't code it.
If we give you the code, you don't know how to integrate it into yours.
We are willing to HELP you when you post your attempt (using SRC) and the nature of your problem, but we are not going to debug your hundreds of lines of code. You are essentially going to be on your own. -
EA builder makes bad code counting up while closing multiple orders.
EA builder makes bad code Bars is unreliable (max bars on chart) volume is unreliable (miss ticks) Always use time. New candle - MQL4 forum
EA builder makes bad code, not adjusting for 4/5 digit brokers, TP/SL and slippage.
EA builder makes bad code, not adjusting for ECN brokers. (pre-Build 500)
EA builder makes bad code, not checking return codes.
EATree uses objects on chart to save values - not persistent storage (files or GV+Flush.) No recovery (crash/power failure.)
-
Since you haven't learned MQL4/5, therefor there is no common language
for us to communicate.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi all together -
I do need an Custom Code for opening of the trades.
I have created an EA with EABuilder for MT4
First trade 0.01
Next 0.02
Next 0.03
Next 0.05
Next 0.08
Next 0.13
Next 0.21
Next 0.34
Next 0.55
Next 0.89
Maximum is 10 Trades
And after closing of all Trades return to 0.01
Thanks
greeting john