Convert AFL to MQL4

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
等级
(516)
项目
784
63%
仲裁
33
27% / 45%
逾期
23
3%
空闲
发布者: 1 代码
2
开发者 2
等级
(452)
项目
564
26%
仲裁
24
42% / 38%
逾期
85
15%
工作中
发布者: 6 代码
3
开发者 3
等级
(564)
项目
844
73%
仲裁
15
53% / 13%
逾期
193
23%
空闲

项目信息

预算
10 - 20 USD
截止日期
1 天