trade open time bug resolved (was behind of the market)

This commit is contained in:
misagh 2018-10-23 19:32:20 +02:00
parent 57bc4a866a
commit 67ace0a76c

View File

@ -358,7 +358,7 @@ class Edge():
'stoploss': stoploss,
'profit_percent': '',
'profit_abs': '',
'open_time': date_column[open_trade_index],
'open_time': date_column[open_trade_index + 1],
'close_time': date_column[exit_index],
'open_index': start_point + open_trade_index + 1,
'close_index': start_point + exit_index,