Guest User

Untitled

a guest
Nov 24th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. data = bt.feeds.GenericCSVData(dataname="BTCUSD_15MIN.csv",
  2. datetime=0,
  3. fromdate=datetime.datetime(2015,1,13),
  4. todate=datetime.datetime(2015,1,15),
  5. open=1,
  6. high=2,
  7. low=3,
  8. close=4,
  9. openinterest=-1,
  10. time=-1,
  11. volume=-1,
  12. dtformat="%Y-%m-%d %H:%M:%S")
Add Comment
Please, Sign In to add comment