Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. fast = input(5, title="Fast")
  2. source = input(close)
  3.  
  4. vwma_fast = vwma(source, fast)
  5. sma_fast = vwma(source, fast)
  6.  
  7. plot(vwma_slow, title="VWMA", color=color.blue)
  8. plot(sma_slow, title="SMA", color=color.black)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement