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
644
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
(2671)
Proyectos
3404
68%
Arbitraje
77
48% / 14%
Caducado
342
10%
Libre
Ha publicado: 1 ejemplo
Solicitudes similares
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. ​Core Logic: ​Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). ​Dynamic TP: Total basket TP must update instantly upon new order
I need a custom MT5 Expert Advisor for XAUUSD (Gold). Trade Mode: - Sell Only. Entry Logic: - Open first Sell with 0.01 lot. - Every 3.00 price movement against the position (example 4000 -> 4003 -> 4006 -> 4009), open a new Sell. - Lot sequence must increase linearly: 0.01, 0.02, 0.03, 0.04, 0.05, 0.06... No Martingale. Closing Logic: - Do NOT close the whole basket. - Close only one profitable trade together with
We're seeking a talented Graphic Designer for upcoming remote projects. Responsibilities include: - Logo design - Social media graphics - Flyers and brochures - Business card design - Marketing materials Applicants should provide a portfolio showcasing their previous work
We are hiring skilled translators to work on various translation projects. We're looking for professionals who are: - Detail-oriented - Reliable - Experienced in document translation - Able to meet deadlines If you're interested, send your proposal, language pair(s), and previous work for review
We're expanding our network of remote translators for upcoming projects involving business, technical, and general documents. Requirements: - Native or near-native proficiency in the target language - Excellent communication skills - Commitment to quality and deadlines Apply by submitting your proposal, language pair(s), and relevant experience
┌─────────────┐ │ SMC ROBOT │ │ v2.0 │ └─────────────┘ [ANTENNA] │ ╔════════╧════════╗ ║ HEAD UNIT ║ ║ ┌───────────┐ ║ ║ │ ◉ ◉ │ ║ ← Optical Sensors ║ └───────────┘ ║ ╚════════╤════════╝ │ ╔════════╧════════╗ ║ TORSO ║ ║ ┌───────────┐ ║ ║ │ SMC CORE │ ║ ← Processing Unit ║ │ ARM V9 │ ║ ║ └───────────┘ ║ ║ [||||||||||] ║ ← Power Indicator ╚═══╤═══════╤════╝ │ │ ┌───┘ └───┐
I already have the source code of an MT5 Expert Advisor. The EA is about 70% complete. I need someone to modify and complete it. Requirements: • Manage EURUSD only. • Manage manual trades only (Magic Number = 0). • Support unlimited manual positions simultaneously. • Automatically add a 10-pip Stop Loss if a position has no Stop Loss. • Automatically add a 10-pip Take Profit if a position has no Take Profit. • Do not
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. ​ Core Logic: ​ Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). ​ Dynamic TP: Total basket TP must update instantly upon new order
I am currently using the attached Arbitrage MACD indicator. However, there are no signal alerts associated with this indicator. I would like to receive notifications on my android device the bar after a blue long arrow appears and the bar after a red short arrow appears. This is the current code: //+------------+-----------------------------------------------------+ //| v.22.04.07 | ArrZZx2.mq4 |
NT8 to mt6 trade copier 150 - 250 USD
I just copy and past what i need Features Opening and closing orders at market and limit price Copy Take Profit / Stop loss orders Trades are manually by using the "Chart Trader Feature" within NT8-Charts or separate Window. Advanced symbol and Lot mapping Blazing fast – copy as fast as 10 ms Copy multiple symbols in parallel In the Case that the connection between NT8 and MT5 is lost, including a solution to

Información sobre el proyecto

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