MT5 advisor

MQL5 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 3 días
Comentario del Ejecutor
Excellent customer
Comentario del Cliente
Extremely pleased, worked diligently on it to get it right and delivered on time. got exactly what I asked for and it works really well.

Tarea técnica

Session reversal - MUST BE in MQL5 ONLY. 

The strategy is to set up a trade at a given start time. Based on that start time candle closing. The robot will determine the CurrentTrent and then when the starting candle closes set up a position based on the trade set up rules.

Trade setup rules:

Short position – set the entry to 15 pips away from the just closed starting time candle’s Low. Stop set to the candles High plus 3 pips. Target set to input value of ProfitValue. The profit value must be a minimum of the risk in pips from the Stop to the entry.

Long position - set the entry to 15 pips away from the just closed starting time candle’s High. Stop set to the candles Low plus 3 pips. Target set to input value of ProfitValue. The profit value must be a minimum of the risk in pips from the Stop to the entry.

Lot size must be set to a percentage of the current account size in an input percentage. EG 1% of account size.

Must close all trades that are not open at the session end time. Any open trades left to play out.

EXAMPLE  --------------------------------------------------------

EG if the session start time was 15:00 BST on a 15 minutes chart then the candle would close at 15:15. Using this candle as the way to look left for setting up the trend to determine the trade position for entry. So if the “CurrentTrend” was set to 9. This would look to the previous 9 candles to determine if the trend is bearish or bullish. So 5 or more candles  bearish, 5 or more candle bullish.

If the trend is bullish, then the trade setup is to reverse therefore setting a SHORT.

If the trend is Bearish, then the trade setup is to reverse and go LONG.

Indicator to highlight the candle - For testing use an arrow to highlight each session start time candle. (red arrow or something)

-------------------------------------------

Inputs:

-          Lot size – set to a percentage of the current account size, range from 0.5%, 1% 1.5%, 2%, 2.5% up to a maximum of 5%.

-          Session start time: 24 hour time AM/ PM

-          Current trend input – must be an odd number from 3-21

-          Session end time: 24 hour time.  Eg AM / PM

-          ProfitValue In Pips:  default set to 80 pips.

------------------------------------

Conditions:

-          Maximum of trade of 1 within 23 hours per currency pair

-          Slippage of 15 pips maximum otherwise do not take the trade. This covers for any extreme news announcements.

-          Must have comments / notes in the source to help identify each of the elements lists above.

-          Must have the source files to be able to alter and re-compile if needed.


Han respondido

1
Desarrollador 1
Evaluación
(361)
Proyectos
643
26%
Arbitraje
92
72% / 14%
Caducado
12
2%
Trabaja
Ha publicado: 1 ejemplo
2
Desarrollador 2
Evaluación
(365)
Proyectos
412
36%
Arbitraje
35
26% / 57%
Caducado
63
15%
Libre
3
Desarrollador 3
Evaluación
(2640)
Proyectos
3355
67%
Arbitraje
77
48% / 14%
Caducado
342
10%
Libre
Ha publicado: 1 ejemplo
Solicitudes similares
Hello Muzaffar, I am inquiring about trading robot for my Gold trading scalping, Day trading and swing trading, could you develop this kind of trading robot, if its yes how long it will take you to deliver and how much will it cost? I would appreciate your response, Kind Regards, Ahmed
Hello developers, I’m looking for a professional trading bot that works using pending orders only (Buy Stop & Sell Stop). Main requirements: The bot must open multiple pending orders continuously. Stable execution without freezing or missing orders. Clean and professional logic suitable for real trading. Fully customizable settings (distance, lot size, TP/SL, trailing, etc.). If anyone already has a ready-made
Develop a fully automated MT5 Expert Advisor based on a multi-timeframe institutional trend-pullback strategy with: Regime filtering (H4) Execution logic (H1) ATR-based stop model Multi-stage trailing system Risk-based position sizing Portfolio-level risk protection Detailed performance logging This EA will be used for client capital (PAMM/MAM environment). Stability and risk control are higher priority than high
Hello, I have an existing MT5 Expert Advisor that works perfectly on a demo account. The strategy is profitable and executes trades correctly in demo testing. However, when I run the same EA on a live account, it takes trades but the results are not profitable. The performance is significantly different compared to demo. I am looking for an experienced MQL5 developer who can: Analyze the EA logic Identify why live
I am looking to purchase a proven scalping Expert Advisor with verified live account performance. Requirements: • Minimum 6 months live trading history • Proven profitability with controlled drawdown • Scalping strategy with Buy and Sell trades • Works on XAUUSD (Gold), MT5 preferred • Includes Stop Loss and Take Profit • Suitable for small accounts ($100) • Reasonable one time price Please share live performance
Trade Copier from MT4/ MT5 to MT4/ MT5 (local) , i am looking for some local copier where i can copy trade from meta trader 4 to meta trader 5 or meta trader 5 to meta trader 4 , looking for fast execution
I. YÊU CẦU DỰ ÁN Tôi đang tìm cách phát triển một hệ thống giao dịch tự động (Expert Advisor) được xây dựng trên nền tảng Smart Money Concepts (SMC), tích hợp Trí tuệ Nhân tạo (AI) và có cơ chế quản lý vốn tiên tiến. EA (Expert Advisor) phải được tối ưu hóa cho cả thị trường biến động mạnh như Vàng (XAUUSD) cũng như các thị trường ổn định, có xu hướng như EURUSD. Nó phải thân thiện với người mới bắt đầu nhưng cũng đủ
Hello, I want a grid trading bot for the Gate.io crypto exchange. I currently have a working grid bot written in MQL5, and I want a similar bot implemented in Python. The MQL5 bot can be translated, but the codebase is large and it was not designed to be easily ported to Python. Therefore, I prefer that the final Python bot preserves the same core grid logic, but is implemented cleanly in Python rather than doing a
Chancefxbot1 400 - 600 USD
– MA20/30/50 Alignment + MA50 Slope + Swing SL + Step Trail + News Filter Symbol: XAUUSD Timeframe: M5 Language: MQL5 Trading: 24/5 (no session filter) 1) Indicators (Inputs) MA20, MA30, MA50 MA type selectable: EMA or SMA Applied to Close Inputs: MA periods and MA method 2) Entry Rules (Alignment + Slope) BUY: MA20 > MA30 > MA50 MA50 slope filter passes: Slope = MA50(current) − MA50(10 candles ago) Require slope ≥
I need an MT5 Expert Advisor for manual trading execution with precise risk-in-money control and automatic position splitting. FUNCTIONAL REQUIREMENTS: 1. Input: Total risk per trade in money (USD). 2. Input: Stop Loss in points/pips (or read from chart SL line). 3. EA must calculate position size based on total risk and SL distance. 4. EA must detect broker maximum lot size per position. 5. If calculated lot size

Información sobre el proyecto

Presupuesto
30+ USD
Plazo límite de ejecución
a 2 día(s)