Job Title: Expert Pine Script → MQL5 Conversion (Exact Strategy Replication Required)
Project Overview
I am looking for a highly experienced MQL5 developer to convert my TradingView Pine Script strategy into a MetaTrader 5 Expert Advisor (EA).
This must be a 100% exact conversion of the strategy logic. The goal is to have matching trading behaviour and nearly identical backtest results between TradingView and MT5 when using the same symbol, timeframe, and historical data.
If you do not have real experience converting Pine Script strategies to MQL5, please do not apply.
Core Requirements
The developer must:
• Convert the full Pine Script strategy from TradingView into MQL5 for MetaTrader 5
• Replicate all strategy logic exactly including:
No logic may be simplified, replaced, or approximated.
The EA must behave the same as the TradingView strategy.
Backtesting Accuracy (Very Important)
The converted EA must produce nearly identical results to the TradingView backtest.
This means:
• Same trade entries
• Same trade exits
• Same number of trades
• Same signal timing (as closely as technically possible)
Testing will be performed on:
If results do not match closely, revisions will be required.
EA Panel / Dashboard
The EA must include a professional on-chart information panel, similar to the example screenshot provided.
The panel should display information such as:
• Account balance
• Current profit / loss
• Drawdown
• Number of active trades
• Spread information
• EA status (ON/OFF)
• Buy/Sell activity status
The interface should be clean, lightweight, and professional, without affecting EA performance.
Developer Qualifications (Strict Requirements)
Only apply if you:
• Have proven experience with MQL5 EA development
• Have converted TradingView Pine Script strategies to MT5 before
• Understand differences between TradingView and MT5 backtesting
• Write clean, well-structured MQL5 code
• Can deliver accurate strategy replication
When Applying
You must include:
-
Examples of previous Pine Script → MQL5 conversions
-
Your estimated delivery time
-
Confirmation that you can replicate the strategy logic exactly
-
Your approach to ensuring TradingView and MT5 results match
Applications without relevant experience or examples will not be considered.
Important
This project requires precision and attention to detail.
Incomplete conversions or simplified implementations will not be accepted.
If the work is delivered successfully, there is potential for future EA development projects.
Ordini simili
Project Overview I have an existing MT5 Expert Advisor (EA) written in MQL5. The source code ( .mq5 ) will be provided. The underlying strategy is a trend-following system that performs well during trending market conditions, but requires professional quantitative research to improve its ability to identify and avoid highly sideways/range-bound market conditions. The objective of this project is not to build a new EA
I am looking for an experienced MQL5 Expert Advisor (EA) developer to analyze an existing trading setup and develop a similar automated trading robot. Project Overview I have access to a demo trading account where trades are being executed automatically. The trading results look very promising, but I do not know exactly what strategy, logic, indicators, or trade-management rules are being used. I will provide access
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
Modification of existing ea …. Add ema filter, add risk percentage per trade, and modify the pips per day filter. I already have the ea code I just need these things added and modifified
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it
Title: Simple background trading bot for my Oanda account (v20 REST API) Overview Hi, I need a simple, lightweight event based standalone trading bot that connects directly to my Oanda account using broker’s standard REST API (V20 account) via VPS The bot just needs to look at group of 5 currency pairs (manually selectable and adjustable) in different 4 baskets, do some basic percentage math every period, and place
📄 وثيقة المواصفات الفنية لروبوت التداول (MQL5 EA Specification) 📌 1. ملخص المشروع والهدف * اسم المشروع: Gold Cent Grid-Hedge EA * المنصة: MetaTrader 5 (MQL5) * أداة التداول: الذهب (XAUUSD) * نوع الحساب: حساب سنت (Cent Account) * فكرة الاستراتيجية: تداول شبكة هيدج متوازنة (Grid-Hedging) تفتح صفقات تعزيز كل مسافة محددة، وتغلق الطرف الأكثر ربحاً عند تحقيق هدف مالّي مجمع بالدولار/السنت لإعادة هيكلة التوازن. ⚙️ 2
I need a developer who also understands trading. I have a Telegram copy-trading bot that reads signals from a Telegram channel via a Python script and converts them into trading orders. I want to create a program that analyzes Gold (XAUUSD) charts specifically and sends signals in this exact format: #XAUUSD BUY 4324-4321 TP 4327 TP 4330 TP 4334 TP 4339 TP 4344 TP 4354 TP 4364 SL 4311 If the # symbol is missing at the
Hi developer I want to convert my mt4 EA to mt5 EA . I have a mt4 ea with source code. i want developer to copy same mt4 code and create mt5 EA