Convert TradingView indicator to MT5 + add engulfing-candle strategy for a trading bot

Job finished

Execution time 17 minutes
Feedback from customer
He is great at coding, responsive and nice

Specification

I need an experienced MQL5 developer who is also experienced in pinescript of tradingview to:

  1. Recreate my TradingView indicator in MT5 (non-repainting), with the same signals and values.

  2. Build an MT5 trading bot that trades those signals with a simple price-action filter (liquidity sweep + engulfing candle during the london kill zone) and basic risk management.

Indicator concept (full tradingview code will be provided)
• The indicator compares the percentage move of the current chart symbol against a user-selected reference symbols over a lookback window.
• It then takes the difference (spread change), rescales it to a −100…+100 range over a rescaling window, optionally smooths it, and prints buy/sell signals when extreme thresholds are crossed.
• In TradingView this is signal-only (with visual labels and alerts). I want the same behavior in MT5: one indicator that plots the normalized line (or at least exposes buffers) and raises buy/sell markers at the same bars as TradingView.

Key requirements

• One MT5 Strategy/EA (.mq5) that:
– Uses the converted indicator along side sessions like Asian Session, london session and trade only when an additional price-action filter passes (see Strategy logic below).
– Implements simple inputs for risk, stops, targets,BE and trade management.

Price Action Strategy
First we use london opening compared to the asian session range to determine the bias for the day.
Once we have got the bias, we wait for asia low/high to be swept
After asia has been swept, we wait for the indicator to give a buy signal if the day bias is buy or a sell signal if the day bias is sell. 
Once the signal (which paints an amount of candles red for sell or green for buy) appears, we wait for the low/high of the painted candle to be swept
After its swepts, we enter the first engulfing candle( which can also be the candle that swepth the painted candle), the second or the third only. We can enter other engulfing candles only if the candle the engulf shares range with the sweeping candle. 

WE CAN GET ON ZOOM TO EXPLAIN MORE ABOUT THE STRATEGY. THE TECHNICAL PART IS SIMPLE AND CAN BE EXPLAINED EASILY ON ZOOM. THANK YOU

Responded

1
Developer 1
Rating
(169)
Projects
180
46%
Arbitration
3
33% / 33%
Overdue
1
1%
Working
1
Developer 1
Rating
(16)
Projects
35
23%
Arbitration
4
0% / 50%
Overdue
2
6%
Working
2
Developer 2
Rating
(4)
Projects
8
0%
Arbitration
3
33% / 67%
Overdue
4
50%
Free
2
Developer 2
Rating
(10)
Projects
14
43%
Arbitration
0
Overdue
3
21%
Free
3
Developer 3
Rating
(12)
Projects
13
31%
Arbitration
3
0% / 100%
Overdue
0
Free
Published: 1 article
3
Developer 3
Rating
(17)
Projects
21
14%
Arbitration
8
38% / 38%
Overdue
3
14%
Loaded
4
Developer 4
Rating
(3)
Projects
6
17%
Arbitration
0
Overdue
1
17%
Free
Published: 3 codes
5
Developer 5
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
6
Developer 6
Rating
(298)
Projects
478
40%
Arbitration
105
40% / 24%
Overdue
82
17%
Loaded
Published: 2 codes
Similar orders
Jona copilot v12 30 - 40 USD
Hi, I'm interested in ordering an MT4 trading bot. Before we begin, could you please send me the technical specifications and requirements you'll need? Specifically, I'd like to know: - The trading strategy the bot will use. - The currency pairs or instruments it will trade. - The timeframes it supports. - Risk management features (lot sizing, stop loss, take profit, trailing stop, maximum drawdown). - Whether it
Hello, I want this project to be a complete redesign, not just an update. My goal is to build an institutional-grade TradingView indicator that is extremely accurate, stable, fast, and completely non-repainting. You are free to modify, delete, replace, or completely rewrite any part of the code if it improves the final result. I don't care about preserving the current code or appearance—I only care about building the
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0
Hola, traders e inversores: Desarrollamos soluciones de trading algorítmico para MetaTrader 4 y MetaTrader 5. Creamos bots, indicadores y herramientas a medida que convierten estrategias manuales en sistemas automáticos, configurables y orientados a una gestión de riesgo sólida. Hemos trabajado en automatizaciones que integran entradas y salidas por reglas, cálculo de lotaje, control de drawdown, filtros de horario y
Hello, I need a custom Expert Advisor for MetaTrader 5. I am trading from mobile only. **Account & Style:** - Capital: $5,000 - $10,000 - Risk: Moderate/Balanced - Trading Style: Scalping **Pairs & Timeframe:** - Symbols: EURUSD and XAUUSD - Timeframe: M5 **Strategy:** - BUY: RSI(14) < 30 AND Price > 20 EMA - SELL: RSI(14) > 70 AND Price < 20 EMA - Only 1 trade per symbol at a time - No Martingale / No Grid **Risk
> "I am looking for a reliable and profitable Expert Advisor (EA) or trading robot for MetaTrader. The EA should have a proven track record, good risk management, and stable performance in live market conditions. Please share the name of the EA, a brief explanation of how its strategy works, and any relevant performance statistics or backtest reports to help me evaluate it."
We are seeking an experienced MQL4/MQL5 programmer to develop a high-performance, fully automated Expert Advisor (EA). The bot must execute a sophisticated multi-currency hedging strategy across correlated forex pairs. Key Responsibilities Develop Multi-Currency Logic : Build an EA capable of scanning and trading multiple currency pairs simultaneously from a single chart or setup. Implement Hedging Strategy : Code
I am looking for an experienced MetaTrader 5 expert. I already have 3 MT5 trading accounts. I need someone to: 1. Help me choose a reliable Windows VPS. 2. Connect to my VPS remotely (AnyDesk or TeamViewer). 3. Install 3 MetaTrader 5 terminals. 4. Configure: - 1 Master Account - 2 Slave Accounts 5. Install and configure a professional Trade Copier. 6. Copy all trades from the Master account to both Slave
I have an MT4 custom indicator (.ex4) that I use regularly, and I would like an identical MT5 version. Important: I do not have the source code (.mq4). I only have the compiled MT4 indicator. I am looking for an experienced MQL developer who can recreate the indicator's functionality and appearance for MT5 by analyzing its behavior. The MT5 version should match the MT4 version as closely as possible, including
Mac200 50+ USD
I need a Trend following Bot. Here we took entries by looking at two indicator which are 200 period ema and 12 26 9 MacD. Rules for entry exit are: Buy trade: When market is above 200 ema and MacD Line cross over the signal line and this cross over happened below the zero line of MacD indicator. We simply put Buy trade. Sell trade: When market is below 200 ema and MacD line crosses below the signal line and this

Project information

Budget
30 - 50 USD
Deadline
from 3 to 5 day(s)