Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
I really do like this EA, but not how it can kick the crap out of your account.
I have read this thread and can’t find anywhere, anything about the total % of equity at risk ( I might have missed it), lets say you have an account with $2500 and you risk 10% =$250 so you now have a maximum of $250 to spread around the trades. Now say you risk 2% of you equity per trade because you can only use a maximum of $250 you can only open 5 trades if you are willing to risk $50 per position this should stop the account being wiped out but you would have to integrate the stop distance in relation to lot size
Max Loss 2% ($2500 = $50 / Stop “36”=1.38 per lot.
So depending on how much of your total account you are willing to risk and how far your stops are away will determine how many positions will be opened.
This just a rough idea it might help save an account or 2.
We knew it had to happen when the direction changed, we had some loss of the previous gains. The good thing is that after some loss the EA did change direction and now is going short.
The interesting thing on reflection is that after suffering a movement of over 100 pips against it this EA did not, as martingale EAs usually do, hit a MaxTrades loss with a huge loss of profit. I do not understand coding but there is a valuable contribution in FXAO that targets the biggest problem in progressive EAs, the sudden huge loss of profit when the tide turns against.
I have been testing 10p3 in most versions since I started this thread last August and this has been the best result after a 100 pip reversal. This is a very small demo account and it is still hanging in there with overall profit whilst other EAs started with the same account size have been demolished.
Since this testing started I have had several EAs that are currently being tested here in this folder completely bankrupt the starting account and showed up the dreaded No Money error code. Micronotch has lost all its profit and Emily's rapid escalation of progression caused it to hit the wall.
We are indebted to neta1o for his dedication to the 10p3 cause and his coding expertise that has produced this expert Expert Advisor and we look forward to any further contribution that may be forthcoming.
Use only on H4 for now and you may experiment with the pipstep if you wish, everything else I've removed from user definable variables because
I have specific testing criteria in mind.
This version is basically the same as the last except for a couple of bug fixes and setting adjustments.
I recommend EURUSD and GBPUSD but whatever pair you want to test on is fine. Thanks for everyones help. More to come soon.
EDIT: Attachment removed, continue testing from the version david posted in the next few posts. I think the timefilter will be important. Thanks
The interesting thing on reflection is that after suffering a movement of over 100 pips against it this EA did not, as martingale EAs usually do, hit a MaxTrades loss with a huge loss of profit. I do not understand coding but there is a valuable contribution in FXAO that targets the biggest problem in progressive EAs, the sudden huge loss of profit when the tide turns against.
I have been testing 10p3 in most versions since I started this thread last August and this has been the best result after a 100 pip reversal. This is a very small demo account and it is still hanging in there with overall profit whilst other EAs started with the same account size have been demolished.
Since this testing started I have had several EAs that are currently being tested here in this folder completely bankrupt the starting account and showed up the dreaded No Money error code. Micronotch has lost all its profit and Emily's rapid escalation of progression caused it to hit the wall.
We are indebted to neta1o for his dedication to the 10p3 cause and his coding expertise that has produced this expert Expert Advisor and we look forward to any further contribution that may be forthcoming.
John
Yeo, can you post the exact setting you are using please?
Thanks.
Neta10, thanks again. I hope to know your improved version soon.
You release your last version when i was writing this post. Thanks
Yeo, can you post the exact setting you are using please?
Thanks.
Neta10, thanks again. I hope to know your improved version soon.
You release your last version when i was writing this post. Thanks
I am using the original version posted by neta1o on page #274 on EURUSD & GBPUSD H1 with the set file attached.
Just a pointer when the Take Profit is requires it is in dollar values and I started out with 10 and required a 100 pip gain to get $10 profit with my mini demo account. I have recently changed that setting to 3.
it might be a good idea to move the trading time function after the close for profit code paragraph. that way it can still try to close profitable trades...just a thought