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
newdigital.
I've been testing this system with the ea Version 0.03.
I saw your results you posted from January 6th to april 8th. (https://www.mql5.com/en/forum/174975/page243).
I looked in your statement, focusing eur-usd.
In your results on 25-mar-08, this pair was in trade at evening hours, in profit, while in my system this pair was in trade in the early morning hours and that caused the account to be in a big loss.
Pls see my attachment and tell me why is this big difference happening.
Simply answer is backtesting is never same than live test
And even same ea with 100% same setting but different broker give different results in live test.
My statement is forward testing. It means that I attached EA to the charts (11 charts) in January this year with this settings https://www.mql5.com/en/forum/174975/page218 and this pairs https://www.mql5.com/en/forum/174975/page217
As I understand this EA is using MACD indicator and timeframe for trading is very important in this case. I am using H1 timeframe as the author suggested. I never changed timeframe and the settings and I am still testing on the same account.
Change timeframe to H1. EA will not trade often but it will be less of risky. By the way my starting deposit is 5,000.
If I will continue forward testing with this settings/timeframe for 1 year so initial deposit 5,000 will be increased up to 10,000 with max DD = 19% (for all 11 pairs all together now, but it may be more later ... who knows ...it is martingale).
Let's see how the situation will be going. I will inform regularly about performance of course.
Thanks for answering so quickly.
Nice thread here.
Hi,
Here's the live performance since these two weeks with my latest version 10p-hedge. for security reason i hide the name and account number. Non stop ea even in NFP.
Hi, Here's the live performance since these two weeks with my latest version 10p-hedge. for security reason i hide the name and account number. Non stop ea even in NFP.
Which settings you use - the same like newdigital? When I use 0,1 Lot the account falls into minus (-) So the deposit must be enormous. I think 10.000 minimum.
hello
can any one add stop loss for this expert using this info
order sl = ((MaxTrades*MinGS)+SL) - (n*MinGS)
n= order number
exampel for this info
extern int MinGS=5;
extern int TP=20;
extern int SL=10;
extern double lot=0.10;
extern int MaxTrades=7;
extern int RegularSpread=2;
extern double Multiplier=2;
extern double LotInc=0;
extern double MarginLevelAlert=1000;
we have
first order sl= ((7*5)+10)-(0*5)=40
second order sl= ((7*5)+10)-(1*5)=35
and other sl are
35
30
25
20
15
Which settings you use - the same like newdigital? When I use 0,1 Lot the account falls into minus (-) So the deposit must be enormous. I think 10.000 minimum.
I use tp=15, stop = 0, pips=15,multiply=2