fix: Correct plotshape syntax and indentation in Sunny_Bands.pine
This commit is contained in:
parent
6e79d3380e
commit
277492c7f8
@ -36,7 +36,7 @@ plotshape(
|
||||
shape.triangleup,
|
||||
location.belowbar,
|
||||
color.green,
|
||||
size=size.small
|
||||
size.small
|
||||
)
|
||||
|
||||
plotshape(
|
||||
@ -45,7 +45,7 @@ plotshape(
|
||||
shape.triangledown,
|
||||
location.abovebar,
|
||||
color.red,
|
||||
size=size.small
|
||||
size.small
|
||||
)
|
||||
|
||||
// Alerts equivalent to get_signals() method
|
||||
|
||||
Loading…
Reference in New Issue
Block a user