mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
@@ -80,6 +80,7 @@ def test_backtest_position_adjustment(default_conf, fee, mocker, testdatadir) ->
|
||||
"is_short": [False, False],
|
||||
"open_timestamp": [1517251200000, 1517283000000],
|
||||
"close_timestamp": [1517263200000, 1517285400000],
|
||||
"funding_fees": [0.0, 0.0],
|
||||
}
|
||||
)
|
||||
results_no = results.drop(columns=["orders"])
|
||||
|
||||
Reference in New Issue
Block a user