Order Block EA using limit orders

MQL4 エキスパート

仕事が完了した

実行時間2 日
依頼者からのフィードバック
Great Job!
開発者からのフィードバック
Very nice customer! Thank you!

指定

Description.

Order block EA will work by determining order blocks when a break of structure occurs. When a break of structure to either side is noticed, the EA will set a limit order, using the last contrary candle as it’s point to be set.

The limit order will be set the top or bottom of the last contrary candle (Which ever is closest to current price), but must be set at the top / bottom of the wick and not the body.

Price does not need to be consolidating to identify the break of structure, just a clear break of any high / low points on the applied timeframe.

In addition to breaking structure, there needs to be an option to how many candles of the same colour need to close in order to verify that break of structure. For example, 1 will mean any 1 single candle that closes above / below the previous high / low, the EA will then set a limit order on the previous contrary candle wick. Another example of this, If set to 3 and on the 5 min timeframe, and there is a bullish move and the upside and price makes new highs, in order to verify this, during that move to the upside there needs to be 3 green 5 min candles close one after the other, if so, it will then set the Limit Order on the very top of the wick of the previous red candle.

It also needs to be able to trade between certain times of the day to isolate to specific trading sessions. When this time is up, all unopened limit orders must close. If left on default (00:00) the EA should trade 24/7.

EA should apply the rules to what ever timeframe it is set on.


There must be options on the interface of the EA to change the following;

Magic Number: (Insert magic number)

BOS candle number: (Insert number of bull / bear candles need to close in a row to verify the BOS)

Lots: (Insert the lot size for the trades)

SL: (Insert value in pips)

TP: (Insert value in pips)

Trade between: (Insert start time for EA to trade) / (Insert time for EA to stop trading & all unopened limit orders closed) Left at 00:00 on both means it trades 24 hours a day.

Sell orders: (If True it opens sell orders for the given strategy)

Buy orders: (If True it opens buys orders for the given strategy)

Break even: (Number of pips the price must reach for SL to be placed to BE, 0 = no affect)

Trailing Stop: (Insert number of pips price must reach to activate, 0 = no affect)

Trailing Step: (Insert value pips for the gap between price & new SL when trailing stop is met, 0 = no affect)

Spread: (Insert Max spread in pips the EA will allow the trade to be placed, to help avoid large spreads 0 = no affect)

Max number of trades: (Insert value of limit orders / active trades the EA will have open at any one time, if limit reached no more orders open 0 = no affect)


Options I would like, but not necessary if they are too difficult.

SL %: (Insert value % you would like to risk v equity, this would use the SL provided, and work out how many lots you would need to risk x% as per your total equity)

Hard SL: (Insert value of % of equity lost on before EA becomes inactive & closes all open limit orders or active trades)

 

Please make sure you read this in full before applying for the job please. I have attached some screen shots to help explain how this strategy will look and work.

 

 


応答済み

1
開発者 1
評価
(13)
プロジェクト
18
11%
仲裁
6
33% / 67%
期限切れ
1
6%
パブリッシュした人: 1 code
2
開発者 2
評価
(202)
プロジェクト
263
22%
仲裁
23
52% / 17%
期限切れ
0
取り込み中
類似した注文
Hello dear all developers, I will find here python programmers? I would like to create an Expert Advisor, if you can you can convert, because I already have Expert Advisor written in mql5 or maybe you will create a bridge? it's up to you, but I need 1:1 copy
Hello! I am searching a professional programmer for regular works. I don't care if you have 1 projects done or 1000, show me your skills. I need to create an EA based on Zig Zag indicator and candlestick patterns, EA must works on all time frames, source of code required
My EA have bug 30+ USD
Expert Advisor have a bug, I tried to fix it somehow with searching on google, but I couldn't fix find a solution. Please fix it, I will send you erorr type, what line etc. Only serious programmers, not amateur please. My time is precious
//+------------------------------------------------------------------+ //| DX_Structure_H1.mq5 | //| Copyright 2026, Seu Nome | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2026" #property link " https://www.mql5.com " #property version "1.00" #property strict // Parâmetros de Entrada input string InpSymbol = "DX.F"; // Nome do Ativo
{ "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 All, can someone help me to make an EA base on MACD, https://www.mql5.com/en/code/14669 and RSI. If you are able to make this than please get me in touch, i will appreciated Thanks and best Regards Kodj007
EA 45 - 205 USD
If EMA20 > EMA50 AND RSI > 55 AND No Open Position THEN Buy SL = 50 pips TP = 100 pips If Profit > 30 pips Move SL to Break Even If Profit > 50 pips Enable Trailing Stop
I am looking for an experienced MQL5 developer to modify an existing Expert Advisor by adding an automated hedging module. The existing EA is fully functional and already manages trade entries and exits. The objective of this enhancement is to introduce a risk management feature that automatically opens a hedge position when an existing trade reaches a predefined unrealized loss in USD. The hedge should remain active
automatic robo sell at bollinger band upwards breach and rsi should above 80 and buy when bollinger breach downwards and rsi is below 30, rsi shoould works only on Gold trade and none ofhe trades

プロジェクト情報

予算
30+ USD