Expert advisor based on ADX, RSI, EMA

Termos de Referência

Can anyone help code my trading system into EA for me? Thank you

Filters :
EMA (long=21 , short=7)
5 min chart ADX(period =14, min=3, max=37)
RSI (RSI period=14, Buy Level=27, Sell Level=73)

Buy signal:
ADX > 33
EMA : short > long
Rsi cross 27
Exit signal:RSI must cross 73
 
Sell signal:
ADX > 33
EMA : short < long
Rsi cross 73
Exit signal:RSI must cross 27

Time filter is included
Stop loss and take profit are included
auto lot calculation
log file for every action

External parameter for every thing

Respondido

1
Desenvolvedor 1
Classificação
(626)
Projetos
985
46%
Arbitragem
33
36% / 36%
Expirado
98
10%
Trabalhando
Publicou: 6 códigos
2
Desenvolvedor 2
Classificação
(1279)
Projetos
1703
49%
Arbitragem
52
71% / 12%
Expirado
38
2%
Livre
3
Desenvolvedor 3
Classificação
(588)
Projetos
1064
50%
Arbitragem
39
28% / 41%
Expirado
49
5%
Trabalhando
Publicou: 1 artigo, 8 códigos
4
Desenvolvedor 4
Classificação
(2645)
Projetos
3361
68%
Arbitragem
77
48% / 14%
Expirado
342
10%
Trabalhando
Publicou: 1 código
5
Desenvolvedor 5
Classificação
(618)
Projetos
1428
59%
Arbitragem
31
81% / 0%
Expirado
10
1%
Livre
6
Desenvolvedor 6
Classificação
(22)
Projetos
18
6%
Arbitragem
31
3% / 65%
Expirado
5
28%
Livre
7
Desenvolvedor 7
Classificação
(1235)
Projetos
2820
80%
Arbitragem
156
22% / 43%
Expirado
487
17%
Livre
8
Desenvolvedor 8
Classificação
(2313)
Projetos
2912
63%
Arbitragem
122
44% / 25%
Expirado
429
15%
Livre
9
Desenvolvedor 9
Classificação
(564)
Projetos
844
73%
Arbitragem
15
53% / 13%
Expirado
193
23%
Livre
10
Desenvolvedor 10
Classificação
(1156)
Projetos
1462
63%
Arbitragem
21
57% / 10%
Expirado
43
3%
Livre
11
Desenvolvedor 11
Classificação
(278)
Projetos
340
37%
Arbitragem
6
50% / 17%
Expirado
7
2%
Livre
Publicou: 5 códigos
12
Desenvolvedor 12
Classificação
(533)
Projetos
807
62%
Arbitragem
33
27% / 45%
Expirado
23
3%
Livre
Publicou: 1 código
13
Desenvolvedor 13
Classificação
(84)
Projetos
149
31%
Arbitragem
32
34% / 41%
Expirado
43
29%
Livre
14
Desenvolvedor 14
Classificação
(59)
Projetos
81
43%
Arbitragem
27
11% / 70%
Expirado
8
10%
Livre
15
Desenvolvedor 15
Classificação
(114)
Projetos
154
47%
Arbitragem
2
0% / 50%
Expirado
4
3%
Livre
16
Desenvolvedor 16
Classificação
(12)
Projetos
16
31%
Arbitragem
0
Expirado
0
Livre
17
Desenvolvedor 17
Classificação
(26)
Projetos
34
26%
Arbitragem
7
14% / 43%
Expirado
7
21%
Livre
18
Desenvolvedor 18
Classificação
(511)
Projetos
549
53%
Arbitragem
13
69% / 15%
Expirado
3
1%
Livre
19
Desenvolvedor 19
Classificação
(59)
Projetos
90
39%
Arbitragem
26
4% / 77%
Expirado
40
44%
Livre
20
Desenvolvedor 20
Classificação
(296)
Projetos
475
40%
Arbitragem
105
40% / 24%
Expirado
80
17%
Ocupado
Publicou: 2 códigos
21
Desenvolvedor 21
Classificação
(221)
Projetos
369
66%
Arbitragem
10
50% / 0%
Expirado
46
12%
Livre
22
Desenvolvedor 22
Classificação
(173)
Projetos
231
61%
Arbitragem
3
33% / 33%
Expirado
6
3%
Livre
Publicou: 1 código
23
Desenvolvedor 23
Classificação
(270)
Projetos
552
49%
Arbitragem
57
40% / 37%
Expirado
227
41%
Trabalhando
24
Desenvolvedor 24
Classificação
(69)
Projetos
146
34%
Arbitragem
13
8% / 62%
Expirado
26
18%
Livre
Publicou: 6 códigos
Pedidos semelhantes
حلل لي اصل مالي ) اكتب هنا مثلا XAU EUR USD USD اريد تحليلا تعليما و ليس توصية مالية ۱- نوع التحليل المطلوب : ( فني / اساسي / سلوك سعري ) ٢ - المدي الزمني : ( قصير / متوسط / طويل ) M15 / H1 / H4 / ) اذكر الفريمات المطلوبه + (D1 ما اريد استخراجه من التحليل : الاتجاه العام اقوي مستويات دعم و مقاومة رقمية سيناريو صعود و سيناريو هبوط مع شروط كل سيناريو ( IF / THEN ) اين يصبح السيناريو لاغيا مناطق دخول و خروج تعليمية (
Project Description I have three detailed CSV files containing: OHLC price data Timestamps Aggregated time & sales data A column called Arrow showing where signals occurred The data was captured using NinjaTrader 8 with NinZa Renko 8:4 bars on the ES market. All arrows are non-repainting and appear on candle close. Objective The goal is to create a NinjaTrader 8 indicator that reproduces the arrows in real-time
I need modifications to an existing MT5 Expert Advisor. Modification 1 EA must be able to run on indices as well as forex , specifically: SP500 US100 US30 No other changes to the current logic Modification 2 Other alterations/notes: Opening breakout range option for 15min or 30 min from session start. 5 min fair value gap (FVG) break outside of the range (instead of 1 min). At least one of the candles must be within
AutoTrade_v4_Arbon-v4 35 - 250 USD
============================================================ GOLD AI INSTITUTIONAL TERMINAL v4.0 - AutoTrade + EA Indikator EDISI GABUNGAN Sinkronisasi MT4 Realtime + Dasbor PWA + AI Multi-TF Menggabungkan MT4 + Server AI Node.js ============================================================ CARA MENJALANKAN (MUDAH): -------------------------- 1. Ekstrak ZIP ke folder manapun (misal: C:\GoldAI\) 2. Buka folder hasil
I am looking for an experienced quantitative developer to analyze and optimize an MT5 Expert Advisor that I have already developed. The EA is relatively complex and includes: Multiple strategies (Trend Pullback, Breakout, Mean Reversion, EMA Reclaim) Scoring system combining technical score and probabilistic filter Regime detection (ADX based) Volatility filters (ATR regime) Correlation and cluster exposure control
Until zone detection is coded , you will be from that point . Trailing Stop Optimization for live chart . Apply with Specific Currency Support . Clean Code . Zone Upper Limit and Lower Limit . Apply with careful understanding of the project requirement
Subject: Professional MT5 Trading Bot Inquiry - Pre-Purchase Requirements Dear [Bot Name/Company Name] Developers, Greetings, I am a professional trader seeking a highly professional and extremely powerful MT5 trading bot , and after extensive research, your product has caught my attention. However, before I click the payment button, I have specific requirements as I am not looking for an ordinary bot, but rather a
hello, please take a moment to review my project. It is for Quanttower. it is very detailed in the instructions. Thank you, Just let me know if you can do it and the whats the cost and timeframe
GoldAI_v2_FINAL 30 - 70 USD
========================================================== Terminal Institusional GOLD AI v2.10 Sinkronisasi Realtime MT4 + Dasbor PWA + AI Multi-TF ========================================================== CARA MENJALANKAN (MUDAH): -------------------------- 1. Ekstrak ZIP ke folder manapun (misal: C:\GoldAI\) 2. Buka folder hasil ekstrak 3. Klik dua kali: INSTALL.bat → installotomatis 4. Klik dua kali
Exe source code 70+ USD
Need a developer to help with a exe file and provide the source code, if you can do this please kidnly apply and tell me what you need to get this started

Informações sobre o projeto

Orçamento
30+ USD
Prazo
de 1 para 3 dias