Create an EA based on confirmation from 2 indicators

Trabalho concluído

Tempo de execução 13 dias
Comentário do cliente
Very experienced developer who would go beyond. he will add extra variables like time start & end, dashboard to track trades and so on.
Comentário do desenvolvedor
Excellent customer! Very thanks for order!

Termos de Referência

Hi, i want an ea to be created based on moving average and parabolic SAR with risk/money management and tp/sl added. Entry for buy rules: first closed candle above moving average and parabolic sar. Opposite for sell. I need it to be done by today.

Arquivos anexados:

JPEG
IMG_5024.jpeg
629.4 Kb

Respondido

1
Desenvolvedor 1
Classificação
(302)
Projetos
383
20%
Arbitragem
43
60% / 23%
Expirado
45
12%
Carregado
2
Desenvolvedor 2
Classificação
(42)
Projetos
62
8%
Arbitragem
12
58% / 42%
Expirado
1
2%
Livre
3
Desenvolvedor 3
Classificação
(87)
Projetos
109
25%
Arbitragem
9
44% / 22%
Expirado
8
7%
Trabalhando
4
Desenvolvedor 4
Classificação
(37)
Projetos
51
43%
Arbitragem
2
100% / 0%
Expirado
9
18%
Livre
5
Desenvolvedor 5
Classificação
(158)
Projetos
226
22%
Arbitragem
15
60% / 20%
Expirado
1
0%
Carregado
6
Desenvolvedor 6
Classificação
(1130)
Projetos
1432
62%
Arbitragem
21
57% / 10%
Expirado
43
3%
Livre
7
Desenvolvedor 7
Classificação
(16)
Projetos
17
12%
Arbitragem
1
0% / 100%
Expirado
0
Livre
8
Desenvolvedor 8
Classificação
(568)
Projetos
641
41%
Arbitragem
21
57% / 29%
Expirado
47
7%
Trabalhando
9
Desenvolvedor 9
Classificação
(5)
Projetos
4
50%
Arbitragem
4
0% / 75%
Expirado
0
Livre
10
Desenvolvedor 10
Classificação
(463)
Projetos
524
33%
Arbitragem
28
39% / 43%
Expirado
7
1%
Ocupado
11
Desenvolvedor 11
Classificação
(350)
Projetos
553
32%
Arbitragem
24
67% / 8%
Expirado
16
3%
Livre
12
Desenvolvedor 12
Classificação
(549)
Projetos
1332
59%
Arbitragem
28
82% / 0%
Expirado
10
1%
Livre
13
Desenvolvedor 13
Classificação
(71)
Projetos
80
10%
Arbitragem
35
9% / 54%
Expirado
6
8%
Trabalhando
14
Desenvolvedor 14
Classificação
(563)
Projetos
932
47%
Arbitragem
302
59% / 25%
Expirado
124
13%
Carregado
15
Desenvolvedor 15
Classificação
(266)
Projetos
540
50%
Arbitragem
55
40% / 36%
Expirado
224
41%
Livre
16
Desenvolvedor 16
Classificação
(42)
Projetos
49
47%
Arbitragem
1
100% / 0%
Expirado
1
2%
Livre
17
Desenvolvedor 17
Classificação
(9)
Projetos
21
5%
Arbitragem
1
0% / 0%
Expirado
7
33%
Livre
18
Desenvolvedor 18
Classificação
(36)
Projetos
44
32%
Arbitragem
6
17% / 33%
Expirado
8
18%
Trabalhando
19
Desenvolvedor 19
Classificação
(343)
Projetos
362
70%
Arbitragem
4
100% / 0%
Expirado
0
Carregado
20
Desenvolvedor 20
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
Pedidos semelhantes
Moving average cross strategy that has no stop but will just reverse direction each time the crossover happens. But will have a 3 step profit taking method at certain percentage points. It will be used for futures options on the buy side. 3 days out
hi. I hv a strategy on tradingview need to convert to mt4/mt5 expert advisor for algo trading. would like to add some tradingview strategy setting to the mt4/mt5 EA(not included in my tradingview source code): recalculate after order is filled, order size: xx% of equity
This Bot will work on strategy which works using moving averages,RSI and candle stick pattern and what I want is that trade will execute when setup will form on both 30 min and 1 hr time frame trade will execute strategy needs all 4 parameters to be on right calculations to execute trade and I want some options where I can select risk to reward ratio to back test this strategy and some other parameters
i want a forex robot that will read chats and enter trades on its oown. i want it to be able to use all trading strategies and partterns. good risky manegmemt, i want it to forcuse on Gold and and all major forex pairs. i want it to use stop loses and take profits as the market might change direction anytime. i want to work on both mt5 and mt4
I want to make something automatic which EMA will automatically trade in my account. For this I want to make a simple robot I want to get this made automatically on a simple EMA
Dear All, I need to design and implement an EA with the involvement of a possible AI. I would like the entries to be realized with all MACD, RSI, Stoch parameters but also Ai. I mainly want the system to immediately close the transaction itself at the time of trend reversal even before reaching the TP position. It should work for intervals M15, H1, H4 and maybe long-term on D1 Platform for MT5 and exclusive only
Saya memerlukan Expert Advisor berdasarkan sinyal AOX. Itu harus memiliki pemeriksaan dan penanganan kesalahan operasi perdagangan. Kriteria utama pembukaan dan posisi penutupan: ■ arah rata-rata bergerak ■ harga lebih tinggi dari bar sebelumnya. Lot perdagangan adalah parameter masukan
Good Day I would like to create a trading bot that is able to link to my news provider. The bot will execute trades based on the actual news release data as soon as the data is released. I will need to input parameters that would automatically trigger once the actual data is released (Need to know what format you will require or other recommendations) Execution speed will be a crucial factor in this regard. Adding to
I believe in Robotics as a major artificial intellect to function of growth of business.Therefore if you script there is a likelihood of bringing economies of scale.The retrospective of the dynamics of indulgence of work can be economics of scale
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )

Informações sobre o projeto

Orçamento
30+ USD
Desenvolvedor
27 USD