Use Fibonacci algorithm to draw harmonic patterns for MT5 EA

Техническое задание

Build an AB=CD indicator with the following fib ratios.

The reciprocal ratios that complement the AB=CD structure are as follows: 
C Point Retrace|| BC Project
0.382.                     .24 or 2.618
0.50.                        2.0
0.618.                     1.618
0.707.                     1.41
0.786.                     1.27
0.886.                     1.13

The most important thing to note is the B point. When it's hit, you can make the projection of the BC leg  🦵.


BAT Pattern 

Perfect Bat Pattern Requirements: 

1. Mandatory 50% B point retracement of the XA leg. 

2. Precise 0.886 D point retracement of the XA leg as the defining limit within the PRZ. 

3. 2.0 BC projection. 

4. Alternate 1.27 AB=CD pattern required. 

5. C point should be in the 50–61.8% range.

Detailed  👇

1. B point retracement of the XA leg must be less than 0.618 with a 0.50 or 0.382 retracement preferred. 

2. Precise 0.886 D point retracement of the XA leg as the defining limit within the PRZ. (Potential Reversal Zone)

3. Minimum 1.618 BC projection with extreme extensions (2.0–2.618) possible. 

4. Minimum AB=CD completion, although an Alternate 1.27 AB=CD is common and preferred. 

5. C point retracement can vary between a 0.382 to an 0.886.


Gartley

1. Precise 0.618 B point retracement of the XA leg. 

2. Precise 0.786 D point retracement of the XA leg in the PRZ. 

3. 1.27 or 1.618 BC projection. 

4. Equivalent AB=CD. 

5. C point retracement can vary between a 0.382 to a 0.886.



Crab pattern elements:

 1. B point that is a 0.618 retracement of XA or less. 

2• Extreme BC projection that is typically a 2.618, 3.14, or 3.618.

3• Alternate 1.27 or 1.618 AB=CD pattern required. 

4• 1.618 XA projection as the defining limit with the structure. 

5• C point with range between 0.382 and 0.886.

Detailed  👇

Precise 0.618 B point retracement or less of the XA leg. (.382 and 0.50 are common B points in the structure.) 

2. Extreme 2.618, 3.14 or 3.618BC projection. (Sometimes 2.24 BC projections form in the structure.) 

3. Minimum AB=CD completion. Alternate 1.27 AB=CD or 1.618 AB=CD patterns are most common. 

4. C point retracement can vary between a 0.382 to an 0.886. 

5. This is an extreme pattern!


Butterfly Pattern 
1. Exact 0.786 B point retracement of the XA leg. 

2. 1.27 XA projection exclusively. 

3. 1.618 BC projection. 

4. Alternate 1.27 AB=CD in the PRZ. 

5. C point with range between 0.50 to 0.886 retracement.

Define the PRZ Zone with a box where the XA leg is equal to the D projection. With the any reversal candle or at least the lowest or highest point or wick of the candle.

Create an MACD Divergence indicator and or RSI Divergence indicator along side.

A tiny lines of support and resistance (or pivot) on all time frame. 

The auto trade will initiate at the completion of the D-leg (PRZ)

With a pyramid trading..... 
Last take profit will be at 23.8% 
Close all or last profitable position. 

Stop loss shd be set 2pips below the lowest low

Optionals
1. Deactivate Ea 30 minutes before news 
Activate Ea 45 minutes after news.

2. Multiple next trade lot size by * for every loss trade.

3. Enter time frame in input

4. Do not open new trade when equity margin is less than 100%

5. Enter trading period in world trading session time.

6. option of ONLY BUY 
ONLY SELL
BOTH DIRECTION in the input settings.

7. Partial Position Close allows for the position aimed at the 2nd TP level to be partially closed when the 1st TP level is reached

8. BreakEven Mode pyramidScalper  will move StopLoss level to the entry level once the 1st TakeProfit level is reached.

9. Pop-up Alerts with Sound on MT5 Platform

10. Instant email notification once alert is generated 

