Skip to content

Data resampling for paper/live trading

Compare
Choose a tag to compare
@shlomiku shlomiku released this 14 Oct 07:39
· 67 commits to master since this release
978065e

In this release we:

  • Add an example code to explain how to use the resample functionality: code

Bugfixes:

  • make sure start_date < end_date when performing a backfill: 0d9c258
  • inifinite loop fix when backfilling when resampling is required: 22d419d
  • bidask param is not used in backfill. document it.