**Project Title:**
Development of a Complex High-Performance EA for Step Index
**Project Overview:**
I need an advanced Expert Advisor (EA) for trading the Step Index on MetaTrader 5. The EA should use multiple indicators and advanced risk management techniques to enhance profitability and manage risks effectively.
**Trading Strategy Details:**
Indicators:
- 50-period EMA
- 200-period EMA
- RSI with 14 periods
- MACD (12, 26, 9)
- Bollinger Bands (20, 2)
Entry Conditions:
- Buy when all the following conditions are met:
- 50-period EMA is above the 200-period EMA.
- RSI is below 30.
- MACD line crosses above the signal line.
- Price touches or is below the lower Bollinger Band.
- Sell when all the following conditions are met:
- 50-period EMA is below the 200-period EMA.
- RSI is above 70.
- MACD line crosses below the signal line.
- Price touches or is above the upper Bollinger Band.
Exit Conditions:
- Take profit based on 1.5 times ATR.
- Stop loss based on 1.0 times ATR.
- Enable trailing stop of 0.5 times ATR.
**Risk Management:**
- Position sizing: Use 2% of account balance per trade.
- Max open trades: Limit to 5.
- Max daily loss: Stop trading if 5% of account is lost in a day.
**Customization:**
- Allow adjustment of all indicator parameters (EMA periods, RSI period, MACD settings, Bollinger Bands settings).
- Allow adjustment of take profit, stop loss, trailing stop, position sizing, max open trades, and max daily loss in the EA settings.
**Backtesting and Optimization:**
- Optimize the EA for Step Index using historical data from January 2020 to December 2023.
**Technical Requirements:**
- Develop the EA for MetaTrader 5.
- Ensure compatibility with the latest version of MetaTrader 5.
- Provide source code and detailed documentation.
類似した注文
Require an EA that opens trades at preselected RSI values. The EA will then monitor the gain/loss of the open positions and close them as specified in terms of points gain/loss. Once a position closes, the action will trigger the opening of other positions as specified
Look at this chart. The ellipses that I have identified show reversals and liquidity was I am trying to find a good way to identify these areas an indicator that automatically detects the sweep and reversal Look at this chart. The ellipses that I have identified show reversals and liquidity was
Ich möchte einen professionellen Expert Advisor (EA) für MetaTrader 5 entwickeln lassen, der sich funktional am ThunderGold Scalper orientiert. Instrument: XAUUSD / GOLD Zeitrahmen: M15 Plattform: MetaTrader 5 / MQL5 Der EA soll eine eigene, nachprogrammierte Strategie verwenden und keine geschützten Quellcodes oder proprietären Dateien des Originalprodukts kopieren. Gewünschte Funktionen: automatischer Handel auf
I need a fully automated Expert Advisor (EA) written in MQL5 for MetaTrader 5. The EA must work directly inside MT5 and must NOT require TradingView, PineConnector, webhooks, or another external connector to place trades. Trading Instrument Primary symbol: XAGUSD (Silver) My broker may display the symbol as XAGUSD-ECN, so the EA should work with the broker’s available XAGUSD symbol. Main entry timeframe: 5-minute
Hi, I am looking for a profitable manual strategy for trading in forex, no bot no EA , only EA. I want to make good profit.If any one has please let me know, i will test it and if satisfied only i will make the payment. Regards
RECHERCHE DÉVELOPPEUR MQL5 — PARTENARIAT 50/50 Objectif : développer un EA de trading automatisé en 11 jours maximum pour participer à plusieurs concours de trading démo. Je recherche un développeur MQL5 expérimenté, capable de développer, tester et optimiser un EA proprement, avec une vraie maîtrise de la gestion du risque. CONCOURS VISÉS 🥇 XM — Weekly Demo Contest - Concours récurrent - Prize pool annoncé : 25 000
//+------------------------------------------------------------------+ //| XAUUSD Wolfe + SMC Quick Profit EA | //| MT5 / MQL5 | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //================================================================== // INPUTS //================================================================== //--- General
can you help me with I have an indicator that I built and I work with PickMyTrade. The entries come through the alerts I get from Trading View . Trading View needs to send an alert and PickMyTrade executes a trade at that exact same second. Now, I have a problem in Trading View with the synchronization between the alert and the signal. I have a box that I built for a trade. It needs to output the box and get an
Buying profitable EA Budget up to 1.5k (Serious offer) Specification EN I will pay 1.5k (negotiable) for an EA for existing MT4 that generates a minimum of 5% or higher a month consistently no monthly DD more than 5% on ,5k account Please send demo version with optimal settings so I can test, if it performs in a strategy tester i will also need option to forward test it in a demo account. Developer should be willing
I need an MT4 Expert Advisor (MQL4). 1. Open one Buy and one Sell trade simultaneously. 2. Adjustable lot size (default 0.01). 3. Stop Loss on both trades. 4. If one trade hits Stop Loss: - Do not open a replacement trade. - Leave the remaining trade open. 5. Optional trailing stop: - On/Off switch. - Adjustable distance. 6. When the remaining trade closes: - Open a new Buy and Sell pair. - Repeat continuously