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

I'm wanting to set up an EA that I can set deviations from the forecast to the actual numbers on the news release that is pretty much instantaneous to the release online? DataFlash has the auto-click trading setup which is fantastic but the problem is I need to be awake at all times of the night to be able to use it, so I'm hoping to try and automate the whole process? As DataFlash requires a subscription I'm not sure if that will cause issues??

I would want to have stop loss, take profit, break even, trailing stop, stop/trailing stop step, maximum spread,choice of set lot size and a choice for equity percentage for lot size, slippage, the ability for an auto set of the timezone, the ability to have a preset deviation for individual news releases and any other setting suggestions that normally go into an EA?

Thanks in advance, Tom

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

1
Разработчик 1
Оценка
(365)
Проекты
507
40%
Арбитраж
159
17% / 74%
Просрочено
99
20%
Загружен
2
Разработчик 2
Оценка
(277)
Проекты
334
55%
Арбитраж
14
36% / 29%
Просрочено
1
0%
Свободен
3
Разработчик 3
Оценка
(1)
Проекты
1
0%
Арбитраж
1
0% / 100%
Просрочено
0
Свободен
Похожие заказы
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {

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

Бюджет
30 - 300 USD
Сроки выполнения
до 40 дн.