İş tamamlandı

Tamamlanma süresi: 18 saat
Geliştirici tarafından geri bildirim
Excelente cliente, bem objetivo
Müşteri tarafından geri bildirim
Muito atencioso, recomendo!

İş Gereklilikleri

O nome do indicador é BrkVol e pode ser encontrado no TradingView.

study(title = "Breakout Volume", shorttitle = "BrkVol", format = format.volume)
showMA = input(true, title = "Show Moving Avg")
volmalen = input(20, title = "Avg Length")
volmult = input(2, title = "Avg Multiplier")
volma = sma(volume, volmalen)
volcolor = close > open and volume > volma * volmult ? color.lime : 
   close < open and volume > volma * volmult ? color.red : color.gray
plot(volume, color=volcolor, style=plot.style_columns, title="Volume", transp=65)
plot(showMA ? volma * volmult : na, style=plot.style_area, color=color.blue, title="Volume MA", transp=65)


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(31)
Projeler
53
6%
Arabuluculuk
21
0% / 100%
Süresi dolmuş
24
45%
Çalışıyor
2
Geliştirici 2
Derecelendirme
(256)
Projeler
417
38%
Arabuluculuk
86
44% / 19%
Süresi dolmuş
71
17%
Meşgul

Proje bilgisi

Bütçe
30+ USD
Geliştirici için
27 USD