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

Seeking an experienced algorithmic trading developer to build an Expert Advisor (EA) based on a momentum reversal strategy using the Commodity Channel Index (CCI) and Relative Strength Index (RSI) indicators. The system must detect price exhaustion points, dynamically track key price levels, and execute trades accordingly.

KEY FUNCTIONALITIES

  1. MOMENTUM REVERSAL DETECTION

    • The EA must continuously monitor price movement to identify oversold and overbought conditions.
    • CCI (≤ -100) and RSI (≤ 30) should confirm an oversold market, while CCI (≥ 100) and RSI (≥ 70) should validate an overbought scenario.

BUY CONDITION
STEP 1
IF CCI <= -100 AND RSI <= 30 TO CONFIRM AN OVERSOLD CONDITION
TRACK THE LOWEST LOW PRICE OF THE DAY DYNAMICALLY USING CCI DURING VOLATILITY AND DRAW A HORIZONTAL TREND LINE WHICH MUST BE UPDATED EVERYTIME PRICE MAKES A NEW LOW.

STEP 2
IF CCI IS BETWEEN -100 AND 100 (IF (-100 <= CCI && CCI <= 100)) STOP TRACKING
IN OTHER WORDS, STOPS TRACKING ONCE CCI EXITS THE OVERBOUGHT ZONE AND DO THE FOLLOWING

  1. UPDATE LOW PRICE OF THE DAY
  2. PLACE A PENDING ORDER 40 PIPPETTE ABOVE THE LOW OF THE DAY TO BE ACTIVATED IF STEP 3 CONDITION IS MET

STEP 3
IF CCI IS NOT IN OVERSOLD CONDITION, AND RSI IS NOT IN OVERSOLD CONDITION (CCI > -100 && RSI > 30) ACTIVATE THE BUY ORDER

SELL CONDITION
STEP 1
IF CCI >= 100 AND RSI >= 70 TO CONFIRM AN OVERBOUGHT CONDITION
TRACK THE HIGHEST HIGH PRICE OF THE DAY DYNAMICALLY USING CCI DURING VOLATILITY AND DRAW A HORIZONTAL TREND LINE WHICH MUST BE UPDATED EVERYTIME PRICE MAKES A NEW HIGH.

STEP 2
IF CCI IS BETWEEN 100 AND -100 (IF (100 >= CCI && CCI >= -100)) STOP TRACKING
IN OTHER WORDS, STOP TRACKING ONCE CCI EXITS THE OVERSOLD ZONE AND DO THE FOLLOWING

  1. UPDATE HIGH PRICE OF THE DAY
  2. PLACE A PENDING ORDER 40 PIPPETTE BELOW THE HIGH OF THE DAY TO BE ACTIVATED IF STEP 3 CONDITION IS MET

STEP 3
IF CCI IS NOT IN OVERSOLD CONDITION, AND RSI IS NOT IN OVERSOLD CONDITION (CCI > -100 && RSI > 30)
ACTIVATE THE SELL ORDER

NOTE THE FOLLOWING

  1. TRADE MUST ONLY BE ACTIVATED WITHIN THE TRADE ZONE WHICH IS 40 PIPPETTE ABOVE THE LOW OF THE DAY
  2. NO TRADE MUST BE TAKEN IF RSI/CCI CONFIRMS OVERSOLD/OVERBOUGHT CONDITION
    CCI MAIN FUNCTION IS TO UPDATE THE TRADE ZONE AS IT REACTS FASTER THAN RSI
  3. THE TREND LINES MUST NOT BE INFINITE, MUST NOT EXCEED THE DAY PERIOD
  4. ADD INPUT OPTION TO ALLOW TRADER TUNE THE FOLLOWING
    • DISABLE TRADING AT A SPECIFIED TIME. START TIME AND STOP TIME
    • CHANGE TRADE ZONE VALUE (DEFAULT: 40 PIPPETTE)
    • SET STOP, TP AND LOT SIZE
  5. ENSURE THE PROCESS LOOPS TO RE-CHECK THE INDICATORS AND ADJUST LOW/HIGH OF THE DAY BASED ON MOST RECENT MARKET CONDITIONS.
  6. ENSURE THE SYSTEM RE-CHECKS THE TRADE ZONE IS CONSTANTLY UPDATED FOLLOWING LOW/HIGH OF THE DAY BASED ON MOST RECENT MARKET CONDITIONS.
  7. ADD ONE STEP TRAILING STOP
  8. ORDER UPDATE: WHEN A NEW DAILY HIGH OR LOW FORMS, CANCEL ANY EXISTING LIMIT ORDER AND PLACE A NEW ONE BASED ON THE UPDATED PRICE.
  9. RE-ENTRY: AFTER A TRADE CLOSES, THE EA MUST WAIT FOR THE FULL SETUP SEQUENCE TO REOCCUR BEFORE OPENING A NEW POSITION.
  10. MAX TRADES: ONLY ONE TRADE CAN BE OPEN AT A TIME.
  11. TRADE ZONE: TRADES ARE RESTRICTED TO THE AREA BETWEEN THE DAILY HIGH/LOW AND 40 PIPETTES BELOW THE DAILY HIGH/LOW. ORDERS ACTIVATE ONLY IF PRICE IS WITHIN THIS RANGE AND STEP 3 CONDITIONS ARE MET.






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

