Написать индикатор

MQL4 Indicateurs

Tâche terminée

Temps d'exécution 2 heures
Commentaires du client
Работа сделана очень быстро и качественно! Просто ЛУЧШИЙ Разработчик!!!
Commentaires de l'employé
Быстрая коммуникация и оплата. Спасибо за возможность работать с вами!

Spécifications

 Написать индикатор объемов с tradingview, точную копию, для мт4.

Код:

//
// @author LazyBear 
// List of all my indicators:
//
study("Colored Volume Bars [LazyBear]", shorttitle="CVOLB_LB")
lookback=input(10)
showMA=input(false)
lengthMA=input(20)
p2=close
v2=volume
p1=p2[lookback] 
v1=v2[lookback] 
c= iff(p2>p1 and v2>v1, green, 
iff(p2>p1 and v2<v1, blue,
iff(p2<p1 and v2<v1, orange,
iff(p2<p1 and v2>v1, red, gray))))
plot(v2, style=columns, color=c)
plot(showMA?sma(v2, lengthMA):na, color=maroon)

Répondu

1
Développeur 1
Évaluation
(2)
Projets
3
0%
Arbitrage
0
En retard
0
Gratuit
2
Développeur 2
Évaluation
(68)
Projets
78
27%
Arbitrage
13
31% / 54%
En retard
15
19%
Travail
3
Développeur 3
Évaluation
(57)
Projets
150
47%
Arbitrage
9
11% / 78%
En retard
17
11%
Gratuit
4
Développeur 4
Évaluation
(50)
Projets
80
39%
Arbitrage
4
50% / 25%
En retard
0
Gratuit
5
Développeur 5
Évaluation
(564)
Projets
933
47%
Arbitrage
302
59% / 25%
En retard
125
13%
Chargé

Informations sur le projet

Budget
30+ USD
Pour le développeur
27 USD