Merge branch 'develop' into fix/backtest_toomanyopen

This commit is contained in:
Matthias
2018-11-24 10:38:30 +01:00
47 changed files with 2615 additions and 301 deletions

View File

@@ -31,8 +31,8 @@ class BTContainer(NamedTuple):
def _get_frame_time_from_offset(offset):
return ticker_start_time.shift(
minutes=(offset * TICKER_INTERVAL_MINUTES[tests_ticker_interval])).datetime
return ticker_start_time.shift(minutes=(offset * TICKER_INTERVAL_MINUTES[tests_ticker_interval])
).datetime.replace(tzinfo=None)
def _build_backtest_dataframe(ticker_with_signals):