Advertisement
retesere20

Untitled

Sep 15th, 2020
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1.  
  2. y=close
  3. func(x)
  4. label.new(bar_index, high, tostring(x[2]), style=label.style_circle) // gives NAN
  5. label.new(bar_index, high, tostring(y[2]), style=label.style_circle) // gives NAN
  6. if (barstate.islast)
  7. func(y)
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement