Tâche terminée
Temps d'exécution 12 heures
Spécifications
//@version=4 study("Custom", overlay = true) //Var dec length = 9 fractionalMult = input(title="Key Value", step=1, defval=1) tr2() => max(high - low, max(abs(high - close[1]), abs(low - close[1]))) //Calc delta calc1(in1, in2) => alpha = in2 sum = 0.0 sum := (in1 + (alpha - 1) * nz(sum[1])) / alpha value1 = fractionalMult * calc1(tr2(), length) sigShort = hl2 + value1 sigShortPrev = nz(sigShort[1], sigShort) sigLong = hl2 - value1 sigLongPrev = nz(sigLong[1], sigLong) sigLong := close[1] > sigLongPrev ? max(sigLong, sigLongPrev) : sigLong sigShort := close[1] < sigShortPrev ? min(sigShort, sigShortPrev) : sigShort dir = 1 dir := nz(dir[1], dir) //Filter extreme moves dir := dir == -1 and close > sigShortPrev ? 1 : dir == 1 and close < sigLongPrev ? -1 : dir alertcondition( dir[1] == -1 and dir == 1 ? sigLong : na, "BUY", "BUY") alertcondition(dir[1] == 1 and dir == -1 ? sigShort : na, "SELL", "SELL") //plot plotshape(dir == 1 and dir[1] == -1 ? sigLong : na, title="LONG", style=shape.labelup, location=location.belowbar, size=size.normal, text="LONG", textcolor = color.white, color=http://color.green) plotshape(dir == -1 and dir[1] == 1 ? sigShort : na, title="SHORT", style=shape.labeldown, location=location.abovebar, size=size.normal, text="SHORT", textcolor = color.white, color=http://color.red)
Répondu
1
Évaluation
Projets
1464
72%
Arbitrage
122
29%
/
48%
En retard
358
24%
Travail
Publié : 3 articles
2
Évaluation
Projets
624
38%
Arbitrage
40
23%
/
65%
En retard
93
15%
Gratuit
Publié : 4 articles, 19 codes
3
Évaluation
Projets
789
71%
Arbitrage
9
33%
/
33%
En retard
22
3%
Gratuit
Publié : 8 codes
4
Évaluation
Projets
4
0%
Arbitrage
5
0%
/
80%
En retard
1
25%
Gratuit
5
Évaluation
Projets
1295
67%
Arbitrage
84
26%
/
49%
En retard
338
26%
Gratuit
Informations sur le projet
Budget
30+ USD
Délais
de 1 jour(s)