mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-05-07 06:30:23 +00:00
test: Re-write test-data with proper decimals
This commit is contained in:
@@ -72,8 +72,8 @@ def test_backtest_position_adjustment(default_conf, fee, mocker, testdatadir) ->
|
||||
"initial_stop_loss_ratio": [-0.1, -0.1],
|
||||
"stop_loss_abs": [0.0940005, 0.092722365],
|
||||
"stop_loss_ratio": [-0.1, -0.1],
|
||||
"min_rate": [0.10370188, 0.10300000000000001],
|
||||
"max_rate": [0.10481985, 0.10388887000000001],
|
||||
"min_rate": [0.10370188, 0.103000000],
|
||||
"max_rate": [0.10481985, 0.103888870],
|
||||
"is_open": [False, False],
|
||||
"enter_tag": ["", ""],
|
||||
"leverage": [1.0, 1.0],
|
||||
|
||||
BIN
tests/testdata/UNITTEST_BTC-5m.feather
vendored
BIN
tests/testdata/UNITTEST_BTC-5m.feather
vendored
Binary file not shown.
Reference in New Issue
Block a user