Converting Zigzag-based indicator into a trend following MT4 EA

Работа завершена

Время выполнения 13 дней

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

l  Goal

Ø  Convert an indicator “Zigzag_Dow” into a trend following EA.

Ø  With multiple “trailing entries” with position sizing, breakeven protection and trailing stop features.    

l  Indicator

Ø  Zigzag_Dow (to be provided to contracted developer)   

²  It modified the original Zigzag indicator 

²  It shows trend direction based on Dow Theory: Trends persist until a clear reversal occurs.

l  Horizontal Line (in Red) : shows Last Dow Price (LDP) which indicates a pivot point for trend reversal

Ø  the last Lower Low which is the starting point of current Highest High  

Ø  the last Higher High which is the starting point of the current Lowest Low

l  Filled Arrow: shows a trend reversal when a price passes LDP

l  Empty Arrow: shows a trend continuation when a price passes then-current Higher High / Lower Low

 

Ø  EA should keep the original input parameters as they are.

 

l  Entry  

Ø  Multiple Entries

²  Multiple entries should be made.

Ø  Entry Triggers

²  Arrows should trigger entry points. Users should be able to choose Arrows for entry trigger by selecting True/False.         

²  1st Arrow (Filled Arrow) : True/False

l  1st Arrow appears when price passes the LDP

²  2nd Arrow (Empty Arrow) : True/False

l  2nd and the following Arrow appears when price passes the then-current Higher High / Lower Low depending on the direction

²  3rd Arrow (Empty Arrow): True/False  

²  All Arrow (including 4th and following Arrows) : True/False

Ø  Entry Points

²  Orders should be placed at pullback points based on Fibonacci retracement ratio calculated based on the LDP and the then-current Highest High / Lowest Low following Entry Triggers

²  Fibo retracement points to be used for entry points should be selectable from the following seven ratios:

l  0.0: True/False

l  23.6: True/False

l  38.2: True/False

l  50.0: True/False

l  61.8: True/False

l  78.6: True/False

l  88.6: True/False

 

²  Entry points should be calculated for each Entry Trigger (=Arrow) based on Fibo retracement ratios between the LDP and the new Highest High / Lowest Low following respective Entry Trigger.   

 

Ø  Type of entry order

²  Entry order type should be able to chosen from Stop Entry Order or Trailing Entry Order.

²  Stop Entry Order

l  Place a pending stop order after the price passes an entry point by Trigger Pips defined as follows:

Ø  Trigger Pips = Stop Level (as provided by broker) + Stop Order Margin Pips

²  Trailing Entry Order

l  Place a pending stop order after the price passes an entry point by Trigger Pips as mentioned above, then the pending order should be modified like a trailing stop if price moves further away from the then-current order price.   Trailing method should be selectable from ATR, MA and Fixed Distance

Ø  ATR Trailing Entry

²  TF

²  ATR Period

²  ATR Multiple

²  ATR Additional pips

Ø  MA Trailing Entry

²  TF

²  MA method

²  MA period

²  MA Additional pips

Ø  Fixed Distance Trailing Entry

²  Fixed Trailing Entry Distance Pips

Ø  SL

²  Original stop loss should be placed at LDP plus Additional SL Pips away from the entry price

l  Additional SL Pips:

Ø  TP

²  TP pending order should be placed based on users’ defined Risk Reward ratio

l  RR ratio:    

Ø  Risk (Position Size) per order

²  Position size should be calculated based on a risk taken (Entry price – SL) as % of Account Equity or Account Balance

l  Risk %:

l  Account Equity or Account Balance:

Ø  Day of the week

²  EA operating day of the week

Ø  Time of the day

²  EA operating hours of the week

l  Exit

Ø  Breakeven Protection (move SL to breakeven + BE Profit)

²  Want to have breakeven protection feature at users’ choice

l  Breakeven Protection: True/False

²  Breakeven should be triggered after price moves in profit by user defined pips

l  Breakeven Trigger Profit in Pips:

²  SL should be moved to a point securing user defined profit

l  Breakeven Protected Profit in Pips:

Ø  Trailing Stop

²  ATR Trailing Stop

l  TF:

l  ATR Period:

l  ATR Multiple:

l  ATR Additional pips to be added:  

²  MA Trailing Stop

l  TF:

l  MA method

l  MA period:

l  MA Additional pips to be added:

²  Fixed Distance Trailing Stop

l  Fixed Trailing Entry Distance Pips:

                   


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

