remove openIndex and closeIndex from backtest-report

This commit is contained in:
Matthias
2020-06-26 09:27:07 +02:00
parent 04cbc2cde5
commit 0fa56be9d2
6 changed files with 3 additions and 23 deletions

View File

@@ -429,8 +429,6 @@ class Edge:
'profit_abs': '',
'open_date': date_column[open_trade_index],
'close_date': date_column[exit_index],
'open_index': start_point + open_trade_index,
'close_index': start_point + exit_index,
'trade_duration': '',
'open_rate': round(open_price, 15),
'close_rate': round(exit_price, 15),