指定
1. Find optimal %MM for a trade in each strategy, but with one common account and common single balance
2. Find optimal extern int mmStopLossPips = 150;
3. Do it in excel or similar for future use
There are 4 MQL strategies, 4 currency pairs
they are sharing 1 Metatrader4 account with one balance of 5 000 USD
each strategy has money management like this
//+------------------------------------------------------------------+
// Money Management variables
//+------------------------------------------------------------------+
extern string smm = "----------- Money Management - Risk Fixed % Of Account -----------";
extern double mmRiskPercent = 2.0;
extern int mmDecimals = 2;
extern int mmStopLossPips = 150;
extern double mmLotsIfNoMM = 1.0;
extern double mmMaxLots = 100.0;
each strategy has complete statistics and full report on performance
STRATEGIES IN PORTFOLIO
# Name Symbol Timeframe Net Profit ($) Net Profit (pips) # of Trades Sharpe Ratio Profit Factor
S2 Strategy 10.91.526 Strategy 10.91.526 unknown $ 14583 1458.3 pips 171 0.08 1.55
S3 Strategy 26.91.538 Strategy 26.91.538 unknown $ 24366.9 24366.9 pips 168 0.08 1.72
S4 Strategy 5.44.150 Strategy 5.44.150 unknown $ 1641.6 1641.6 pips 98 0.27 2.11
S5 Strategy 7.72.203 Strategy 7.72.203 unknown $ 9136.91 913.7 pips 120 0.18 1.37a
and reports
Strategy Tester Report
Strategy 26.91.538 fixed gbpusd h1 ic
ICMarketsSC-Demo01 (Build 1280)
Symbol GBPUSD (Great Britain Pound vs US Dollar)
Period 1 Hour (H1) 2018.01.02 00:00 - 2020.08.14 23:00 (2018.01.01 - 2020.08.17)
Model Every tick (the most precise method based on all available least timeframes)
Parameters CustomComment="Strategy 26.91.538"; MagicNumber=11111; KCBarCloseserPeriod=20; LinRegBarClosesPrd=40; BBBarClosesPeriod=10; PriceEntryMult=0.3; BarsValid=31; MoveSL2BECoef=4.7; ProfitTarget=150; StopLoss=40; TrailingStop=70; SMAPeriod=30; ATRPeriod=20; smm="----------- Money Management - Fixed size -----------"; mmLots=0.1; seod="----------- Exit At End Of Day -----------"; ExitAtEndOfDay=false; EODExitTime="23:04"; seof="----------- Exit On Friday -----------"; ExitOnFriday=true; FridayExitTime="20:00"; sltr="----------- Limit Time Range -----------"; LimitTimeRange=false; SignalTimeRangeFrom="08:00"; SignalTimeRangeTo="16:00"; ExitAtEndOfRange=false; smtpd="----------- Max Trades Per Day -----------"; MaxTradesPerDay=0; smmslpt="----------- Min/Max SL/PT -----------"; MinimumSL=0; MinimumPT=0; MaximumSL=0; MaximumPT=0; slts="----------- Use Tick size from SQ (for CFDs) -----------"; UseSQTickSize=false; MainChartTickSizeSQ=-1; sqDisplayInfoPanel=true; ModifyInsteadOfReplacing=true; OpenBarDelay=0;
Bars in test 17282 Ticks modelled 49950399 Modelling quality 90.00%
Mismatched charts errors 0
Initial deposit 10000.00 Spread Current (2)
Total net profit 2642.14 Gross profit 5819.22 Gross loss -3177.08
Profit factor 1.83 Expected payoff 16.11
Absolute drawdown 130.72 Maximal drawdown 420.55 (3.64%) Relative drawdown 3.64% (420.55)
Total trades 164 Short positions (won %) 81 (38.27%) Long positions (won %) 83 (51.81%)
Profit trades (% of total) 74 (45.12%) Loss trades (% of total) 90 (54.88%)
Largest profit trade 149.30 loss trade -42.04
Average profit trade 78.64 loss trade -35.30
Maximum consecutive wins (profit in money) 6 (472.08) consecutive losses (loss in money) 7 (-284.90)
Maximal consecutive profit (count of wins) 472.08 (6) consecutive loss (count of losses) -284.90 (7)
Average consecutive wins 2 consecutive losses 2
Graph
# Time Type Order Size Price S / L T / P Profit Balance
1 2018.01.02 11:00 sell stop 1 0.10 1.34991 0.00000 0.00000
2 2018.01.02 11:00 modify 1 0.10 1.34991 1.35391 1.33491
3 2018.01.02 18:00 modify 1 0.10 1.35195 0.00000 0.00000
4 2018.01.02 18:00 modify 1 0.10 1.35195 1.35595 1.33695
5 2018.01.02 19:00 modify 1 0.10 1.35212 0.00000 0.00000
6 2018.01.02 19:00 modify 1 0.10 1.35212 1.35612 1.33712
7 2018.01.03 14:00 buy stop 2 0.10 1.35802 0.00000 0.00000
8 2018.01.03 14:00 modify 2 0.10 1.35802 1.35402 1.37302
9 2018.01.03 17:00 modify 2 0.10 1.35843 0.00000 0.00000
10 2018.01.03 17:00 modify 2 0.10 1.35843 1.35443 1.37343
11 2018.01.03 17:01 sell 1 0.10 1.35212 1.35612 1.33712
12 2018.01.05 00:00 delete 2 0.10 1.35843 1.35443 1.37343
.....etc
2. Find optimal extern int mmStopLossPips = 150;
3. Do it in excel or similar for future use
There are 4 MQL strategies, 4 currency pairs
they are sharing 1 Metatrader4 account with one balance of 5 000 USD
each strategy has money management like this
//+------------------------------------------------------------------+
// Money Management variables
//+------------------------------------------------------------------+
extern string smm = "----------- Money Management - Risk Fixed % Of Account -----------";
extern double mmRiskPercent = 2.0;
extern int mmDecimals = 2;
extern int mmStopLossPips = 150;
extern double mmLotsIfNoMM = 1.0;
extern double mmMaxLots = 100.0;
each strategy has complete statistics and full report on performance
STRATEGIES IN PORTFOLIO
# Name Symbol Timeframe Net Profit ($) Net Profit (pips) # of Trades Sharpe Ratio Profit Factor
S2 Strategy 10.91.526 Strategy 10.91.526 unknown $ 14583 1458.3 pips 171 0.08 1.55
S3 Strategy 26.91.538 Strategy 26.91.538 unknown $ 24366.9 24366.9 pips 168 0.08 1.72
S4 Strategy 5.44.150 Strategy 5.44.150 unknown $ 1641.6 1641.6 pips 98 0.27 2.11
S5 Strategy 7.72.203 Strategy 7.72.203 unknown $ 9136.91 913.7 pips 120 0.18 1.37a
and reports
Strategy Tester Report
Strategy 26.91.538 fixed gbpusd h1 ic
ICMarketsSC-Demo01 (Build 1280)
Symbol GBPUSD (Great Britain Pound vs US Dollar)
Period 1 Hour (H1) 2018.01.02 00:00 - 2020.08.14 23:00 (2018.01.01 - 2020.08.17)
Model Every tick (the most precise method based on all available least timeframes)
Parameters CustomComment="Strategy 26.91.538"; MagicNumber=11111; KCBarCloseserPeriod=20; LinRegBarClosesPrd=40; BBBarClosesPeriod=10; PriceEntryMult=0.3; BarsValid=31; MoveSL2BECoef=4.7; ProfitTarget=150; StopLoss=40; TrailingStop=70; SMAPeriod=30; ATRPeriod=20; smm="----------- Money Management - Fixed size -----------"; mmLots=0.1; seod="----------- Exit At End Of Day -----------"; ExitAtEndOfDay=false; EODExitTime="23:04"; seof="----------- Exit On Friday -----------"; ExitOnFriday=true; FridayExitTime="20:00"; sltr="----------- Limit Time Range -----------"; LimitTimeRange=false; SignalTimeRangeFrom="08:00"; SignalTimeRangeTo="16:00"; ExitAtEndOfRange=false; smtpd="----------- Max Trades Per Day -----------"; MaxTradesPerDay=0; smmslpt="----------- Min/Max SL/PT -----------"; MinimumSL=0; MinimumPT=0; MaximumSL=0; MaximumPT=0; slts="----------- Use Tick size from SQ (for CFDs) -----------"; UseSQTickSize=false; MainChartTickSizeSQ=-1; sqDisplayInfoPanel=true; ModifyInsteadOfReplacing=true; OpenBarDelay=0;
Bars in test 17282 Ticks modelled 49950399 Modelling quality 90.00%
Mismatched charts errors 0
Initial deposit 10000.00 Spread Current (2)
Total net profit 2642.14 Gross profit 5819.22 Gross loss -3177.08
Profit factor 1.83 Expected payoff 16.11
Absolute drawdown 130.72 Maximal drawdown 420.55 (3.64%) Relative drawdown 3.64% (420.55)
Total trades 164 Short positions (won %) 81 (38.27%) Long positions (won %) 83 (51.81%)
Profit trades (% of total) 74 (45.12%) Loss trades (% of total) 90 (54.88%)
Largest profit trade 149.30 loss trade -42.04
Average profit trade 78.64 loss trade -35.30
Maximum consecutive wins (profit in money) 6 (472.08) consecutive losses (loss in money) 7 (-284.90)
Maximal consecutive profit (count of wins) 472.08 (6) consecutive loss (count of losses) -284.90 (7)
Average consecutive wins 2 consecutive losses 2
Graph
# Time Type Order Size Price S / L T / P Profit Balance
1 2018.01.02 11:00 sell stop 1 0.10 1.34991 0.00000 0.00000
2 2018.01.02 11:00 modify 1 0.10 1.34991 1.35391 1.33491
3 2018.01.02 18:00 modify 1 0.10 1.35195 0.00000 0.00000
4 2018.01.02 18:00 modify 1 0.10 1.35195 1.35595 1.33695
5 2018.01.02 19:00 modify 1 0.10 1.35212 0.00000 0.00000
6 2018.01.02 19:00 modify 1 0.10 1.35212 1.35612 1.33712
7 2018.01.03 14:00 buy stop 2 0.10 1.35802 0.00000 0.00000
8 2018.01.03 14:00 modify 2 0.10 1.35802 1.35402 1.37302
9 2018.01.03 17:00 modify 2 0.10 1.35843 0.00000 0.00000
10 2018.01.03 17:00 modify 2 0.10 1.35843 1.35443 1.37343
11 2018.01.03 17:01 sell 1 0.10 1.35212 1.35612 1.33712
12 2018.01.05 00:00 delete 2 0.10 1.35843 1.35443 1.37343
.....etc
応答済み
1
評価
プロジェクト
76
33%
仲裁
9
78%
/
11%
期限切れ
7
9%
暇
パブリッシュした人: 2 codes
類似した注文
I have a MT5 Hull MTF Indicator that I like. I would like someone to add: 1) Time of day function (with start time and end time) so that it does not send messages during my night time. Default Start=0900 Default End=2300 2) Add to the Message (sound and email): so that it is Symbol+Buy-Or-Sell+Ask-OrBid Price+TimeFrame1 "/" TimeFrame2 I will send the indicator to the developer. Thank you
MT5 Expert Advisor (EA) Acquisition Request – Proven XAUUSD Martingale / Grid EA I am looking to purchase a fully developed, actively traded, and proven MT5 Expert Advisor for XAUUSD (Gold) that uses Martingale, Grid, Averaging, Recovery, or Hybrid Recovery techniques. Mandatory Verification Requirement To be considered, please provide: - MT5 Investor Password (Read-Only Access) for verification - Account Number /
Developers needed for mt4, mt5 EAs
45 - 50 USD
Looking to buy profitable MT4/MT5 Expert Advisors (EAs). Requirements: • Fully automated • 6+ months backtest • 100+ trades • No martingale or grid systems Send: • Backtest report • Max drawdown • Markets traded • Brief strategy summary Only original EAs developed by you. Long-term collaboration available
DESCRIPTION: I require an experienced MQL5 developer to build a fully automated, multi‑engine, multi‑asset trend‑following trading system for MetaTrader 5. The system includes: Multiple TrendEngine instances (one per symbol) A PortfolioController that manages all engines Volatility‑regime detection Dual‑timeframe confirmation ATR‑based breakout logic ATR‑based stop management Micropyramiding Risk‑weighted satellites
Live chart [ expert is not executing trades on xauusd ] , Deleting Existing Parameter not in use , Live Chart Adjustments Only , No Need to Change anything else , expert will be live testing Throughout
Prepare expert for xauusd live chart [ expert is not executing trades on xauusd ] . Deletion and cleaning code . Trailing Stop Rule to follow the given method . Live Chart Only
Matriks programında güzel bir stratejim var, meta da kayıtlı olmayan iki indikatörümü de metaya yükledim, stratejim belli, ama robot oluşturmak konusunda bilgim eksik. Yardım istiyorum. Acil dönüş bekliyorum. 12-276 üssel ortalamayı hangi yöne keserse, alphatrend indikaörüde bunu desteklesin, kendi gömdüpüm diğer bir indikatörde seviyelere göre alsın satsın
Modification of ctrader cbot
30+ USD
Hi. Could you slightly rewrite my cBot for me to use a 5-minute chart without a fixed target? The stop should be a trailing stop at the level of the initial range
MT5 EA Developer for Structured ICT/SMC Market Logic Requirements Specification: I need an MT5 Expert Advisor only in MQL5. No indicator, no script, no DLL, and no external API. The EA must be built on a rule-based ICT/SMC-style framework with objective, backtestable logic. I am not looking for social-media-style ICT/SMC interpretation. I need a developer who can convert trading concepts into clear coding rules. The
Hi all, I am looking for a top-rated, experienced MQL5 developer to code Phase 1 (Retail Version) of an advanced Expert Advisor for MetaTrader 5. Key Requirements: 1. Pure Price Action Strategy: Uses H4 Trend Filter (Swing High/Low) and H1 Execution (Wick Scanning >= 66% & Engulfing Candlesticks). Places orders via Buy/Sell Limit at Fibonacci 50% level of the candle body (with Giant Candle threshold rules). 2
プロジェクト情報
予算
30 - 50 USD
締め切り
最低 1 最高 5 日