Guest User

Untitled

a guest
Nov 18th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. set title "BTCUSD 4H" at screen 0.5, screen 0.95 center
  2. # set yrange [75:105]
  3. # set ytics (105, 100, 95, 90, 85, 80)
  4. # set xrange [50:253]
  5. set lmargin 9
  6. set rmargin 2
  7. set grid
  8. set boxwidth 0.2
  9. set style fill solid
  10. set style arrow 1 head filled ls 1
  11. set style arrow 2 head filled ls 2
  12. set arrow 1 from 1503504000, graph 0.1 to 1503504000, 4200 - 200 as 2
  13. plot 'btcusd_4h.dat' using 1:2:4:3:5 with candlesticks
Add Comment
Please, Sign In to add comment