This proposal seeks to develop an MT5 EA that Uses Moving Averages and RSI to Enter trades, and normal stop loss/trailing stop to exit/close trades.
1) This EA is a grid martingale EA.
2) Dynamic lot sizing (compounding) will be implemented in the EA
3) Trailing stop loss will be an option to close trades in one of the strategies.
4) The overarching principle for both strategies will involve use of multiple moving averages on different timeframes
5) EA should be able to trade forex, stock, crypto, commodities, indices, etc
6) News Filter will be a key feature of the EA, though the EA should also be able to trade during news events
7) There is a trade recovery feature.
8) Different conditions of how to close trades at end of trading session and before news event
9) Source code will be needed along with the EA
10) The EA It will include different means of take profit including trailing stop
11) Ability to select trading days, which could be the 7 days of the week.
13) A very robust dashboard that can be resized as per the specified settings.
14) The EA will do both sell and buy
15) Note that there will be moving average indicators on up to 5 timeframes that will be used for trading. The MAs could be EMA or SMA. The option will be in the EA.
16) Many other things are specified in the detailed document that will be shared with shortlisted candidates.
Please if you are responding to this job post, do well to provide details or evidence of some of the jobs you have worked on in the past. It will help me easily and quickly choose the best candidate.
Also note that amount and time duration quoted in this job posting are placeholders. These will be changed to reflect the agreed final price and duration after the shortlisted candidates have gone through the proposal. Kindly note that whatever duration you are proposing for the job (if you happen to be shortlisted) should include 3 – 7 days for me to test the EA.
The detailed strategy proposal will be shared with the shortlisted candidates.
I am willing to clarify any point that is not clear after you may have gone through the proposal
Please note that I will be biased towards developers that have no or minimal jobs in arbitration, for obvious reasons.
Developers that speak and write fluent English would be appreciated.
Ähnliche Aufträge
profitable EAs wanted with at least 3 to 5 years backtest. you be submit your proofs such as graphic results, backtesting results, and your demo or weekly the eas has traded
Date:29.08.2026 **TECHNICAL SPECIFICATIONS** PDF Attached for reference rest all details given below. Required: Creation, Integration and successful execution of trading algo/robot in MT5 using MT5 VPS. Brokers: Trades to be executed in both brokers Swissquote and Pepperstone. Symbols: All available in MT5. ** Common parameters for all executions: · Manual Start/Stop. · Session time (defined / always
I need an Expert Advisor called ZONDII Scalpers for MT5 (MQL5). Timeframe: M5 Pairs: XAUUSD / EURUSD BUY when: Price > EMA200 and EMA50 crosses above EMA200 and RSI(14) > 50 SELL when: Price < EMA200 and EMA50 crosses below EMA200 and RSI(14) < 50 Risk: Fixed lot 0.01, SL 300 points, TP 600 points, Trailing start 200 points / step 100 points. Filter: Max spread 30 points. Only 1 trade at a time. Inputs must be
Please do not offer to code this order unless you are able to use clean code and delivery the EA on time, All settings are to be changeable in the “input” window on the EA and I would also like to enable/disable them (True/False) individually, trades are only to be entered once all the enabled conditions are met at the close of the current candle. Trading days & times: I would like to select the days and times of
I am looking for a professional MT5 EA developer to build a high-performance trading bot specifically for XAUUSD (Gold). My target is approximately 200% return within 3 months, while keeping the drawdown and risk as controlled as reasonably possible. Requirements: MT5 Expert Advisor (EA) XAUUSD only Fully automated trading Clear risk management Stop Loss and Take Profit on trades No martingale or grid strategy unless
Hello, I’m looking for an experienced MT5 developer to build a professional Expert Advisor (EA) for trading Gold (XAUUSD). My requirements: Platform: MT5 Instrument: XAUUSD (Gold) Fully automatic trading Both BUY and SELL trades Adjustable lot size Stop Loss and Take Profit Trailing Stop / Break Even Daily maximum loss limit Maximum drawdown protection Maximum number of open trades Trading hours/session filter Spread
Develop an Expert Advisor trading trend reversals. Reversal signals will be generated based on Price Action patterns. Trend will be determined based on ADX, Alligator and MACD, while the indicator selection should be available in the EA's input parameters
I am looking for a professional MQL5 developer to create a custom trading robot for MetaTrader 5. The Expert Advisor must operate strictly on H4 and D1 timeframes with a Moving Average crossover entry signal. It should open a total position of 0.02 lots split into two orders of 0.01 lots. It must include an initial ATR-based stop loss, an automatic break-even function, a custom pairs filter input (Symbols), a news
//+------------------------------------------------------------------+ //| XAUUSD_SMART_EA_V2.mq5 | //| BOS + Liquidity Sweep + FVG + EMA + ATR | //+------------------------------------------------------------------+ #property strict #property version "2.00" #include <Trade/Trade.mqh> CTrade trade; //================================================================== // INPUTS
1. PROJECT OVERVIEW Development of a custom automated and manual trading bot for NinjaTrader 8, primarily designed for Nasdaq Futures (NQ/MNQ). The bot will contain the original trading strategy, configurable risk management, automatic and manual operating modes, alerts, profit/loss management, partial profit taking, Break Even, backtesting functionality, and the additional configurable contract-averaging system