Auftrag beendet
Ausführungszeit 5 Tage
Bewertung des Kunden
Impossible project, my mistake due to limitations of mql5 ontester function. Despite this Saad put many hours into this project. A* would always recommend.
Bewertung des Entwicklers
Great collaborating with you once more!
Spezifikation
Hello
I want my custom max forumla used in MT5 modified to check the result, if there is a return value of the same number return zero / void the result to avoid getting mutliple results of the same value similar settings.
- The problem is i get tons of results of the same value when doing many generic testing runs on MT5 (this is expected and normal)
- I am looking for a solution when each test / run is complete it checks that the end results value is unique and if so it allows it to pass
- If the value is a duplicate, it voids the result to 0 (currently I export to excel and remove duplicate rows that have the same result value to manually filter this out)
- The aim is to only have unique results in the optimisation profile when its complete, allowing for a much faster testing scheme.
- Note that there are tons of zero values and to avoid dividing by zero errors.
input string OnTester = "------------ Custom Max ------------"; // ------------ Custom Max ------------ input int MinTrades = 20; // Minimum required trades input double MaxEquityDrawdown = 5.0; // Maximum allowed drawdown input string OnTesterEnd = "------------ Custom Max End ------------"; // ------------ Custom Max End ------------ double OnTester(void) { // Get the required statistics int totalTrades = TesterStatistics(STAT_TRADES); int profitTrades = TesterStatistics(STAT_PROFIT_TRADES); int lossTrades = TesterStatistics(STAT_LOSS_TRADES); double totalProfit = TesterStatistics(STAT_PROFIT); double profitFactor = TesterStatistics(STAT_PROFIT_FACTOR); double equityDrawdownPercent = TesterStatistics(STAT_EQUITY_DDREL_PERCENT); // Calculate the target drawdown as 50% of the MaxEquityDrawdown double TargetEquityDrawdown = MaxEquityDrawdown * 0.5; // Check the conditions for voiding the results if (totalTrades < MinTrades || equityDrawdownPercent > MaxEquityDrawdown || lossTrades == 0) { return 0; // Void the result if not meeting trade or drawdown criteria, or no losing trades } // Calculate the trade win ratio double tradeWinRatio = (double)profitTrades / (double)lossTrades; // Adjusted drawdown impact calculation double drawdownImpact = 1 - fabs(equityDrawdownPercent - TargetEquityDrawdown) / TargetEquityDrawdown; drawdownImpact = MathMax(0, drawdownImpact); // Ensure drawdown impact is not negative // Apply the new formula with adjusted drawdown impact double finalCriterion = (totalProfit / equityDrawdownPercent) * (profitFactor / tradeWinRatio) * drawdownImpact; return finalCriterion; }
Bewerbungen
1
Bewertung
Projekte
352
29%
Schlichtung
37
27%
/
65%
Frist nicht eingehalten
10
3%
Beschäftigt
2
Bewertung
Projekte
208
61%
Schlichtung
10
80%
/
0%
Frist nicht eingehalten
0
Frei
Veröffentlicht: 1 Beispiel
3
Bewertung
Projekte
203
47%
Schlichtung
5
20%
/
60%
Frist nicht eingehalten
3
1%
Frei
4
Bewertung
Projekte
6
0%
Schlichtung
5
0%
/
80%
Frist nicht eingehalten
2
33%
Frei
5
Bewertung
Projekte
478
40%
Schlichtung
105
40%
/
24%
Frist nicht eingehalten
82
17%
Beschäftigt
Veröffentlicht: 2 Beispiele
6
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
I am looking for an experienced MQL5 developer who can BOTH research trading strategies and develop a commercial-quality MetaTrader 5 Expert Advisor. This is NOT simply a coding job. The developer is free to choose the trading logic, indicators, entry method, exit method, timeframe architecture and strategy type. I do not require the EA to copy or resemble any existing commercial EA. My priority is: ROBUST LONG-TERM
A developer will create an AI assisted EA forex watch-list scanner (not an auto-trader) designed to surface PDL/PDH bounces on M15, with coding in Python/MQL5. This will strictly be a market intelligence and scanning tool (no automatic order placement) and EA primary function will be a delivery of visual dashboard UI, 2-phased alerts (warning vs. execution), and multi-channel notification. 1. Project Overview &
EA Scalping XAUUSD M15 - EMA Cross
30 - 50 USD
Hello, please make me a simple MT5 Expert Advisor for XAUUSD on M15 timeframe. TRADING LOGIC: - BUY when EMA(10) crosses UP EMA(30) - SELL when EMA(10) crosses DOWN EMA(30) TRADING HOURS: - Only trade between 19:00 - 22:00 WIB / Jakarta time RISK SETTINGS: - Lot size: 0.01 - Stop Loss: 70 points - Take Profit: 150 - 300 points - Max 1 open position Please deliver .ex5 file ready to use. Thank you
Gods Plan v8
30 - 500 USD
//+------------------------------------------------------------------+ //| GODS PLAN V8.mq5 | //| Tebogo | //| tebogophago298@gmail.com | //+------------------------------------------------------------------+ //+------------------------------------------------------------------+ //| Expert initialization function |
Looking to Purchase an Existing Trend-Following EA – MT5
30 - 1000 USD
I’m looking to purchase an existing, proven Trend-Following EA for MT5 . I am NOT looking to develop a new EA from scratch , so please read the requirements carefully before applying. The EA should follow a market-structure/trend-following approach similar to this: Identify a clear Break of Structure (BOS) to confirm the trend direction. Wait for a pullback/retracement instead of chasing the initial breakout. Enter
I am looking for an experienced MQL5 developer to create a fully automatic MT5 Expert Advisor (EA) for frequent small-profit trades. My current manual strategy is simple: I watch short-term price movement, enter when price starts moving strongly up or down, and close once a small profit is achieved. I want an EA that can identify these movements and automatically repeat this process throughout the day. Main
EA-Gann_Reversal_Confluence_V6
30 - 50 USD
Code the indicator to MT5 EA, include all the inputs variables and values Allow live trading Allow demo trading Allow strategy tester Bar shift 0 adjustable Allow indicator to show on strategy tester Lot size adjustable Max spread in points (0=disable) Use stop loss circle true or false Stop loss circle in points adjustable Use stop loss true or false Stop loss in points (adjustable) Take profit true or false Use
Ready to use scalping EA MT5
30 - 100 USD
Hi All, Looking for a ready to TEST and USE EA which makes $20 per day with initial deposit of $100 only with controlled drawdown and no trades during news time. Please note: Budget is fixed and no trial and hit error for testing and developing EA as I do not have time. I will select the developer only after the TEST is successful only, do not force to select and make the payment and payment will be done once I am
Ndugelo Ravhengani Bot
30+ USD
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
Need Grid + Martingale Type Averaging EA
30 - 50 USD
Need Grid + Martingale Type Averaging EA ( Directional Buy or Sell entry then uses grid/martingale for Recovery if need ) * Must Work Buy + Sell Both Side ( Do not Open Buy or Sell at Once Let the Previous Order Close ) * Min Lot size 0.01 * Max Lot Size 1 ( Can be Edited to maximum ) * Auto TP Shift * Auto Averaging Position also Auto Shift TP as per Averaging * After Averaging Close the Trade in Maximum Profit (
Projektdetails
Budget
40+ USD
Ausführungsfristen
bis 10 Tag(e)