Работа завершена

Время выполнения 24 дня

Техническое задание

This EA uses first bollinger band (i.e., Trend BB) and stochastic %k and %d values to establish trend and second bollinger band (i.e., Entry BB) to place orders.

Need the bollinger band values for Trend BB and Entry BB to have decimal values of at least 0.01 pips.

Time period in the day for the EA to be active is user-defined.

It’s easier to think about the EA into three separate EAs which executes entry and exit trades based on the upper, center and lower lines of the second bollinger band.

-------------------------------------------------------------------------------------------------------------------------------------------

Determining trend based on the Trend BB and %k, %d values of stochastic.

Determine entry conditions from the Entry BB. 

Determine exit conditions based on ATR or user-defined take profit level, ATR or user-defined stop loss level, take profit when the trend changes (if applicable) and break even when the trend changes if none of the other exit conditions apply. 

Determine re-entry conditions based on the trend change alone (i.e., possible to have 2 opposite positions open at the same time); if trend change and break even occurs, open a position at next band of Entry BB (i.e., not possible to have 2 opposite positions open at the same time); if trend change and entry condition is met before break even occurs, do not open a trade in that trend; if trend doesn't change and take profit occurs, re-open a trade based on the entry conditions; and open only one trade per trend direction even if take profit occurs. 

User is able to choose between one of the first three re-entry conditions and one of the last two re-entry conditions. 

--------------------------------------------------------------------------------------------------------------------------------------------

I've made very detailed steps and illustrations about trend, entry, exit and re-entry conditions which I will provide in addition to the description below.  

Откликнулись

1
Разработчик 1
Оценка
(595)
Проекты
927
46%
Арбитраж
31
39% / 29%
Просрочено
93
10%
Работает
2
Разработчик 2
Оценка
(212)
Проекты
246
45%
Арбитраж
42
10% / 57%
Просрочено
5
2%
Свободен
3
Разработчик 3
Оценка
(365)
Проекты
412
36%
Арбитраж
35
26% / 57%
Просрочено
63
15%
Свободен
4
Разработчик 4
Оценка
(42)
Проекты
70
43%
Арбитраж
6
33% / 50%
Просрочено
19
27%
Свободен
5
Разработчик 5
Оценка
(549)
Проекты
1332
59%
Арбитраж
28
82% / 0%
Просрочено
10
1%
Свободен
6
Разработчик 6
Оценка
(2428)
Проекты
3057
66%
Арбитраж
77
48% / 14%
Просрочено
340
11%
Работает
7
Разработчик 7
Оценка
(48)
Проекты
80
28%
Арбитраж
8
75% / 13%
Просрочено
41
51%
Свободен
8
Разработчик 8
Оценка
(563)
Проекты
932
47%
Арбитраж
302
59% / 25%
Просрочено
124
13%
Загружен
9
Разработчик 9
Оценка
(5)
Проекты
4
25%
Арбитраж
2
0% / 100%
Просрочено
1
25%
Свободен
10
Разработчик 10
Оценка
(66)
Проекты
143
34%
Арбитраж
10
10% / 60%
Просрочено
26
18%
Свободен
Похожие заказы
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 )

Информация о проекте

Бюджет
50+ USD
Исполнителю
45 USD
Сроки выполнения
от 2 до 10 дн.