Zero Lag lsma indicator from PineScript in MQL5

MQL5 Indicators Converting

Job finished

Execution time 31 minutes
Feedback from employee
Thanks for your support.
Feedback from customer
fast and friendly. really happy with the results

Specification

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)


Responded

1
Developer 1
Rating
(94)
Projects
190
66%
Arbitration
8
25% / 50%
Overdue
2
1%
Free

Project information

Budget
30 - 35 USD
VAT (19%): 5.7 - 6.65 USD
Total: 35.7 - 41.65 USD
For the developer
27 - 31.5 USD
Deadline
to 1 day(s)