Merge branch 'develop' into ccxt-parse_timeframe

This commit is contained in:
hroff-1902
2019-04-05 23:16:27 +03:00
committed by GitHub
9 changed files with 99 additions and 75 deletions

View File

@@ -33,7 +33,7 @@ class BTContainer(NamedTuple):
def _get_frame_time_from_offset(offset):
return ticker_start_time.shift(minutes=(offset * timeframe_to_minutes(tests_ticker_interval))
).datetime.replace(tzinfo=None)
).datetime
def _build_backtest_dataframe(ticker_with_signals):