Trabajo finalizado
Plazo de ejecución 21 horas
Comentario del Cliente
The best developer I have used here.
Comentario del Ejecutor
It was nice to work with the client. Thank you for the project.
Tarea técnica
The loop will calculate consecutive losing trades and reset to zero once a winning trade is met.
For example: A trade is closed as a losing trade, the loop will count 5 losing trades and return the value 5, then once a trade has closed in profit the loop will reset.
I am looking for very concise code that I will add to an existing EA.
This is the code I have as an example which does not function the way I am proposing.
//+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ int ConsecutiveLosses() { //Calculate the no of winners and losers from today's trading. These are held in the history tab. int LosingTrades = 0; int loss_count = 5; // (BA) Get the start second of the current day (server time) for(int cc = 0; cc <= OrdersHistoryTotal(); cc++) { if(!OrderSelect(cc, SELECT_BY_POS, MODE_HISTORY)) { continue; } if(OrderSymbol() != Symbol()) { continue; } if(OrderMagicNumber() != MagicNumber) { continue; } if(OrderType() > 1) { continue; } if(OrderProfit() < 0) { LosingTrades++; if(LosingTrades > loss_count) break; } }//for (int cc = 0; cc <= tot -1; cc++) return(LosingTrades); }//End void CalculateDailyResult()
Han respondido
1
Evaluación
Proyectos
313
28%
Arbitraje
33
27%
/
64%
Caducado
10
3%
Trabaja
2
Evaluación
Proyectos
122
30%
Arbitraje
6
33%
/
33%
Caducado
5
4%
Trabaja
3
Evaluación
Proyectos
416
30%
Arbitraje
74
19%
/
72%
Caducado
52
13%
Trabaja
4
Evaluación
Proyectos
279
65%
Arbitraje
3
100%
/
0%
Caducado
65
23%
Libre
5
Evaluación
Proyectos
58
3%
Arbitraje
7
0%
/
57%
Caducado
5
9%
Trabaja
6
Evaluación
Proyectos
427
26%
Arbitraje
18
61%
/
33%
Caducado
26
6%
Libre
Ha publicado: 8 ejemplos
7
Evaluación
Proyectos
137
52%
Arbitraje
5
40%
/
60%
Caducado
0
Libre
Solicitudes similares
I have an existing MT5 Expert Advisor (“E-Core”). I need an experienced MQL5 developer to integrate a structured risk management upgrade and a higher timeframe trend filter into the current code. Two files will be provided: 1️⃣ E-Core Source Code (Current Version) 2️⃣ Update Instructions File (contains exact inputs, functions, and logic to integrate) The developer must: Integrate the update logic
Optimization for Gold (XAUUSD) Expert
30 - 100 USD
I have a working MT5 Expert Advisor. I am NOT looking to change the strategy logic. I only need professional optimization and performance improvement. Requirements: • Parameter optimization • Risk adjustment • Max drawdown reduction • Forward testing report • Optimization for Gold (XAUUSD) Please provide previous optimization reports
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs
Hello, I am a user of the "BUY STOP SELL STOP V6" trading bot, which is an advanced Grid System bot. The bot is primarily designed for Gold (XAUUSD), but I want it to work on all currency pairs. "The bot contains a privacy/protection code that prevents it from running on other accounts or being modified on any platform, as it has a client account number lock mechanism" --- Bot Description & Current Settings Bot Type
Hello, I have a breakout EA with reversal logic. I own the full source code for both MT4 and MT5 versions. I need the modifications implemented for both MT4 and MT5 versions. I need several modifications: – Multiple reversals with configurable parameters – Breakeven functionality – Entry only after candle close beyond range + offset – Time-based activation – Alternative offset calculation logic – Automatic close at
Hi I have a simple task (hopefully) I have a custom strategy that I built with the help of Claude Anthropic - everything is finished and I zipped it with power shell but when importing it NT8 gives me the error message that the file was made from an older, incompatible version or not a NinjaScript. My folder structure is correct as far I can see so I don't know what the issues is and it's costing me too much to go
Ninjatrader strategy for mnq
30+ USD
Do you happen to have a profitable strategy for MNQ? it is urgent if any one can help me with this i will be happy to discuss with you and move forward to pay for it kindly let me know the amount thank fill free to bid
Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. 1. Core Logic: Triple-Layer Confluence The signal (Call/Put)
EA developer with stregegy builder required
50 - 100 USD
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
Freeallfree
400 - 800 USD
Professional MT5 EA – XAUUSD I need a professional Expert Advisor for MT5 (MQL5) to trade XAUUSD only. This is not a random scalping bot. The EA must trade only high-probability liquidity breakouts during active sessions and avoid ranging or low-volatility markets. Symbol: XAUUSD Timeframe: M15 (optional H1 confirmation) Session filter (Dubai GMT+4): Trade only London and New York sessions Adjustable session times No
Información sobre el proyecto
Presupuesto
30+ USD
Plazo límite de ejecución
de 1 a 10 día(s)