Volty expan close strategy

명시

Bonjour,

J'ai besoin de convertir la stratégie ci-dessous de Trading view Pine Script en MT5 EA afin que je puisse le tester et l'exécuter.

Dans les options, j'aimerais que vous ajoutiez :

1. Travaillez sur n'importe quelle période.

J'ai besoin d'un fichier MQL5.

Merci par avance !

JP


//@version=5

strategy("Volty Expan Close Strategy", overlay=true)
length = input(5)
numATRs = input(0.75)
atrs = ta.sma(ta.tr, length)*numATRs
if (not na(close[length]))
    strategy.entry("VltClsLE", strategy.long, stop=close+atrs, comment = "VltClsLE")
    strategy.entry("VltClsSE", strategy.short, stop=close-atrs, comment = "VltClsSE")
//plot(strategy.equity, title="equity", color=color.red, linewidth=2, style=plot.style_areabr)


응답함

1
개발자 1
등급
(535)
프로젝트
613
34%
중재
33
39% / 45%
기한 초과
9
1%
바쁜
2
개발자 2
등급
(23)
프로젝트
29
14%
중재
3
0% / 67%
기한 초과
3
10%
작업중
3
개발자 3
등급
(284)
프로젝트
459
39%
중재
95
43% / 18%
기한 초과
73
16%
작업중
게재됨: 2 코드
4
개발자 4
등급
(16)
프로젝트
23
26%
중재
1
0% / 0%
기한 초과
2
9%
무료
비슷한 주문
Je veux un Robot qui doit pouvoir déclencher des positions sur un niveau prédéfini du retracement de fibonacci combiné à la théorie de Dow en considérant la ligne de tendance. Seulement des ordres allant dans le sens de la tendance défini par la ligne de tendance d'une unité de temps standard. Il doit respecter le calcul de risque d'un montant standard en fonction d'un niveau de Stop Loss intégré qui ne va pas
( a brief explanation if interested let's talk and I would be even more precise ) 📘 Strategy (FAYE SESSION) 🕐 1. Trading Sessions (Senegal Time) You don't use this strategy that during these three specific sessions: Session Senegal Hours 🗾 Tokyo 00h00 – 09h00 🇬🇧 London 07h00 – 16h00 🗽 New York 12h00 – 21h00 🕯️ 2. Choosing the candle to trace the range When you log in, you observe the M3 bougie (ex. 07h03). And

프로젝트 정보

예산
30+ USD
VAT (20%): 6 USD
총: 36 USD
개발자에게
27 USD