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
Оценка
(214)
Проекты
316
34%
Арбитраж
63
37% / 40%
Просрочено
102
32%
Работает
2
Разработчик 2
Оценка
(54)
Проекты
65
52%
Арбитраж
5
40% / 60%
Просрочено
22
34%
Работает
Похожие заказы
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I'm looking for an experienced developer to create an automated gold trading bot. The bot should be compatible with MetaTrader 4/5 and TradingView. Key Requirements: - Automated trading bot - Compatible with MetaTrader 4/5 and TradingView - Implement scalping and swing trading strategies Ideal Skills and Experience: - Proficiency in trading algorithms - Experience with gold trading - Familiarity with MetaTrader and
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hello, I need a custom NON-REPAINT MT5 indicator that gives sell/buy arrow signals 1–2 candlesticks before a spike on Crash and boom indices respectively occurs. Requirements: Works perfectly on MT5 Shows arrows before the spike (1–2 candles earlier). Non-repaint – once the arrow appears, it must stay. Should be accurate, not quantity — only quality signals. Must work on both demo and live accounts. I want the
Hello, I saw an indicator on TradingView and would like to know if you will be able to convert it for use on Thinkorswim platform? Thanks. if anyone can help me with it kindly do well to bid it urgent thanks looking forward too see you
calcVolume( void ) { //--- MqlRates rates[]; if ( CopyRates ( _Symbol , PERIOD_CURRENT , startTime, endTime, rates) > 0 ) { double rangeHigh = rates[ 0 ].high, rangeLow = rates[ 0 ].low; int count = MathAbs ( iBarShift ( _Symbol , PERIOD_CURRENT , startTime) - iBarShift ( _Symbol , PERIOD_CURRENT , endTime)) + 1 ; //---VERTICAL PRICE RANGE for ( int b = 0
Create an MT5 Expert Advisor (EA) for trading Gold (XAUUSD). The EA should provide BUY and SELL signals based on trend direction, market momentum, and price action. It should automatically place trades only when the entry conditions are met. Risk management: Use a small adjustable lot size. Include Stop Loss (SL) and Take Profit (TP). Include a maximum daily loss limit. Include a maximum number of open trades. Do not
Hello there, I am looking for a automated strategy for ninjatrader 5 Looking for a proven profit factor of 1.5 ( minimum ) on 15 mins time frame . I do MNQ futures I do not have the logic, but I like mean reverssion variable , plus RSI etc . that could make the automated tool robust and long lasting. i need fast response if you have

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

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