Skip to content

Commit 12b24c6

Browse files
authored
Updated bollinger ribbon
1 parent 4d8c72f commit 12b24c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bollinger-ribon-10bar.pine

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@version=4
2+
// https://github.com/modster/lilBot
23

34
study(shorttitle="BBfib", title="Standard Deviation", overlay=true)
45
length = input(15, minval=1)
@@ -25,4 +26,4 @@ fill(p1, p2, transp=90)
2526
fill(p3, p2, transp=94)
2627
fill(p3, p5, transp=98)
2728
fill(p1, p4, transp=94)
28-
fill(p4, p6, transp=98)
29+
fill(p4, p6, transp=98)

0 commit comments

Comments
 (0)