ranaroussi / qtpylib

QTPyLib, Pythonic Algorithmic Trading
http://qtpylib.io
Apache License 2.0
2.16k stars 513 forks source link

--start --end #132

Closed JMA6971 closed 5 years ago

JMA6971 commented 5 years ago

from documentation:

--start Backtest start date (YYYY-MM-DD [HH:MM:SS[.MS]) --end Backtest end date (YYYY-MM-DD [HH:MM:SS[.MS])

what is the correct method to set the start and stop time for the back test.

--start 20190726 09:30:00 --end 20190726 09:45:00

for example seems to have no effect on selecting the times

kalpesh-99 commented 4 years ago

Hi, I'm running into the same issue here. @jonahern how did you resolve it?