工作已完成
执行时间3 天
客户反馈
very nice job
指定
I need to convert a very simple code on PINE to MQL5 and create a simple expert based on this signal to buy or sell.
This expert needs to have a leverage variant to define size. Also the same indicator in another timeframe and with diff setups will work as a stop.
This is the PINE code:
This expert needs to have a leverage variant to define size. Also the same indicator in another timeframe and with diff setups will work as a stop.
This is the PINE code:
src = input(close)
length = input(10)
a = 0.,b = 0.
a := max(src,nz(a[1])) - nz(a[1] - b[1])/length
b := min(src,nz(b[1])) + nz(a[1] - b[1])/length
avg = avg(a,b)
plot(avg,"Average",color=orange,linewidth=2,transp=0)
plot(avg,"Average",color=orange,linewidth=2,transp=0)
反馈
1
等级
项目
1449
72%
仲裁
120
28%
/
47%
逾期
355
24%
工作中
发布者: 3 文章
2
等级
项目
210
40%
仲裁
90
20%
/
43%
逾期
85
40%
空闲
3
等级
项目
167
35%
仲裁
11
91%
/
0%
逾期
0
空闲
4
等级
项目
143
52%
仲裁
8
13%
/
75%
逾期
22
15%
空闲
5
等级
项目
945
47%
仲裁
309
58%
/
27%
逾期
125
13%
空闲
6
等级
项目
17
59%
仲裁
2
0%
/
100%
逾期
2
12%
空闲
项目信息
预算
30 - 130 USD
截止日期
到 3 天