fix: Correct plotshape syntax and indentation in Sunny_Bands.pine

This commit is contained in:
Bobby (aider) 2025-02-08 10:18:26 -08:00
parent 6e79d3380e
commit 277492c7f8

View File

@ -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