This proposal seeks to develop an MT5 EA that Uses Moving Averages, RSI & ATR Indicators to Enter and Exit Trades.
This will involve two strategies, and each can be run independently of the other or run together.
1) Martingale will be used in one of the strategy
2) Dynamic lot sizing will be implemented in both strategies
3) Trailing stop loss using the ATR or fixed points will be an option to close trades in one of the strategy. So you need to know how to integrate this
4) The overarching principle for both strategies will involve use of multiple moving averages on different timeframes
5) Multiple forex, stock, crypto, commodities, etc pairs will traded simultaneously based on user's input
6) News Filter will be a key feature of the EA
7) 3 Different trading sessions per day will be presented as an option
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) It will include different means of take profit
11) Tick data or candle close price will be used when entering trades. The two options will be present in the EA
12) Ability to select trading days, It could be the 7 days of the week.
13) A very robust dashboard that can be dragged and dropped in location of interest, and that can be resized. Also the ability to select what will be shown on the dashboard
14) The EA will do both sell and buy
15) Note that at a minimum, there will be 3 moving average indicators to be used for trading. The MAs could be EMA or SMA. The option should be in the EA
16) Many other things that will be specified in the detailed document that will be shared with shortlisted candidates,
17) The EA is slightly complex, hence it will require someone with considerable experience especially with complex EAs
The detailed strategy proposal in a pdf format will be shared with the shortlisted candidate.
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 very obvious reasons.
Developers that speak and write fluent English would be appreciated.
You can share some of the complex jobs you have done to make my decision easier. and faster
Thank you!.
Ähnliche Aufträge
Platform: MT5 (MQL5) OVERVIEW: I need a custom MT5 indicator that generates only high-probability A+ buy and sell signals. The indicator should combine market structure, support/resistance, liquidity sweeps, candlestick confirmations, session filtering, and Fibonacci retracement logic. FEATURES REQUIRED: SUPPORT & RESISTANCE Automatically detect and draw support and resistance levels. Levels should update
Title Professional AI Automation Trading Bot for Forex & Crypto Solution Language Python (preferred) or MQL5 depending on integration requirements. Categories Expert Advisor (EA) for MetaTrader 5 Automated trading strategies AI/ML-based signal generation Risk management automation Required Skills Strong knowledge of MQL5/Python Experience with MetaTrader API integration Machine learning model deployment
i want a developer to build me a robot according to mt style i want an engine which is going to trade gold with small accounts, i want it to be perfect or any developer who has that existing robot we can negoiate the price
Hi, I am looking for an experienced MQL5 developer to modify an existing, fully functional MetaTrader 5 Expert Advisor (Source code .mq5 Version 2.62 will be provided). Brief Overview of the EA: It executes trades based on 4 custom Supply/Demand levels (R1, R2, S1, S2) which are inputted manually . It uses two custom indicators for confirmation: SPA (Price Action filter) and AMG (Volume/Momentum filter). The code
Description: I am looking for an experienced MQL5 developer to build a fully automated Expert Advisor (EA) for MT5 tailored for Prop Firm challenges and funded accounts. I need a robust, plug-and-play solution with rigorous risk controls. Key Requirements: Platform: MT5 Trading Logic: I am looking for a reliable strategy based either on a Breakout Strategy (e.g., London session breakout) or a Mean Reversion Strategy
I would like a trend and pullback strategy for the robot timeframe:15 minutes(m15) or 1 hour(h1) indicators:50 EMA (Exponential Moving Average)/200 EMA/RSI (14) BUY SET UP 1.Confirm The Trend .50 EMA must be above 200 EMA .Price must be above both EMAs 2.Wait for a pullback .Do not buy when the price shoots up. .Wait for the price to come back near the 50 EMA 3.Confirm entry .ENTER BUY WHEN: .A bullish candlestick
//+------------------------------------------------------------------+ //| Simple XAUUSD EA | //+------------------------------------------------------------------+ input double LotSize = 0.01; input int StopLoss = 500; // in points input int TakeProfit = 1000; // in points input int MAPeriod = 20; int maHandle; int OnInit() { maHandle = iMA(_Symbol, PERIOD_H1, MAPeriod, 0, MODE_SMA
### ** Main EA File** - `InstitutionalTrendPullbackScalper.mq5` **Core Features Implemented:** **Multi-Timeframe Analysis** - M15 trend filter (EMA20 > EMA50 for uptrends) - M5 entry signals with 5-condition confirmation - Independent indicator sets for both symbols **Advanced Entry Logic** - RSI reversal detection (crosses thresholds) - Price pullback zone validation - Bullish/bearish candle close confirmation -
i want a trading bot that take trade auto and make 5% profit daily and stop with in 24 hours not more then that at least the bot give me more then 2% not less then that like a ai agent if it make any loss that agent have to take care of it i need only 5 % profit
I need an Ai trading bot for Binance and BTC on MT5 that also uses order flow data. It should also make use of TSI- Temporal indicator sampling and also it should make use of fundamental analysis in the process of signal generation