alexcolson

Untitled

Apr 21st, 2011
1,895
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 0.16 KB | None | 0 0
  1. # get a time based subset
  2. x<-xx['2007-01::2007-06']
  3.  
  4. barChart(x)
  5. # add volume indicator
  6. addVo()
  7. # add a Exponential moving average
  8.  
  9. addTA(EMA(Vo(x),n=20))
Advertisement
Add Comment
Please, Sign In to add comment