Pinescript code conversion to MQL4 EA

MQL4 Experts SQL

Tâche terminée

Temps d'exécution 9 heures
Commentaires de l'employé
Excellent client , happy to work with higly recommended
Commentaires du client
Great developer, Highly recommended!

Spécifications

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)

Répondu

1
Développeur 1
Évaluation
(54)
Projets
53
17%
Arbitrage
7
0% / 100%
En retard
5
9%
Gratuit
2
Développeur 2
Évaluation
(166)
Projets
196
48%
Arbitrage
3
33% / 33%
En retard
1
1%
Chargé
3
Développeur 3
Évaluation
(564)
Projets
844
73%
Arbitrage
15
53% / 13%
En retard
193
23%
Gratuit
4
Développeur 4
Évaluation
(258)
Projets
396
28%
Arbitrage
69
19% / 49%
En retard
121
31%
Gratuit
5
Développeur 5
Évaluation
(195)
Projets
395
28%
Arbitrage
155
20% / 52%
En retard
112
28%
Gratuit
6
Développeur 6
Évaluation
(221)
Projets
369
66%
Arbitrage
10
50% / 0%
En retard
46
12%
Gratuit
7
Développeur 7
Évaluation
(3)
Projets
2
0%
Arbitrage
7
0% / 86%
En retard
0
Gratuit
8
Développeur 8
Évaluation
(144)
Projets
285
42%
Arbitrage
19
63% / 5%
En retard
29
10%
Gratuit
Publié : 2 codes
9
Développeur 9
Évaluation
(49)
Projets
134
27%
Arbitrage
62
13% / 53%
En retard
58
43%
Gratuit
Publié : 271 articles, 1 code
Commandes similaires
1.Sinyal Perdagangan : Sinyal beli: garis MACD utama memotong garis sinyal ke atas (macd_current>signal_current && macd_previous<signal_previous). Sinyal jual: garis MACD utama memotong garis sinyal ke bawah (macd_current<signal_current && macd_previous>signal_previous). Gambar di bawah menunjukkan kasus beli dan jual. 2. Posisi ditutup pada sinyal yang berlawanan: Posisi beli ditutup pada sinyal jual, dan posisi
can anyone help me with building a complete automated pine code strategy and indicator that work for both FXs & CFDs and have a high winning rate proved through back testing. I have a very complex current code that developed mostly using AI but lots of gaps are there although it translate exactly what I have in my mind. So, you are free to decide whether wo build a complete new code or fix my current working code ( i
I want to buy the EA today, Provide me with demo ex5, proof of profitability and Proof that the EA is profitable in your application. *NO Martingale* or Avaraging down
Pazuzu 30+ USD
generate or create me a python coded file that has mql5 language requirements for a trading bot under the following instructions. the bot must execute trades if necessary the bot must trade 24/7 the bot must trade gold and currency the bot must make unlimited profit hourly the bot must enter market with caution after market analysis of 98 percent of clear trade

Informations sur le projet

Budget
30 - 100 USD
Délais
à 10 jour(s)