Hardprofit.mq4

christopher10

Active Trader
Aug 14, 2010
16
2
39
expert-profit.webs.com
This Ea operate the best setting on a Daily timeframe long&short
graph_small.jpg

realrbacktest_small.jpg
 

christopher10

Active Trader
Aug 14, 2010
16
2
39
expert-profit.webs.com
oops, do i forget to the code ?

Sorry, here is your code
copy this parameter but i don't know if it's work on 5 digits
Daily timeframe, eur/usd, long&short start balance 10000$
backtest 2005-2010

extern string rem1="//---- Definition Trend et Breakout";
extern int BreakoutPeriode=7;
extern int TrendPeriode=6;
extern string rem2="//---- Order";
extern bool OnlyShort=false;
extern bool OnlyLong=false;
extern int MaxTradesPerBar=2;
extern int StopLoss=6;
extern int BreakEven=1;
extern int SeuilSL = 6;
extern int PartialTP1=10;
extern int PartialRatio1=20;
extern int PartialTP2=20;
extern int PartialRatio2=60;
extern int TakeProfit=50;
extern int Slippage=3;
extern int MaxSpread=3;
extern int Magic=12387;
extern string rem3="//---- MM: 1.Fixed 2.Geometrical 3.Proportional 4.Smart 5.TSSF";
extern int MMType=3;
extern double FixedLots=0.1;
extern int GeometricalFactor=10;
extern int ProportionalRisk=90;
extern int LastXTrades=10;
extern double DecreaseFactor=2;
extern double TSSFTrigger1=1;
extern int TSSFRatio1=50;
extern double TSSFTrigger2=2;
extern int TSSFRatio2=75;
extern double TSSFTrigger3=3;
extern int TSSFRatio3=100;
extern string rem4="//---- Debug";
extern bool DebugMode=false;
 

Attachments

  • hardprofit.mq4
    9.7 KB · Views: 486
  • 👍
Reactions: Enivid

christopher10

Active Trader
Aug 14, 2010
16
2
39
expert-profit.webs.com
Backtest done Real and Demo

Hello,
I just finished 2 long hours of test on my real account, trying to optimise the results.

Backtest with 10000$ start balance since 2004/01/01 to today August 15:
Profit>115 Millions $$$

Only 2.96% Drawdown
hardprofit%20test%20august.JPG

graph%20august.JPG



But to have these parameters, i will certainly sell my expert around 450$ in the future, it's why i don't show you the setting for today.

Sorry
 

Enivid

Administrator
Staff member
Nov 30, 2008
18,595
1,366
144
Odesa
www.earnforex.com
The problem is that the modeling quality is N/A in this test. That means that it won't be showing the same results in real world. Even 90% modeling quality (the highest achievable in MetaTrader Strategy Tester) won't guarantee that it work similarly to the backtest.
 

aragorn73

Active Trader
Aug 21, 2010
5
0
32
I tried it on Alpari MT4 Strategy Tester and it made trades. Now, after uninstalled MT4 and reinstalled again, this mq4 don't make any trades on Tester. Why ?
 

Nelson Su

Trader
Nov 17, 2017
1
0
6
25
oops, do i forget to the code ?

Sorry, here is your code
copy this parameter but i don't know if it's work on 5 digits
Daily timeframe, eur/usd, long&short start balance 10000$
backtest 2005-2010

extern string rem1="//---- Definition Trend et Breakout";
extern int BreakoutPeriode=7;
extern int TrendPeriode=6;
extern string rem2="//---- Order";
extern bool OnlyShort=false;
extern bool OnlyLong=false;
extern int MaxTradesPerBar=2;
extern int StopLoss=6;
extern int BreakEven=1;
extern int SeuilSL = 6;
extern int PartialTP1=10;
extern int PartialRatio1=20;
extern int PartialTP2=20;
extern int PartialRatio2=60;
extern int TakeProfit=50;
extern int Slippage=3;
extern int MaxSpread=3;
extern int Magic=12387;
extern string rem3="//---- MM: 1.Fixed 2.Geometrical 3.Proportional 4.Smart 5.TSSF";
extern int MMType=3;
extern double FixedLots=0.1;
extern int GeometricalFactor=10;
extern int ProportionalRisk=90;
extern int LastXTrades=10;
extern double DecreaseFactor=2;
extern double TSSFTrigger1=1;
extern int TSSFRatio1=50;
extern double TSSFTrigger2=2;
extern int TSSFRatio2=75;
extern double TSSFTrigger3=3;
extern int TSSFRatio3=100;
extern string rem4="//---- Debug";
extern bool DebugMode=false;



Did you test it at real or demo account ? I can't see any order placed.