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,
|
shape.triangleup,
|
||||||
location.belowbar,
|
location.belowbar,
|
||||||
color.green,
|
color.green,
|
||||||
size=size.small
|
size.small
|
||||||
)
|
)
|
||||||
|
|
||||||
plotshape(
|
plotshape(
|
||||||
@ -45,7 +45,7 @@ plotshape(
|
|||||||
shape.triangledown,
|
shape.triangledown,
|
||||||
location.abovebar,
|
location.abovebar,
|
||||||
color.red,
|
color.red,
|
||||||
size=size.small
|
size.small
|
||||||
)
|
)
|
||||||
|
|
||||||
// Alerts equivalent to get_signals() method
|
// Alerts equivalent to get_signals() method
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user