I'm looking for a developer to work with to create an EA MT4 that automatically connects with my live MT4 account. It is based on 4 moving averages (can be sma, ema, wma, dma = "ma") and / or a Bollinger Band (settings can be defined later but need to be able to detect top, bottom and mid lines of BB).
User can be able to select an entry exit point based on a (1) candle close of a cross of a pre-defined length "ma" with another pre-defined length "ma". Or (2) candle close of a cross of a pre-defined length "ma" with a pre-defined length bollinger band "top line or mid line or bottom line".
(3) Reversable strategy: A long entry will be closed and a sell entry will be entered when cross occurs (based on candle close)
(4) check box input to be able to select only Longs enabled when above a pre-defined ma or only Shorts enabled below a pre-defined ma.
(5) The strategy must be able to be set for a particular time frame like 2min, 5min, 15min, 30min, 1hour, 4 hour, 8 hour, daily, weekly
(6) The strategy must be able to be duplicated so multiple EAs can be running at the same time by different names - so i can have a 5min Gold strategy, a 4 hour US100 strategy, a daily EURUSD strategy, a daily NVDA strategy....
(7) check box input to be able to display all the Moving averages and BB on the chart as per attached file
(8) check box input to be able set lot size
(9) check box input to be able pre-set limits and stop by pip or percentage from entry point
(10) can have a feature to only trade between certain times or auto exit by a certain time (like end of London trading time, or pre-FOMC time, or a Friday 4pm before weekend)
(11) code must be unlocked and editable by user at a later date.
(12) A customizable sound is made when a position is open/closed/reversed
(13) assist with the installation / de-bugging phase
(14) Suggest payment of 50% once a demo version is available, 75% payment once most features work, 100% payment once all points are addressed.
Later update may include
(A) A check box option to only enter trades if above or below MACD signal line or zero line
(B) Auto close 50% lot size of position if MACD crosses in opposite direction, re-open 50% lot size if trend resumes
(C) A check box option to only enter trades if above or below RSI crossing (x3 moving averages of RSI to be defined later or by RSI "x" percent)
(D) Auto close 50% lot size of position if RSI crosses in opposite direction, re-open 50% lot size if trend resumes
Benzer siparişler
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
SPECIFICA TECNICA: Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo , in grado di adattare il comportamento proprio alle diverse condizioni di mercato di XAUUSD. Lo sviluppatore può utilizzare tecniche appropriate quali trend