Convert AFL to MQL4

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

I Have a simple AFL Code which I would want to be converted to MQL4. This is just a few lines of code and this needs to be done ASAP

Please let me know how soon can this be done.

 This is the Code

_SECTION_BEGIN("power");

Periods = Param(" ma Periods", 14, 1, 100 );

range = Param("ATR range", 10, 1, 50 );

multiplyer = Param("multiplyer", 2, 1, 10, 0.1);

uptrend= MA((H+L)/2,Periods) + multiplyer*ATR(range);

downtrend= MA((H+L)/2,Periods) - multiplyer*ATR(range);

Bbuy=  ExRem( H> uptrend ,  L< downtrend )      ;

sSell= ExRem(  L< downtrend , H> uptrend )      ; 

Thanks 

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

1
Разработчик 1
Оценка
(514)
Проекты
776
63%
Арбитраж
33
27% / 45%
Просрочено
23
3%
Свободен
2
Разработчик 2
Оценка
(440)
Проекты
546
25%
Арбитраж
21
38% / 38%
Просрочено
83
15%
Работает
3
Разработчик 3
Оценка
(550)
Проекты
827
73%
Арбитраж
15
53% / 13%
Просрочено
193
23%
Работает
Похожие заказы
I currently have a license code that connects to my web server, and I add the account number, client name, and expiration date. I’d like something more automated. Currently I allow clients 10 licenses, but adding for them on my side can get exhausting. I’d like a better solution for myself and clients

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

Бюджет
10 - 20 USD
Исполнителю
9 - 18 USD
Сроки выполнения
1 дн.