1
Разработчик 1
Оценка
(9)
Проекты
12
8%
Арбитраж
6
33% / 33%
Просрочено
3
25%
Загружен
2
Разработчик 2
Оценка
(93)
Проекты
114
24%
Арбитраж
13
46% / 23%
Просрочено
8
7%
Свободен
3
Разработчик 3
Оценка
(11)
Проекты
13
0%
Арбитраж
1
0% / 0%
Просрочено
1
8%
Работает
4
Разработчик 4
Оценка
(102)
Проекты
105
60%
Арбитраж
0
Просрочено
0
Свободен
5
Разработчик 5
Оценка
(435)
Проекты
554
38%
Арбитраж
96
41% / 28%
Просрочено
15
3%
Занят
6
Разработчик 6
Оценка
(7)
Проекты
11
0%
Арбитраж
4
0% / 75%
Просрочено
2
18%
Работает
7
Разработчик 7
Оценка
(8)
Проекты
9
56%
Арбитраж
0
Просрочено
0
Свободен
8
Разработчик 8
Оценка
(270)
Проекты
550
49%
Арбитраж
55
40% / 36%
Просрочено
227
41%
Работает
9
Разработчик 9
Оценка
(19)
Проекты
23
48%
Арбитраж
5
0% / 100%
Просрочено
2
9%
Свободен
10
Разработчик 10
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Работает
11
Разработчик 11
Оценка
Проекты
0
0%
Арбитраж
1
0% / 0%
Просрочено
0
Работает
Опубликовал: 2 примера
12
Разработчик 12
Оценка
(156)
Проекты
280
35%
Арбитраж
14
29% / 50%
Просрочено
42
15%
Работает
13
Разработчик 13
Оценка
(84)
Проекты
115
70%
Арбитраж
5
80% / 0%
Просрочено
11
10%
Свободен
14
Разработчик 14
Оценка
(8)
Проекты
11
0%
Арбитраж
1
0% / 100%
Просрочено
2
18%
Работает
15
Разработчик 15
Оценка
(2)
Проекты
1
0%
Арбитраж
1
0% / 100%
Просрочено
0
Свободен
16
Разработчик 16
Оценка
(568)
Проекты
641
41%
Арбитраж
23
52% / 30%
Просрочено
46
7%
Работает
17
Разработчик 17
Оценка
(10)
Проекты
11
18%
Арбитраж
0
Просрочено
1
9%
Работает
18
Разработчик 18
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
Похожие заказы
I am looking for an experienced MQL5 developer to create a fast and accurate scalping Expert Advisor for XAU/USD (Gold) on MetaTrader 5. The EA must operate with continuous trading , high trade frequency, and minimal delay in execution. Key Requirements: Trading Style: Scalping on M1 and M5 timeframes. Works best during high volatility sessions (London & New York). Indicators Used: EMA (Fast & Slow) for trend
The indicator name is 'overbought oversold indicator' by ceyhun. Note we will be working with the 3 colors that the indicator has. The indicator must work exactly as the one on tradingview view. Attached is the ea specifications
It’s a simple strategy that I want to implement as a EA . For those interested, I’d like to video call so you can clearly understand the strategy. Pricing can be negotiate depending on the demands that require to create this EA
Hello. I have three indicators from which I want to extract data to use in an custom EA. For this job, I´m only looking for the code necessary to obtain the information I need from each indicator. The indicators are as follows, and I only have the .ex4 file: - 01-ITS Trend Reverse - 02-TSD Signal - 03-TDI Pattern For each indicator, I need the code to extract the following information: -- 01-ITS Trend Reverse * Know
Hello, I’m looking for a skilled developer to create a Telegram-to-MT4 & MT5 signal copier bot/EA with the following features: Core Features: Copy signals (both text and images) from Telegram and execute trades in MT4 and MT5 (two separate versions). AI parsing mode: Option to enable AI to read and interpret signals before execution. Fully optimized, stable, and bug-free performance. Prop firm compatibility
I will like a libary developed for me that facilitates communication between two EAs over the internet. Preference is that it should not use a DLL but if that is what you can do, still apply as long as it is simple. Please see attached summary specification of this task. Edited: There will be no server inbetween. I don't want to have an http or a web server inbetween. That is an additional infrastructure I do not
Modify bot mt5 100+ USD
i nee a change the bot velocity vector 2.0 modification indicator profitable ems trading bot I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance
Hello Great developer There's also the GPT AI EA, right? It does this automatically. I know there's such a thing. I saw it somewhere online, but not everyone can do it, or it's very difficult to get someone to provide it! So it should open with buy or sell according to AI (AI), just like the market analysis, and close accordingly according to TSL! Ideally, it should automatically replace the risk management based on
Hello to all developers, I want an EA (Expert Advisor) that is already made. This is for forex. I want to add to it. I will provide my strategy. I want to explain my strategy on a zoom call. It needs to have the ability to trade different trading pairs. It needs to show risk reward profitability with little drawdown. Let me know. I want to add a few things to it. I need to use it on trading view. Include EA that
Hart indicator for mt4 30 - 100 USD
Hi, I need to creat a trading indicator that has 2 indicators on the higher level, then 2 indicators on lower levels and confirming on entry candel. The indicator must also have ATR exit and Fibo to points 123. I will not choose indicators here as I would like some advice on the best high preforming indicators for scalping or day trading. The indicator must also have strategy tracing with rr and win rate and

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

Бюджет
30+ USD

Заказчик

(1)
Размещено заказов8
Количество арбитражей-1