Pinescript code conversion to MQL4 EA

MQL4 专家 SQL

工作已完成

执行时间9 小时
员工反馈
Excellent client , happy to work with higly recommended
客户反馈
Great developer, Highly recommended!

指定

Can you code an EA from Tradingview's Pinescript? I have an indicator I would like to port from tradingview to an EA for metatrader. I would also like to add a stop loss option based on pips or percentage to the EA. Here's the code and link to the indicator: / length = input(311),gamma = input(1.),src = input(close) //---- ma = 0. os = 0. //---- er = abs(change(src,length))/sum(abs(change(src)),length) ama(x)=> a = 0. a := er*x+(1-er)*nz(a[1],x) //---- d = cum(abs(src - nz(ma[1],src)))/(cum(1)-1) * gamma ma := ama(ama(src > nz(ma[1],src) + d ? src + d : src < nz(ma[1],src) - d ? src - d : nz(ma[1],src))) //---- upper = ma + d lower = ma - d os := src > upper[1] ? 1 : src < lower[1] ? 0 : os[1] ts = os*lower+(1-os)*upper css = os == 1 ? #2196f3 : #ff1100 plot(ts,color=css,linewidth=2,transp=0) ////////////////////////////////////////////////// ENTRIES ////////////////////////////////////////////////////////////////// enterLong = crossover(os, 0) closeLong = crossunder(os, 1) enterShort = crossunder(os, 1) closeShort = crossover(os, 0)

反馈

1
开发者 1
等级
(54)
项目
53
17%
仲裁
7
0% / 100%
逾期
5
9%
空闲
2
开发者 2
等级
(169)
项目
202
48%
仲裁
5
20% / 60%
逾期
2
1%
空闲
3
开发者 3
等级
(564)
项目
844
73%
仲裁
15
53% / 13%
逾期
193
23%
工作中
4
开发者 4
等级
(258)
项目
396
28%
仲裁
69
19% / 49%
逾期
121
31%
工作中
5
开发者 5
等级
(195)
项目
395
28%
仲裁
155
20% / 52%
逾期
112
28%
空闲
6
开发者 6
等级
(221)
项目
369
66%
仲裁
10
50% / 0%
逾期
46
12%
空闲
7
开发者 7
等级
(3)
项目
2
0%
仲裁
7
0% / 86%
逾期
0
空闲
8
开发者 8
等级
(144)
项目
285
42%
仲裁
19
63% / 5%
逾期
29
10%
空闲
发布者: 2 代码
9
开发者 9
等级
(49)
项目
134
27%
仲裁
62
13% / 53%
逾期
58
43%
空闲
发布者: 325 文章, 1 代码
相似订单
I have my own strategy in 1min. I want it convert to a bot. Please reach me only coding experts. I dont want bit makers from Ai. Demo version should be provided for confirmation
Title Professional AI Automation Trading Bot for Forex & Crypto Solution Language Python (preferred) or MQL5 depending on integration requirements. Categories Expert Advisor (EA) for MetaTrader 5 Automated trading strategies AI/ML-based signal generation Risk management automation Required Skills Strong knowledge of MQL5/Python Experience with MetaTrader API integration Machine learning model deployment

项目信息

预算
30 - 100 USD
截止日期
 10 天