I am looking for an EA in MQL5 that trades both sides of a range breakout and places a hedge order. Fairly straightforward!
Here is a specification:
Trading Strategy Specification: Range Breakout
Platform: Metatrader 5, Forex brokers
Default Chart: EURUSD, 5m chart
Quick overview
The strategy looks for an established range in the morning session and then trades breakouts above or below that range, by opening either a long trade above the range or a short trade below the range. Take-profit and stop-loss targets are immediately set. If one order has been hit, the other order is immediately terminated. If a trade ends in stop-loss, a hedge trade is opened immediately afterwards
Description of Algorithm
Input Parameters
| Name | data type | default value |
| starttime | time | 7:00am UTC+1 |
| endtime | time | 9:00am UTC+1 |
| minimumrange | number | 10 pips |
| maximumrange | number | 150 pips |
| entrybuffer | number | 5% |
| exitbuffer | number | 2% |
| riskrewardratio | number | 2 |
| tradevolume | number | 0.05 lots |
| hedgerangedivider | number | 3 |
| hedgevolumemultiplier | number | 4 |
| endtime | time | 8:00pm UTC+1 |
Step 1: Establish range in the morning session
Record the highest and the lowest encountered price in the time interval between start time and end time in two variables and calculate the resulting range. Also apply a minimum and maximum range.
High = highest price encountered in interal between starttime and endtime
Low = lowest price encountered in interval between starttime and endtime
Range = High - Low
if Range is higher than maximum range, then set Range = maximumrange
if Range is lower than minimum range, then set Range = minimumrange
Step 2: Trade Entries
Calculate the entry prices by using the range, and a buffer. Set the orders immediately after the time interval of step 1 is over. First, calculate price levels:
bufferrangeentry = range * (1+entrybuffer)
bufferrangeexit = range * (1+exitbuffer)
rangedivider = range / riskrewardratio
Place two pending stop orders with the following parameters:
1) Short Order
Direction: short
Entry Price: Low - bufferrangeentry
stop loss: High + bufferrangeexit
take profit: Entry - rangedivider
2) Long Order:
Direction: long
Entry: High + bufferrangeentry
Set stop loss: Low - bufferrangeexit
Set take profit: Entry + rangedivider
If one of the orders is hit, delete the other open order.
Step 3: Hedge Orders
If a stop loss has been hit, on the first opened position, we try to re-coup our losses with a hedge. Therefore a hedge order is placed at the stop-loss of the first opened order. Calculate the range of the hedge:
hedgerange = Range / hedgerangedivider
Place Long Hedge Order if 1st opened position was a short:
Direction: Long
Entry: 1st order stop loss price, immediately after
Stop loss: 1st order entry price
Take Profit: entry + hedgerange
OR
Place Short Hedge Order if 1st opened position was a long:
Direction: Short
Entry: 1st order stop loss price
Set Stop loss: 1st order entry price
set Take Profit: entry - hedgerange
Step 4: Close at market price at a time at the end of the day
Close all orders and positions at the given time in the endtime parameter
Ähnliche Aufträge
have the Beatrix Inventor Expert Advisor (EA) that was profitable in the past but has been losing money recently. I need an experienced EA developer/optimizer to study the trade history (especially Stop Loss hits, drawdown periods, SL/TP behavior, win/loss ratio, etc.) and recommend + implement specific tweaks so it becomes consistently profitable again. Your job: 1. Deep analysis of why the EA is no longer
want to develop a trading robot (EA) for MetaTrader 5 based on 10 specific rules. The robot should include a professional interface to control all settings, including: Fixed lot size (0.50), Stop Loss (10 USD), RSI indicators for entry/exit, News filter, Trailing stop, and daily profit targets. I have the full logic ready to discuss with the developer. Please ensure high-quality code and testing
I am writing to provide you with comprehensive feedback on the Expert Advisor I have been developing. Below is a complete overview of its features, followed by some important observations about functionalities that need attention. --- ✅ PART 1: CURRENT FEATURES OF THE EA (WHAT IT CONTAINS) 1. Multi-API AI Integration · Supports 10+ API providers: OpenAI (ChatGPT), Anthropic (Claude), Google (Gemini), X.AI (Grok)
Società di investimento con attività tra Sanremo e Monaco ricerca un giovane collaboratore con esperienza nell’utilizzo avanzato di MetaTrader 5. Attività: Il collaboratore si occuperà di: • eseguire backtest di strategie di trading su MT5 • effettuare ottimizzazioni parametri tramite Strategy Tester • analizzare risultati e robustezza delle strategie • eseguire forward test • preparare report di test e analisi. Gli
حلل لي اصل مالي ) اكتب هنا مثلا XAU EUR USD USD اريد تحليلا تعليما و ليس توصية مالية ۱- نوع التحليل المطلوب : ( فني / اساسي / سلوك سعري ) ٢ - المدي الزمني : ( قصير / متوسط / طويل ) M15 / H1 / H4 / ) اذكر الفريمات المطلوبه + (D1 ما اريد استخراجه من التحليل : الاتجاه العام اقوي مستويات دعم و مقاومة رقمية سيناريو صعود و سيناريو هبوط مع شروط كل سيناريو ( IF / THEN ) اين يصبح السيناريو لاغيا مناطق دخول و خروج تعليمية (
I need modifications to an existing MT5 Expert Advisor. Modification 1 EA must be able to run on indices as well as forex , specifically: SP500 US100 US30 No other changes to the current logic Modification 2 Other alterations/notes: Opening breakout range option for 15min or 30 min from session start. 5 min fair value gap (FVG) break outside of the range (instead of 1 min). At least one of the candles must be within
I am looking for an experienced quantitative developer to analyze and optimize an MT5 Expert Advisor that I have already developed. The EA is relatively complex and includes: Multiple strategies (Trend Pullback, Breakout, Mean Reversion, EMA Reclaim) Scoring system combining technical score and probabilistic filter Regime detection (ADX based) Volatility filters (ATR regime) Correlation and cluster exposure control
Until zone detection is coded , you will be from that point . Trailing Stop Optimization for live chart . Apply with Specific Currency Support . Clean Code . Zone Upper Limit and Lower Limit . Apply with careful understanding of the project requirement
hello, please take a moment to review my project. It is for Quanttower. it is very detailed in the instructions. Thank you, Just let me know if you can do it and the whats the cost and timeframe
Need a developer to help with a exe file and provide the source code, if you can do this please kidnly apply and tell me what you need to get this started