Zero Lag lsma indicator from PineScript in MQL5

MQL5 指标 转化中

工作已完成

执行时间31 分钟
员工反馈
Thanks for your support.
客户反馈
fast and friendly. really happy with the results

指定

I need a special indicator from TradingView in Metatrader 5, i.e. in MQL5. It is a zero lag lsma indicator. It should be on the chart in MQL5 the same way as on the chart in PineScript.

The PineScript indicator Code: 

//@version=5
indicator(title='ZLSMA - Zero Lag LSMA', shorttitle='ZLSMA', overlay=true)
lsma = ta.linreg(close, 100, 0)
lsma2 = ta.linreg(lsma, 100, 0)
eq = lsma - lsma2
zlsma = lsma + eq
plot(zlsma, color=color.black)


反馈

1
开发者 1
等级
(94)
项目
190
66%
仲裁
8
25% / 50%
逾期
2
1%
空闲

项目信息

预算
30 - 35 USD
VAT (19%): 5.7 - 6.65 USD
总计: 35.7 - 41.65 USD
开发人员
27 - 31.5 USD
截止日期
 1 天