Convert AFL to MQL4

MQL4 EA 스크립트

명시

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
등급
(542)
프로젝트
822
62%
중재
33
27% / 45%
기한 초과
23
3%
무료
게재됨: 1 코드
2
개발자 2
등급
(452)
프로젝트
565
26%
중재
24
42% / 38%
기한 초과
85
15%
작업중
게재됨: 6 코드
3
개발자 3
등급
(564)
프로젝트
844
73%
중재
15
53% / 13%
기한 초과
193
23%
무료

프로젝트 정보

예산
10 - 20 USD
기한
1 일