Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. plot priceLine = HighestAll(if IsNaN(close[-1]) and !IsNaN(close) then close else Double.NaN);
  2. priceLine.SetStyle(Curve.short_dash);
  3. priceLine.SetLineWeight(1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement