Forex MACD and RSI

MQL4 Indicadores Experts

Termos de Referência


Long Entry 

If MACD > MACD Signal 

and 

RSI > 50 

Then Buy Long Next Bar @ Open 


Long Entry Sell


Long Entry Price + 20 Pip 

Else 

Long Entry Price + 30 Pips

else 

Long Entry Price +40 Pips

Else 

Long Entry Price + 50 Pips 

End;

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Short Entry Sell

MACD < MACD Signal 

and 

RSI <50 

Then Sell Short 

Next Bar @ Open 


Sell Exit Buy To Cover 


Entry Price -20 Pips

Else 

Entry Price -30 Pips

Else 

Entry Price-40 Pips 

Else Price -50 Pips 

End;




Respondido

1
Desenvolvedor 1
Classificação
(119)
Projetos
127
41%
Arbitragem
3
33% / 67%
Expirado
0
Livre
2
Desenvolvedor 2
Classificação
(620)
Projetos
680
57%
Arbitragem
25
16% / 60%
Expirado
228
34%
Livre
3
Desenvolvedor 3
Classificação
(590)
Projetos
789
71%
Arbitragem
9
33% / 33%
Expirado
22
3%
Livre
4
Desenvolvedor 4
Classificação
(879)
Projetos
1396
67%
Arbitragem
117
32% / 42%
Expirado
214
15%
Livre
5
Desenvolvedor 5
Classificação
(2125)
Projetos
2696
62%
Arbitragem
116
45% / 25%
Expirado
420
16%
Trabalhando
6
Desenvolvedor 6
Classificação
(1864)
Projetos
3467
88%
Arbitragem
73
40% / 15%
Expirado
265
8%
Trabalhando
7
Desenvolvedor 7
Classificação
(2)
Projetos
3
0%
Arbitragem
0
Expirado
1
33%
Livre
8
Desenvolvedor 8
Classificação
(1117)
Projetos
1483
46%
Arbitragem
49
73% / 12%
Expirado
37
2%
Trabalhando
9
Desenvolvedor 9
Classificação
(1135)
Projetos
1438
62%
Arbitragem
21
57% / 10%
Expirado
43
3%
Livre
10
Desenvolvedor 10
Classificação
(349)
Projetos
463
51%
Arbitragem
41
24% / 49%
Expirado
149
32%
Livre
11
Desenvolvedor 11
Classificação
(48)
Projetos
80
28%
Arbitragem
8
75% / 13%
Expirado
41
51%
Livre
12
Desenvolvedor 12
Classificação
(430)
Projetos
606
55%
Arbitragem
48
23% / 56%
Expirado
178
29%
Livre
13
Desenvolvedor 13
Classificação
(769)
Projetos
1033
44%
Arbitragem
50
8% / 50%
Expirado
117
11%
Livre
14
Desenvolvedor 14
Classificação
(3)
Projetos
3
0%
Arbitragem
1
0% / 100%
Expirado
0
Livre
15
Desenvolvedor 15
Classificação
(188)
Projetos
212
58%
Arbitragem
9
11% / 89%
Expirado
8
4%
Livre
16
Desenvolvedor 16
Classificação
(33)
Projetos
49
12%
Arbitragem
16
0% / 88%
Expirado
10
20%
Livre
17
Desenvolvedor 17
Classificação
(2464)
Projetos
3102
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Trabalhando
18
Desenvolvedor 18
Classificação
(560)
Projetos
1348
59%
Arbitragem
28
82% / 0%
Expirado
10
1%
Livre
19
Desenvolvedor 19
Classificação
(221)
Projetos
369
66%
Arbitragem
10
50% / 0%
Expirado
46
12%
Livre
20
Desenvolvedor 20
Classificação
(22)
Projetos
28
29%
Arbitragem
3
0% / 67%
Expirado
7
25%
Livre
21
Desenvolvedor 21
Classificação
(564)
Projetos
933
47%
Arbitragem
303
59% / 25%
Expirado
125
13%
Trabalhando
22
Desenvolvedor 22
Classificação
(277)
Projetos
334
55%
Arbitragem
14
36% / 29%
Expirado
1
0%
Livre
23
Desenvolvedor 23
Classificação
(67)
Projetos
144
34%
Arbitragem
11
9% / 55%
Expirado
26
18%
Trabalhando
24
Desenvolvedor 24
Classificação
(7)
Projetos
15
33%
Arbitragem
4
0% / 25%
Expirado
3
20%
Livre
25
Desenvolvedor 25
Classificação
(1)
Projetos
1
0%
Arbitragem
1
0% / 100%
Expirado
0
Livre
Pedidos semelhantes
I have a really very, very simple professional, proven, profitable forex strategy that works on a higher time frame with over 85% winning rate. I am searching a professional programmer to create expert advisor based on this stategy, in general I am searching a developer for a longer co-operation. I am a forex trader with over 12 years experience. telegram: fxMiguel It's a 15minute work job, 30min max, My budget is 10
Testing 30 - 200 USD
// กำหนดค่าตัวแปรเริ่มต้น input double DailyProfitTarget = 200; // กำไรที่ต้องการในแต่ละวัน (2% ของทุน) input double LotSize = 0.1; // ขนาด Lot input double TakeProfit = 10; // กำไรต่อการเทรดใน pip input double StopLoss = 5; // การหยุดขาดทุนต่อการเทรดใน pip double dailyProfit = 0; // กำไรที่ทำได้ในวันนี้ // ฟังก์ชันเริ่มต้น int OnInit() { dailyProfit = 0; return(INIT_SUCCEEDED); } //
I need to compile my mt4 EA but there are some errors and warning if you can fix and compile send me your application I will select you upon Demo
i need someone to help me take 6 pieces of code from this script and simplify it into a new code .. . note this project is needed urgently in 2 to 5
Man on mayhem 30 - 100 USD
1. The idea of the trading system is as follows: market entries are performed when MACD's main and signal lines intersect in the current trend direction. 2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is below
We need an Expert Advisor for MetaTrader 5 that will be simply based on Rsi, chart patterns and price levels (e.g 2366,250)… Basically when the robot notices a chart pattern, for example “double top/M pattern” it enters a trade based on confirmation from Rsi & price level and the stop loss is moved to the entry price…That is all. The expert advisor is only for Xauusd/Gold…The expert advisor should target 10 pips
Hi, Expert should be Brazilian. I need the scalping ea for xauusd, usdjpy, AUDUSD, eurusd, gbpusd, nzdusd, uascad and usdchf with any strategy. But don't use buy limit in down trend and sell limit in sell trend. I need the profit with 0.5 usd minimum per trade
Hello, I am looking for an experience MQL5 coder who can help me automate my trading strategy. Since this is an advanced coding so I would appreciate if only an experienced coder reaches out. I have attached a word doc of strategy, if you think you can build it then do let me know. Thanks, Sadaquat
Grid hedging ea 30+ USD
I Need A Hedging Ea With Daily 2% of returns. I might think that ea work consistently. hedging Is The only Way To Make A Profit. That ea work in 1:200 Leverage and lot size is starting from 0.01
Project Description: I am looking for an experienced MQL5 developer to program an advanced trading robot for MetaTrader 5. This robot should integrate multiple modules for trend management, entry optimization, and risk management. It must also include an interactive dashboard and an automatic order suspension system based on volatility and economic news releases. The project requires expertise with ATR, ADX

Informações sobre o projeto

Orçamento
50 - 100 USD
Desenvolvedor
45 - 90 USD