11. Apply money management in inputs for the range below
Lot 1.00 - for account balance of $7000 and above;
Lot 0.50 - for account balance of $3500 and above;
Lot 0.20 - for account balance of $2000 and above;
Lot 0.10 - for account balance of $1000 and above;
Lot 0.05 - for account balance of $500 and above;
Lot 0.01 - for account balance of $500 and below.

12. Initiate a push notification when a signal is generated.


Откликнулись

1
Разработчик 1
Оценка
(10)
Проекты
4
0%
Арбитраж
11
0% / 82%
Просрочено
0
Свободен
Похожие заказы
I'm looking for a swing trading EA that takes 1-3 trades / week, holds these positions from a few days up to about 1.5 weeks. Symbol : any Strategy : any Timeframe : any Platform : MT4 only The catch : you would need to come up with the STRATEGY AND do the CODING The must have's : c onstant monthly returns, low drawdown I will backtest the trial version of your .ex4 file for 20+ years with 99.9% tick data accuracy
I'm a ninja trader day trader and I have worked with a company called Legendary Trader and use their indicated and automated strategies to trade. I rencenly have been playing with a free indicator I was able to download that uses CCI & ATR calculations to define the market being in an up or down trend. I have found in reviewing historical data that taking a trade when the signal flips from bull to bear sentiment or
PROJECT OVERVIEW I need a production-grade, modular Expert Advisor for MetaTrader 5 built to institutional coding standards. This is not a simple indicator-crossover bot. The system must be object-oriented, fully commented, and structured so individual modules can be replaced or disabled without breaking the build. Broker: IC Markets Raw. Primary symbol: XAUUSD. Secondary validation: EURUSD, GBPUSD, USDJPY, AUDUSD
Hi, do you have a proven EA for MT5, suitable for live accounts and prop firms, including the Brazilian market? I’m looking for ready, tested EAs. Can you send a backtest or demo? Please if you do have and can send me nacktest or demo you should Message me
Flummox 0.1 30+ USD
//@version=5 strategy("Vol10 Triple Confluence M15", overlay=true, margin_long=100, margin_short=100) // === INPUTS === emaLen = input.int(200, "EMA Trend") rsiLen = input.int(14, "RSI Length") bbLen = input.int(14, "Bands Length") rsiOversold = input.float(25, "RSI Buy Zone") rsiOverbought = input.float(77.38, "RSI Sell Zone") // === INDICATORS === emaTrend = ta.ema(close, emaLen) ema1 = ta.ema(close, bbLen) ema2 =
Access and confidentiality restrictions: You will receive only a separately named copy of the Commander . Existing trading EAs, presets, account credentials, Telegram credentials and proprietary entry/exit code will not be shared. The Commander intelligence must be developed using: Defined signal/input interfaces Anonymized historical logs and replay data Mock EA signals and test harnesses Documented authority and
Sharbat Khan 100+ USD
Looking for MQL5 Developer to debug my Gold Trading EA. Issues: - Error on compile - SL/TP not working correctly - Need to add Trail Stop feature Send me past work + Price + Delivery Time
Mopati 30+ USD
need an MQL5 trading robot for Forex. It should open and close trades based on my strategy rules. Please include money management, stop loss, take profit, and lot size settings. The EA should be stable, easy to edit, and tested before delivery. I will share the exact entry and exit rules with the developer
I need an MQL5 trading robot for Forex. It should open and close trades based on my strategy rules. Please include money management, stop loss, take profit, and lot size settings. The EA should be stable, easy to edit, and tested before delivery. I will share the exact entry and exit rules with the developer
Hello, I am looking for an experienced MQL5 developer to develop a professional and reliable Expert Advisor (EA) for MetaTrader 5. The EA will be based on a custom automated Forex trading strategy that I have developed and tested. The detailed trading logic and proprietary rules will be provided privately to the selected developer. General requirements: • Development in MQL5 for MetaTrader 5. • The EA will initially

Информация о проекте

Бюджет
30+ USD
Сроки выполнения
до 5 дн.