hello developers,
below is the detail requirement of the EA
it is a martingale EA.
- when we load the ea, it will open a buy and sell position at the same time.
- the ea will only open new position on new candle base on the timeframe we load the ea.
- the ea must be independent since we will load the ea to multiple pair.
- ea must support 4 and 5 decimal brokers
- when we load this ea in strategy tester or running it live. make sure the ea display the open and close line on the chart
EA settings:
-magic number : xxxx // this is so that the ea will work independently and we can run the ea on multiple pair
-max buy position : xxxx // ea will limit the opening of the positions based on this settings
-max sell position : xxxx // same as above
-take profit in usd : xxxx // ea will close all buy or all sell positions based on total usd in profit . input 0 to disable this setting
-take profit in % : xxxx // ea will close all buy or all sell positions based on % profit . input 0 to disable this setting
-take profit in points : xxxx // ea will close all buy or all sell positions based on total profitable points ( all profitable points - all losing points =
total profitable points ( must be profits in points value)) . input 0 to disable this setting. ea will calculate and set the TP levels for this setting.
**// ea will not close position in loss. ea will only close all buy positions if total buy positions are in profits. same goes to sell positions
**// please include all other calculation like spread, commissions, swap
-initial lot size : xx // starting lot when ea open positions
-lot multiplier : xx // ea will multiply the lot for next open positions . input 0 to disable
-pips difference : xx // the length between each open positions in points
-pips difference multiplier : xx // the length value will be multiply on each open positions . input 0 to disable .
// example. if pips diff = 100 and pips diff multiplier = 2 . ea open 1st sell position at 1.10000. then the 2nd sell position will be open at 1.10100, 3rd sell position is at 1.10200. 4th sell position is at 1.10400, then 1.10800
// example. if pips diff = 100 and pips diff multiplier = 0 . ea open 1st sell position at 1.10000. then the 2nd sell position will be open at 1.10100, 3rd sell position is at 1.10200. 4th sell position is at 1.10300, then 1.10400
// lot multiplier and pips difference ,ultiplier must support from 1 to any amount including for example 1.05, 1.15 , 1.16 , 2.1 and so on
-max spread : xx // ea will not open position if spread value is more than the input in the setting
-close all buy and sell positions if drawdown exceed % : xx // if total drawdown exceed the input setting, ea will close all open buy and sell positions. ea will pause trading ( ea will not open new positions) until cooldown time ends
-cooldown time : xx // value in minutes. ea will open new buy and sell positions when cooldown time ends.
-session panel : true/false // if true, ea will load display panel of sessions on the chart ( top area). it will show the sessions of sydney,tokyo,london,newyork on the chart
Display panel
// display panel can be moveable drag and drop in the chart
// output in the panel. i will send you 2 ea with display panel. so you can just copy the codes from the 2 ea and merge it here
Commandes similaires
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
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 () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs