Want to build an automatic bot For my strategy

Specifiche

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.

Con risposta

1
Sviluppatore 1
Valutazioni
(170)
Progetti
193
11%
Arbitraggio
37
38% / 35%
In ritardo
5
3%
Caricato
2
Sviluppatore 2
Valutazioni
(143)
Progetti
168
23%
Arbitraggio
7
29% / 43%
In ritardo
4
2%
In elaborazione
3
Sviluppatore 3
Valutazioni
(20)
Progetti
19
11%
Arbitraggio
2
50% / 50%
In ritardo
0
In elaborazione
4
Sviluppatore 4
Valutazioni
(157)
Progetti
223
22%
Arbitraggio
15
60% / 20%
In ritardo
1
0%
Occupato
5
Sviluppatore 5
Valutazioni
(199)
Progetti
203
28%
Arbitraggio
0
In ritardo
3
1%
Gratuito
6
Sviluppatore 6
Valutazioni
(300)
Progetti
379
21%
Arbitraggio
44
59% / 23%
In ritardo
43
11%
Caricato
7
Sviluppatore 7
Valutazioni
(22)
Progetti
30
13%
Arbitraggio
7
29% / 43%
In ritardo
4
13%
Caricato
8
Sviluppatore 8
Valutazioni
(94)
Progetti
115
37%
Arbitraggio
9
78% / 0%
In ritardo
0
In elaborazione
9
Sviluppatore 9
Valutazioni
(14)
Progetti
23
0%
Arbitraggio
0
In ritardo
0
Gratuito
10
Sviluppatore 10
Valutazioni
(45)
Progetti
51
51%
Arbitraggio
1
0% / 100%
In ritardo
1
2%
Gratuito
11
Sviluppatore 11
Valutazioni
(340)
Progetti
459
52%
Arbitraggio
22
50% / 27%
In ritardo
5
1%
Caricato
12
Sviluppatore 12
Valutazioni
(10)
Progetti
25
28%
Arbitraggio
1
0% / 0%
In ritardo
1
4%
Caricato
13
Sviluppatore 13
Valutazioni
(2086)
Progetti
2646
61%
Arbitraggio
113
45% / 26%
In ritardo
418
16%
Gratuito
14
Sviluppatore 14
Valutazioni
(1)
Progetti
3
0%
Arbitraggio
0
In ritardo
0
In elaborazione
15
Sviluppatore 15
Valutazioni
(266)
Progetti
540
50%
Arbitraggio
55
40% / 36%
In ritardo
224
41%
Gratuito
16
Sviluppatore 16
Valutazioni
(2)
Progetti
2
50%
Arbitraggio
0
In ritardo
0
Gratuito
17
Sviluppatore 17
Valutazioni
(2426)
Progetti
3054
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
Gratuito
18
Sviluppatore 18
Valutazioni
(1092)
Progetti
1448
45%
Arbitraggio
49
73% / 12%
In ritardo
36
2%
Gratuito
19
Sviluppatore 19
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
In elaborazione
20
Sviluppatore 20
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
21
Sviluppatore 21
Valutazioni
(45)
Progetti
67
45%
Arbitraggio
3
0% / 100%
In ritardo
0
In elaborazione
22
Sviluppatore 22
Valutazioni
(42)
Progetti
59
54%
Arbitraggio
3
0% / 0%
In ritardo
1
2%
Gratuito
23
Sviluppatore 23
Valutazioni
(103)
Progetti
130
44%
Arbitraggio
7
43% / 43%
In ritardo
7
5%
Gratuito
24
Sviluppatore 24
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
25
Sviluppatore 25
Valutazioni
(60)
Progetti
183
72%
Arbitraggio
4
100% / 0%
In ritardo
1
1%
Gratuito
26
Sviluppatore 26
Valutazioni
Progetti
1
0%
Arbitraggio
1
0% / 0%
In ritardo
0
In elaborazione
Ordini simili
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
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 EA(not included in my tradingview code): recalculate after order is filled, order size: xx% of equity
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 )
Need ea according to stochastic divergence (both hidden and regular) plus candlestick flip .. need for experinced developers to complete my order with 99percent accuracy. So bet for it the budged is fixed and other plugins will be added in the v2
Hi, I need a robot, which wil get instructions to trade in 3 symbols at the same time based on few parameters and calculations. Example: There is 1 symbol called Gold-Near and the rate for it is 1000-1002 If i specify that when the rate reaches 1050, it should sell 1 lot Upon execution it will have to sell 1 lot of cme gold, buy 3 lots of mcx gold and buy currently (lots will be based on calculation). All the

Informazioni sul progetto

Budget
200 - 300 USD
Scadenze
da 10 a 30 giorno(i)

Cliente

Ordini effettuati1
Numero di arbitraggi0