To Build a Breakout Expert Advisor with hidden/virtual Pending orders

Trabajo finalizado

Plazo de ejecución 12 horas
Comentario del Cliente
Availability communication skills but one issue is not resolved, to make virtual pending orders overall, developer is efficient
Comentario del Ejecutor
The task was completed, but then the customer began to change the task, which means redoing the entire code. The customer came up with some kind of 'Virtual pending orders'.

Tarea técnica

I need an EA works with hidden pending orders by drawing or not (stealth mode) horizontal lines on the chart, levels where pending orders are trigerred. 


General Settings

  • Slippage - maximal allowed slippage for position opening.
  • MaxSpread - maximal allowed spread for position opening.
  • MagicNumber - magic number - it is extremely important to keep this different for all robots.
  • StartTrail - value in pips. When trade's profit is equal to this value the EA set trailing stop.
  • TrailStop - value in pips. The trailing stop value.

Pending Orders Settings 

  • PlaceOrders_OnInit - true/false - whether to place or not pending orders during initialization of the EA.
  • ExitAll_OnDeinit - true/false - whether to close or not all orders during de-initialization of the EA.
  • ExitAll_OnInit - true/false - whether to close or not all orders during initialization of the EA.
  • CloseOnTradeHour - true/false - whether to close or not all orders before to place pending orders.
  • TradeDirection - possible values: -1 only short trades; +1 only long trades; 0 long and short trades;
  • AddDistance - the distance between the current price and the first pending order in pips.
  • AddStep - the distance between each pending orders in pips.
  • AddCount - the number of pending orders to be placed.
  • ExpireMinutes - the expiration time for pending orders in minutes.
  • DeleteAfterSeconds - placed pending orders will be deleted X second after the news release (X is value of DeleteAfterSeconds)
  • CloseOnReversePips - when there is a reverse X pips then the EA will close all active orders with the idea to protect the profit. (X is value of CloseOnReversePips)


. Time Management System 

  • TradeHour_1 - hour for placing pending orders. Slot 1.
  • TradeMinute_1 - minutes for placing orders. Slot 1.
  • TradeSecond_1 - seconds for  placing orders. Slot 1.
  • TradeHour_2 - hour for placing pending orders. Slot 2.
  • TradeMinute_2 - minutes for placing orders. Slot 2.
  • TradeSecond_2 - seconds for  placing orders. Slot 2
  • TradeHour_3 - hour for placing pending orders. Slot 3.
  • TradeMinute_3 - minutes for placing orders. Slot 3.
  • TradeSecond_3 - seconds for  placing orders. Slot 3.



Han respondido

1
Desarrollador 1
Evaluación
(465)
Proyectos
813
49%
Arbitraje
75
21% / 51%
Caducado
141
17%
Trabaja
2
Desarrollador 2
Evaluación
(160)
Proyectos
208
61%
Arbitraje
10
80% / 0%
Caducado
0
Libre
Ha publicado: 1 ejemplo
3
Desarrollador 3
Evaluación
(617)
Proyectos
721
33%
Arbitraje
46
48% / 41%
Caducado
14
2%
Trabajando
4
Desarrollador 4
Evaluación
(209)
Proyectos
272
21%
Arbitraje
24
54% / 17%
Caducado
0
Libre
5
Desarrollador 5
Evaluación
(329)
Proyectos
515
19%
Arbitraje
35
46% / 31%
Caducado
34
7%
Trabaja
Solicitudes similares
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
I need an MT5 Expert Advisor for XAUUSD (Gold) running on an Exness account. STRATEGY LOGIC The exact entry and exit rules will be provided in writing before development starts. Please quote for a single rule-based strategy with clearly separated logic, so the rules can be adjusted later without rewriting the whole EA. RISK MANAGEMENT (this is the priority of the project) - Risk per trade as a percentage of account
Modification of Trade_Panel_7 7.05 Objective . I have this utility “Trade_Panel_7 7.05” with which I open and close positions. Please refer to attached “Trade Panel Modification.jpg”. It shows an input parameter “Volume Step”. This parameter has the initial value of 0.02 as shown. This feature needs to be amended. Present Status . Value of lot size is increased by this “Volume Step”. I have built a whole series of
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
please share: Strategy description — entry/exit rules, indicators used, timeframe(s), and instrument(s) (a written explanation, screenshots, or an existing indicator/EA to reference all work) Risk management rules — position sizing method (fixed lot / % risk), stop loss / take profit logic, max drawdown or daily loss limits, and whether martingale/grid/hedging is involved Broker & account details — broker name
I need a unique grid trading system for XAUUSD that combines entry, controlled two-sided grid expansion, DCA (Dollar Cost Averaging) basket profit control, hedging. Unlike traditional grid EAs that only trade against price, this unique grid system should dynamically build positions in both directions based on market movement, allowing flexible adaptation to changing conditions ie the grid needs to dynamically move
I need an experienced MQL5 developer to create a fully automated MT5 Expert Advisor called Ayoub Gold EA , focused exclusively on XAUUSD (Gold) . Main requirements: Platform: MT5 / MQL5. Fully automated BUY and SELL trading on XAUUSD. Must support broker suffixes such as XAUUSD, XAUUSD.f and XAUUSDm. Trading strategy based mainly on Range Breakout with trend confirmation. EMA, ADX and ATR filters. London/New York
Mashiri 50 - 10000 USD
I need a custom MetaTrader 5 indicator designed specifically for XAUUSD gold trading. The indicator should identify potential buy and sell opportunities, display clear entry and exit signals on the chart, provide alerts, and help identify market trends and possible reversals
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {

Información sobre el proyecto

Presupuesto
30 - 40 USD
Plazo límite de ejecución
de 1 a 10 día(s)