Advertisement
Guest User

Untitled

a guest
Jul 9th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     setPlotOptions
  2.         sell:
  3.             color: 'red'
  4.         buy:
  5.             color: 'green'
  6.         trendShort:
  7.             color: 'blue'
  8.             lineWidth: 5
  9.         trendLong:
  10.             color: 'DeepSkyBlue'
  11.         sellTarget:
  12.             color: 'red'
  13.             lineWidth:8
  14.         buyTarget:
  15.             color: '00FF00'
  16.             lineWidth: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement