EXPERT ADVISOR DEVELOPMENT FOR MOMENTUM REVERSAL STRATEGY

İş Gereklilikleri

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.






Yanıtlandı

1
Geliştirici 1
Derecelendirme
(9)
Projeler
12
8%
Arabuluculuk
6
33% / 33%
Süresi dolmuş
3
25%
Yüklendi
2
Geliştirici 2
Derecelendirme
(93)
Projeler
114
24%
Arabuluculuk
13
46% / 23%
Süresi dolmuş
8
7%
Serbest
3
Geliştirici 3
Derecelendirme
(11)
Projeler
13
0%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
1
8%
Çalışıyor
4
Geliştirici 4
Derecelendirme
(102)
Projeler
105
60%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
5
Geliştirici 5
Derecelendirme
(435)
Projeler
554
38%
Arabuluculuk
95
41% / 28%
Süresi dolmuş
15
3%
Meşgul
6
Geliştirici 6
Derecelendirme
(7)
Projeler
11
0%
Arabuluculuk
4
0% / 75%
Süresi dolmuş
2
18%
Çalışıyor
7
Geliştirici 7
Derecelendirme
(8)
Projeler
9
56%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
8
Geliştirici 8
Derecelendirme
(270)
Projeler
550
49%
Arabuluculuk
55
40% / 36%
Süresi dolmuş
227
41%
Çalışıyor
9
Geliştirici 9
Derecelendirme
(19)
Projeler
23
48%
Arabuluculuk
5
0% / 100%
Süresi dolmuş
2
9%
Serbest
10
Geliştirici 10
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Çalışıyor
11
Geliştirici 11
Derecelendirme
Projeler
0
0%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
0
Çalışıyor
Yayınlandı: 2 kod
12
Geliştirici 12
Derecelendirme
(156)
Projeler
280
35%
Arabuluculuk
14
29% / 50%
Süresi dolmuş
42
15%
Çalışıyor
13
Geliştirici 13
Derecelendirme
(84)
Projeler
115
70%
Arabuluculuk
5
80% / 0%
Süresi dolmuş
11
10%
Serbest
14
Geliştirici 14
Derecelendirme
(8)
Projeler
11
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
2
18%
Çalışıyor
15
Geliştirici 15
Derecelendirme
(2)
Projeler
1
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
16
Geliştirici 16
Derecelendirme
(568)
Projeler
641
41%
Arabuluculuk
23
52% / 30%
Süresi dolmuş
46
7%
Çalışıyor
17
Geliştirici 17
Derecelendirme
(10)
Projeler
11
18%
Arabuluculuk
0
Süresi dolmuş
1
9%
Çalışıyor
18
Geliştirici 18
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
Benzer siparişler
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
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
Hello I need an already built MT4 EA or HFX with upto 80-90 % win rate, it will be able to trade on any prop firm broker both on Demo challenges and on live. Please if you have any Ea with this specification kindly send it for 1 week testing ASAP. Thank you
I am seeking an experienced and results-driven algorithmic trading developer to create a profitable Expert Advisor (EA) for use on MetaTrader 5) . The EA must be capable of trading the following instruments effectively: XAU/USD (Gold) BTC/USD (Bitcoin) Major Forex pairs (e.g., EUR/USD, GBP/USD, USD/JPY, etc.) Requirements: Proven experience in developing EAs with a consistent track record of profitability. Ability
The EA should trade major pairs( XAUUSD, EURUSD, GBPUSD etc) The EA should have very low drawdown and very profitable. The EA should be able to trade on all brokers and account types. The EA should have a history of more than 6 months on real account or demo account (investor password). The EA tester results should match real market trading. Demo EA should be provided for testing. The EA Mql5/Mql4 file should be
Hello, I need an EA that will be a trend following with these features. Money management EA must use signal generator AI to automatically do a top down analysis on all time frames and then take trades in a smaller time frame based on generated signals. After analysis the bot must display all the trends on each time frame and then indicate whether its buying or selling. The bot should open signals on one side at a
Hello, Need to code on pine script (tradingview) as system that will monitor multi timeframe (required developer with experience coding in multi time frame simultany) The system is based on a lot of patterns (unique patterns) shown on charts in many time frames simultaneously (not using any indicators), as i mentioned the patterns have to be found and monitored in many TF like (9m and 6h and many more). The
Looking for an experienced MQL5 developer to create a professional-grade Expert Advisor for MT5, designed to comply with prop firm rules (IC Markets). The EA should include robust risk management, daily/weekly equity protection, dynamic position sizing, spread and news filters, and session controls. Strategy is trend-based with volatility filters and will be provided in detail privately. Must be fully adjustable

Proje bilgisi

Bütçe
30+ USD

Müşteri

(1)
Verilmiş siparişler8
Arabuluculuk sayısı-1