Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. init():
  2. print("ready")
  3.  
  4. process:
  5. close = numpy.random.random(100)
  6. output = talib.SMA(close)
  7. print(output)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement