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
331
29%
Arbitraje
36
28%
/
64%
Caducado
10
3%
Trabaja
2
Evaluación
Proyectos
123
31%
Arbitraje
7
29%
/
29%
Caducado
5
4%
Trabaja
3
Evaluación
Proyectos
416
30%
Arbitraje
74
19%
/
72%
Caducado
52
13%
Trabaja
4
Evaluación
Proyectos
289
64%
Arbitraje
3
100%
/
0%
Caducado
65
22%
Libre
5
Evaluación
Proyectos
60
5%
Arbitraje
6
0%
/
67%
Caducado
5
8%
Libre
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
MT4/MT5 HFT EA us30
30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
I'm looking for an experienced NinjaTrader 8 (C#) developer to build a fully automated futures trading strategy. Please apply only if you have proven experience developing and testing NinjaTrader strategies. Project Overview Develop a fully automated NinjaTrader 8 strategy. Designed for Apex funded and evaluation accounts. Primary instruments: NQ/MNQ Futures (with flexibility to support other futures later). Trading
Need an already built EA with proven track record
30 - 1000 USD
Hello I need to purchase the source code of an already built profitable mt5 EA with proven track recordIf you have something similar and you are open to selling the source code please apply to this post Please note I am not looking for a dev to build the product from scratch , but need something that is already built and have at least one year worth of track record
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 or broker clock. 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell/buy at 50% of the FVG 7. SL: 10 pips above
Code An Loss Rate 90-100% MT5 EA , that can blow a 100 USD account a day ,with fixed TP of 3000 points and SL of 3000 For better Rate Calculations get an strategy that can lead to so
8 cap prop firm passing
30 - 3000 USD
I am looking for an experienced MQL4/MQL5 HFT developer to build or optimize a High-Frequency Trading (HFT) Expert Advisor that can successfully pass proprietary trading firm challenges and perform consistently under live trading conditions with brokers such as 8cap or BlackBull Markets . The developer should have proven experience with HFT execution, ultra-low-latency trading, broker execution, slippage, spreads
I need a professional MT5 Expert Advisor (MQL5) for XAU/USD (Gold) only. Requirements: - Symbol: XAU/USD only - Timeframe: H1 trend, M5 entry - Smart Money Concept (SMC) - Liquidity Sweep - Break of Structure (BOS) - Order Block Retest - Confirmation Candle (Engulfing or Pin Bar) - ATR-based Stop Loss - Risk:Reward = 1:3 (adjustable) - Auto Lot (1% risk) - Break Even - Trailing Stop - Maximum 2 trades per day - One
Hello, I am looking for an existing, fully backtestable MT5 Expert Advisor or EA portfolio designed specifically for passing an FTMO-style prop-firm evaluation. I am not looking for unrealistic profit claims or a visually perfect backtest. My priority is a statistically defensible probability of passing the challenge while respecting all risk limits. Primary objective The system should be designed for the current
MT4/MT5 HFT EA Live Trading
40 - 10000 USD
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell at 50% of the FVG 7. SL: 10 pips above sweep wick 8. TP: 2R
Información sobre el proyecto
Presupuesto
30+ USD
Plazo límite de ejecución
de 1 a 10 día(s)