feat: Add funding_fee to backtest results

closes #11699
This commit is contained in:
Matthias
2025-05-03 14:14:32 +02:00
parent 689da4c479
commit f8a151c2a5
3 changed files with 5 additions and 0 deletions

View File

@@ -828,6 +828,7 @@ def test_backtest_one(default_conf, mocker, testdatadir) -> None:
},
],
],
"funding_fees": [0.0, 0.0],
}
)
pd.testing.assert_frame_equal(results, expected)