1
Разработчик 1
Оценка
(5)
Проекты
6
17%
Арбитраж
2
0% / 50%
Просрочено
0
Свободен
2
Разработчик 2
Оценка
(2676)
Проекты
3414
68%
Арбитраж
77
48% / 14%
Просрочено
342
10%
Свободен
Опубликовал: 1 пример
3
Разработчик 3
Оценка
(499)
Проекты
744
56%
Арбитраж
48
31% / 31%
Просрочено
120
16%
Свободен
Опубликовал: 1 пример
4
Разработчик 4
Оценка
(277)
Проекты
334
55%
Арбитраж
14
36% / 29%
Просрочено
1
0%
Свободен
5
Разработчик 5
Оценка
(5)
Проекты
3
0%
Арбитраж
19
0% / 100%
Просрочено
0
Свободен
Похожие заказы
Hey guys, I’ve got an MT4 HFT EA that’s showing strong results on an IC Markets demo account, and I'm looking to move it over to MT5. Does anyone have a solid MT5 version that performs well on IC Markets? Having the source code (MQL5) included would be awesome. Thanks for any leads
Let’s use Chart M3. Stochastic 8,3,3. 85/15 trigger for sell stochastic >85, and the reversal move need to engulf the last bar for 1 point. SL over the engulfed bar. Same trigger for buys… Stochastic <15, engulfed bar by 1 point = entrance. SL under the engulfed bar… more details as soon we start to work on it
Freelance Task — EA Recovery Layer Hello. I have a ready-made MQL5 EA. The signals, SL/TP and lot calculation should essentially not be touched. I need a recovery system added. I am not a programmer — below is how the robot should behave. What stays Entry only from an EA signal. Stop-loss is not a new signal. Trailing is already built into my EA — recovery does not implement its own trailing. If trailing is disabled
Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
Creating a bot using the Parabolic indicator with a simple interface.. I want a bot that uses the Parabolic SAR indicator only, with these orders attached to it. Boot name : HEMIN .FX Magic number : 000000 …………………………………………………. Trade behavior : regular OR inverse OR only long "buy" OR only short "sell" Timeframe : ………… Period: ……… ………………………………………………….. Lot size : ……………… Break even in points : …
Project: Fix & Schedule My Dual Fibo Standard Fibonacci Bot I have an existing MQ4 expert advisor called "Dual Fibo Standard Fibonacci". It needs to process 1,000 clients. Right now it runs blindly with no schedule and takes way too long. I need you to optimize it so it runs like a professional business with a 50-100 batch printed stamp copy progress log. Please reply with your numbers for this simple layout: * Phase
Hi, I need an experienced NinjaTrader 8/NinjaScript developer to finish or rebuild an automated futures strategy, ideally by the end of this week. I already have the complete TradingView Pine Script reference strategy, an existing ~2,000-line NinjaScript implementation, Playback logs, and known historical benchmark trades. MOST IMPORTANT REQUIREMENT: TRADINGVIEW ↔ NINJATRADER PARITY. The Pine Script is the reference
I need a custom MQL5 indicator for MetaTrader 5. The indicator must automatically print entry, stop loss, and take profit zones on the chart using dots. A critical requirement is that these dots must be non-lagging and absolutely non-repainting. Additionally, the indicator needs to identify and display current supply and demand zones. Please provide the mq5 source code and the ex5 file upon completion
PHANTOM PROTOCOL V1 35 - 150 USD
PHANTOM PROTOCOL V1 – MT5 EXPERT ADVISOR SPECIFICATION Develop a professional MetaTrader 5 (MT5) Expert Advisor named “PHANTOM PROTOCOL V1”. PRIMARY MARKET: - XAUUSD (Gold) - Designed primarily for M15 and H1 timeframes. - The EA must work with both 3-digit and 2-digit gold pricing where applicable. TRADING LOGIC: Use pure price-action and market-structure analysis rather than relying on a single indicator. The EA
Wanna Create A Trading Robot That Uses Liquidity Sweep And Smart Money Concept EA That Works On PC. I want A Developer Who Can Program Exactly My Strategy That Will Be Shared on A Video Upon The Selection. it Should Follow My Rules .It has To be able To Read Price Action, followed By Liquidity Sweep Areas And Combine with Smart Money Concept Knowledge. We Will Talk about Parameters later on . The robot should be able

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

Бюджет
70 - 100 USD
Сроки выполнения
от 1 до 14 дн.