Advanced Meta Trader 4 Expert Advisor - Long Trend & Scalp Trading

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

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

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

Advanced Meta Trader 4 Expert Advisor - Long Trend & Scalp Trading

The project is based on an MQL4 indicator. 
This is the link of the indicator:
https://www.mql5.com/en/code/10882

All of these requirements should work for every separate channel.
- option for selecting of channels (input: true or false)

Information:
- LineChannel9 is the indicating code for all of channels, it doesn't mean Line Channel Number 9
- LineChannel9_0 is channel number 1, LineChannel9_1 is 2, LineChannel9_2 is 3, etc
- There are 2 trend lines of every LineChannel9 - LineChannel9 UP and LineChannel9 DOWN (for example: LineChannel9_0 UP, LineChannel9_0 DOWN, LineChannel9_1 UP, LineChannel9_1 DOWN, etc)

Cross 1:
- the price was outside the channel (above LineChannel9 UP, below LineChannel9 DOWN)
- price makes a cross and go into the channel (below LineChannel9 UP, above LineChannel9 DOWN)

Cross 2:
- the price was into the channel (below LineChannel9 UP, above LineChannel9 DOWN)
- price makes a cross and go out the channel (above LineChannel9 UP, below LineChannel9 DOWN)

Notifications:
Alerts, Email, Push Notifications, Sounds
- Cross 1 (input: true or false)
- Cross 2 (input: true or false)

Maximum Opened Orders For The Meta Trader Account = Z
- option to select Z
- positions from the Hedging are not included

Position Sizing
Buy Positions:
Position Size = [(Y * Balance) / (Ask - SL)] / 100000
Sell Positions:
Position Size = [(Y * Balance) / (SL - Bid)] / 100000
- option to select Y (for example input: 0.02)

Automated Open of Positions:
- input: true or false

Open Buy Positions:
- Cross 1 of LineChannel9 DOWN (input: true or false)
- Cross 2 of LineChannel9 DOWN (input: true or false)
- Cross 1 of LineChannel9 UP (input: true or false)
- Cross 2 of LineChannel9 UP (input: true or false)
- MACD - positive divergence (input: true or false)

Open Sell Positions:
- Cross 1 of LineChannel9 UP (input: true or false)
- Cross 2 of LineChannel9 UP (input: true or false)
- Cross 1 of LineChannel9 DOWN (input: true or false)
- Cross 2 of LineChannel9 DOWN (input: true or false)
- MACD - negative divergence (input: true or false)

Stop Loss 1
Buy Positions:
SL = Bid - ATR * X
Sell Positions
SL = Ask + ATR * X
- option to select X (for example input: 0.33)

Stop Loss 2
Buy Positions:
- Cross 1 of LineChannel9 UP (input: true or false)
- Cross 2 of LineChannel9 UP (input: true or false)
- Cross 1 of LineChannel9 DOWN (input: true or false)
- Cross 2 of LineChannel9 DOWN (input: true or false)
Sell Positions:
- Cross 1 of LineChannel9 DOWN (input: true or false)
- Cross 2 of LineChannel9 DOWN (input: true or false)
- Cross 1 of LineChannel9 UP (input: true or false)
- Cross 2 of LineChannel9 UP (input: true or false)

Defending of Positions
Scenario 1: Trailing Stop Loss - true; Hedging - false
Scenario 2: Trailing Stop Loss - false; Hedging - true
Scenario 3: Defending of Positions - false

Stop Loss - Trailing
Buy Positions:
Trailing Stop Loss = Bid (price level when the position was opened) - SL
Sell Positions:
Trailing Stop Loss = Ask (price level when the position was opened) + SL

Hedging
Long Trend:
- Buy Position
* the Buy Position 1 is already opened (because of any of the conditions above)
- Open Sell Position
* PriceInformation.close[0] = Bid (when the position was opened) - [(Bid (when the position was opened) - SL) / 2]
* Position Size = Position Size * 3
- Open Buy Order
* PriceInformation.close[0] = Price Level of Buy Position 1
* Position Size = Position Size * 6
Short Trend:
- Sell Position
* the Sell Position 1 is already opened (because of any of the conditions above)
- Open Buy Position
* PriceInformation.close[0] = Ask (when the position was opened) + [(SL - Ask (when the position was opened)) / 2]
* Position Size = Position Size * 3
- Open Sell Order
* PriceInformation.close[0] = Price Level of Sell Position 1
* Position Size = Position Size * 6

Working Time:
- choose working days (input: Monday - Sunday)
- choose working hours (based on UK time) for every working day separately (input: 00:00 - 24:00)

I have uploaded pictures with examples for Cross 1,Cross 2 and positive MACD Divergence.
Circle with number 1 - Cross 1
Circle with number 2 - Cross 2

Файлы:

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

1
Разработчик 1
Оценка
(203)
Проекты
303
35%
Арбитраж
56
38% / 38%
Просрочено
99
33%
Свободен
2
Разработчик 2
Оценка
(54)
Проекты
65
52%
Арбитраж
5
40% / 60%
Просрочено
22
34%
Работает
Похожие заказы
Looking for experienced programmer to create a trend line breakout and trend line bounce indicator that send alert with arrow on screen without open trades multiple currency pairs time frame M15 H1 H4 D1 W1 MN
Hello programmers, I need a coding assistance to do the following job. Currently the EA opens two different trades one has a comment "Originial" and another has comment "Series" The job is if the Original trade is negative by x pips, open a hedge trade(Hedge1#-OrderTicket of the soruce trade) along with one buystop and a sell stop order and the comment of the trade will be "Recovery#1-+OrderTicket() of the original
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The
An ea with 4 moving average, and two time frame confluence. Option to add risk to reward and percentage of balance to trade. Message me remaining for the more info
Hi All, I will try to be as precise as possible. We can discuss if you have any questions. I need an indicator to be developed for MT5 for detecting Engulfing Failed Zones. Requirement (in H4/ H1/ M30 Time frames only): Identify Engulfing Buy/ Sell Candle. Identify when the Engulfing Buy is failed, or Engulfing sell is failed. Draw a zone for that area of Engulfing Buy/Sell Fail. Invalidate the zone or delete the
Hi. I want to fix my EA. The concept of lowestBid- There aree 3 levels of price. Price1 at the top, Price 2 in the middle and Price3 at the bottom. When the EA starts it start at Price1. And lowestBid is set to Price1. When the price hits Price 2, lowestBid=Price2. When price hits Price3, lowestBid=Price3. When Price come back up to level2, lowestBid=Price2 ....so on and so forth. lowestBid will keep changing with
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
FOREX trading robot 30 - 35 USD
Creating a powerful forex robot capable of handling multiple timeframes and efficiently identifying trades within a short span of 10 minutes requires a well-thought-out design encompassing robust technical and algorithmic frameworks. The goal is to develop a system that can process a significant number of entries across various timeframes (5 minutes, 15 minutes, 1 hour, 4 hours, and weekly) while ensuring accuracy
looking for experienced programmer to create trend reversal I want indicator that send alert with arrow on screen without open trades Uptrend Let’s say there is an uptrend on the chart. The first high (H) is followed by the first low (L), which in turn is followed by the second high (HH – higher high). After that, if the price drops out of the trend structure and forms a

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

Бюджет
60+ USD
VAT (20%): 12 USD
Итого: 72 USD
Исполнителю
54 USD
Сроки выполнения
от 1 до 2 дн.