1

I've tried line.style_solid, but it doesn't work. This is the code.

plot(close, title = "Close", color = color.blue, linewidth = 2, style = line)

This error appeared

Undeclared identifier 'line'

1 Answer 1

3
plot(close, title = "Close", color = color.blue, linewidth = 2, style =plot.style_line) 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.