Expert Advisor for MT5 based on SMC/ICT entry model

Specifiche

I would like a MQL5 class / robot that takes care of the entry logic for ICT OTE Model. This logic will be used in existing EA. I need annotations as well as values returns that I can use. It should have selectable inputs for the MSS and BoS lines like:

sinput color           BuyColor  = clrDodgerBlue; //Buy Color
sinput color           SellColor = clrCrimson;    //Sell Color

Should have selectable Fib Levels. 50% and 62%
Should be able to hard select to enter on: Order Block, FVG, Fib Level, or Closest to FIb Level.

Should be able to go long or short, depending on the logic.
Risk Management, Order Size, Stop Loss Distance, Take Profit Distance are not required. Logic provided by existing code. 

This code should provide access to the price levels and move through the mechanical logic. It should annotate the MSS, FVG and OBs as well as the selected fib level and price. 


Concepts:

OTE: The OTE pattern is based on the idea that after a significant price move (an impulse leg), the market often retraces to a certain level before continuing in the original direction. This retracement typically occurs between the 62% and 79% Fibonacci levels of the impulse leg.

Market Structure Shift (MSS) / Break Of Structure (BoS): Identified by short-term highs or lows being taken out. (I have the MQL5 code that provides the logic that draws this on a chart already which can be used)

FVG: A three candle stick pattern which has a gap for the second candles body between the 1st candles high and the 3rd candles low (long), opposite for a short. The high and low of the 1st and third candle should not overlap. 

Order Block:  A bullish order block is identified as the lowest candle or price bar with a down close that has the most range between the open and close.  Imagine a downtrend where the price hits a significant low and then a large down candle forms. If the price later trades above the high of this down candle, it validates the bullish order block. When the price returns to this level, it often finds support and moves higher again. A bearish example would be the opposite.

All of the above concepts should be annotated on the chart.

1. Key Level is Taken Out (EA Logic for this already Exists). This could be for a long or a short, in this case we will use a long example where price has dropped and taken out a key discount level, which then triggers our OTE entry class.The below logic needs to be programmed

2. Price retraces and break an old high to confirm the move. (MSS or BoS)

3. Price will form a new high, form this high to the previous low we take a fib and get the 50% or 62% level (Can be chosen)

4. We identify the OB and FVG that are below the level selected in 3. 

5. We choose the closest level below the price level given by what is selected in point 3. For this example we are long so we would choose the high of the order block or the FVG H.

The entry will either be, the price selected by the fib in point 3, the high of the order block or the high of the FVG. 

I would like to use this entry class in existing EAs. 

Please let me know how long it would take and ignore the budget I have provided. Please advise how much you will charge to complete.




Con risposta

1
Sviluppatore 1
Valutazioni
(3)
Progetti
5
20%
Arbitraggio
3
0% / 100%
In ritardo
2
40%
Gratuito
2
Sviluppatore 2
Valutazioni
Progetti
0
0%
Arbitraggio
2
0% / 100%
In ritardo
0
Gratuito
3
Sviluppatore 3
Valutazioni
(5)
Progetti
7
43%
Arbitraggio
8
13% / 88%
In ritardo
0
Gratuito
4
Sviluppatore 4
Valutazioni
(3)
Progetti
1
0%
Arbitraggio
5
0% / 100%
In ritardo
0
Gratuito
Ordini simili
OFFICIAL MQL5 SOFTWARE REQUIREMENTS SPECIFICATION (SRS) Project Name: "Quantum-Shield 2.0" Institutional EA Platform: MetaTrader 5 (MT5) Execution Logic: Fully Automated Instrument: GER40 (DAX) Timeframe: 10 Minutes 1. ARCHITECTURAL MANDATE The Expert Advisor must be a monolithic, high-performance C++ based MQL5 application. No DLLs, no external python bridges. The logic must be entirely self-contained. 2. SIGNAL
Hi All, I am looking for an EA which I have attached the video of. It places a buy stop and sell stop with 250 pips above and below current price for every minute with SL as 300 pips and TP as 500 pips. If any of of them triggers in the minute other will be cancelled, it will not place any pending orders till either of SL or TP is hit and places new set of pending orders the very next minute of SL or TP hit minute
Specification I need a mt5 Expert advisor EA to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1 % on forex pairs and up to 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs
I have an existing TradingView Pine Script. I will provide the Pine Script source code after agreement. Goal: Convert the logic into MT5 (MQL5) and build an EA. Phase 1: Create MT5 indicator that matches TradingView signals (M15 only) Phase 2: Build EA with strict execution rules: max 4 trades total one trade per symbol gold lot limit (max 0.02 total) reversal logic (close then open opposite) no re-entry after manual
Requirements 1.Robot for Entry and Exit rules as per my indicators. 2.Back testing which can work on all time frames. 3.A system which i can modify later on as well according to my studies
I have been working on an EA that is based on Ichimoku cloud and SMC internal blocks for stop loss. ENTRY BUGS: 1. I have entries issues with the chenkou and price action. It is entering trades when chenkou is poking through the kumo. This shouldn't happen. There should be a candle close with chenkou above kumo or below. 2. Another entry issue with other criteria for tenkan and price action also these entries are
Looking for experience profitable manual traders that will be willing to trade my live mt5 account for profit share. Requirements Must have at least 6 months of profitable months. Min 10 percent monthly Send me investor credentials for mt5 or mt4 account. Can be trading Any instruments. Must reply with mt5 credentials or will disregard
Title: Advanced Manual Hedge EA with Multiplier & Multiple Trade Support Project Requirements: I need a professional Expert Advisor (EA) for XAUUSD and Forex to manage manual trades with the following logic: Lot Multiplier: The EA must automatically detect my manual trade size. There should be a "Multiplier" input (e.g., 3.0). If I open 1.0 lot Buy, the EA must auto-place a 3.0 lot Sell Stop at the set Gap
I am looking for an experienced MQL5 developer to complete the optimization and structural refinement of an existing MT5 Expert Advisor (source code ~2.5MB). Phase 1 (audit and baseline testing) has already been completed. The remaining work focuses on correcting core system behavior without changing the strategy. Key issues identified: • Scenario gate logic is not correctly structured at the entry decision level •
Project Description: I have a fully working Pine Script for TradingView called MFHA 3-Step Market Structure Strategy V2 . I need it converted into MT5 , with the logic kept as close to the Pine version as possible. What I need: MT5 Indicator Exact oscillator logic Multi-timeframe logic using 4H, 15M, and 1M EMA filter MTF EMA dashboard RSI display Buy and sell visual signals Background state/flash behavior where

Informazioni sul progetto

Budget
30 - 31 USD