指定
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
評価
プロジェクト
784
63%
仲裁
33
27%
/
45%
期限切れ
23
3%
暇
パブリッシュした人: 1 code
2
評価
プロジェクト
564
26%
仲裁
24
42%
/
38%
期限切れ
85
15%
仕事中
パブリッシュした人: 6 codes
3
評価
プロジェクト
844
73%
仲裁
15
53%
/
13%
期限切れ
193
23%
暇
プロジェクト情報
予算
10 - 20 USD
締め切り
1 日