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
評価
(187)
プロジェクト
243
20%
仲裁
22
50% / 18%
期限切れ
0
仕事中
類似した注文
Gold_m1_ob_bot. 30+ USD
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #
I have existing compiled indicator and script files (EX4) and would like to have them recreated in both MQL4. ⚠️ Important: This project is NOT for decompiling or reverse engineering. Instead, the goal is to: Analyze the behavior and output of the provided files Recreate equivalent functionality from scratch Deliverables: 1 MQL4 indicator source code (.mq4) 1 MQL4 script source code (.mq4) Requirements: The recreated
I need a good programmer to help convert an existing indicator to a trading EA that can work on both MT4 and MT5. The expected features on the EA is as follows: Max Spread: Magic Number: Take Profit: Stop Loss: Trailing Stop: Fixed Lot Size: Money Management: false/true Min Lot Size: Max Lot Size: Risk to Trade %: Daily Profit Target %: Add news filter. Get my jobs with source code
A perfect indicator 30 - 80 USD
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
SMC ORDER BLOCK 30 - 60 USD
I want already build FULLY AUTOMATED order block MT5 XAUUSD HTF H4 ENTRY LTF M15 - Show result on live account. m15 ob entry in the direction of h4 ob bias the developper to provide source code in the end
I need an MT5 Expert Advisor built as a high-precision volumizer for Forex. Its core purpose is to generate controlled trading volume for rebates, while still maintaining low-risk account growth. I am not looking for aggressive profit chasing. I am looking for a stable, intelligent EA that can produce volume in a disciplined way without damaging the account. The ideal system should trade major currency pairs, avoid
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
I need a high frequency trading robot for gold in one or 5 minute timeframe the robot should have spread filter where it should only open trades below a set spread should have news filter to allow trading during fundal news or not the robot should have input in number of minutes to close all open trades and remove pending orders before fundamental news as part of news filter. It should also have the number of minutes
Hello! I want to programm EA that uses volume profile indicator, but I am not sure if this is possible. Only experienced programmers please, I will not select a programmer who did only few jobs. Before starting I need to make sure you understand everything and that this is for sure technically possible

プロジェクト情報

予算
30+ USD