Commit Graph

66 Commits (d1bc51959939059e0d099702e13ddf108fac1a26)

Author SHA1 Message Date
Matthias 54bc60b08f test: Update test for new to-json field
2 years ago
Matthias 7972a023ed fix: oddly wrong fee_cost calculation
2 years ago
Matthias 10f0522a6b chore: update attribute wording to bt_profit
2 years ago
Matthias 2bc9cdafb2 chore: update attribute wording to bt_trades
2 years ago
Matthias e643a2ea32 chore: update attribute wording to bt_trades_open
2 years ago
Matthias ec0f6cb246 Add Properties for canceled orders to trade_model
2 years ago
Matthias 4f5bf632fc ruff format: remaining tests
2 years ago
Matthias 7767ad9d6e Update imports in test directory
2 years ago
Matthias f52c3677ca Move test comment out of the test data
2 years ago
Christian Clauss 99b4767bf4 Fix typos discovered by codespell
2 years ago
Matthias 30b4f27152 Cleanup some nitpicks
2 years ago
Matthias 1696aa3915 Adjust tests for new fields
2 years ago
Matthias b33a9059ab Fix some more tests
2 years ago
Matthias 48097f4a7d Update tests according to calculation update
2 years ago
Matthias 0815bb6244 Improve trade close profit assertions
2 years ago
Matthias a049ff9371 Improve special testcase
3 years ago
Matthias 0c51e2637f Fix calculation issue for #9346
3 years ago
Matthias 24dfd9b93b Add test for #9346, showing current behavior
3 years ago
Matthias e81929bc55 Have test use funding_fee_running
3 years ago
Matthias 5a0c15f377 Update Idem test
3 years ago
Matthias 394d758d32 Add missing fields to json (and json parse)
3 years ago
Matthias fed24c1308 Improve test for get_canceled_exit_order
3 years ago
Matthias ae4021da14 Rename get_canceled exit orders ...
3 years ago
Matthias a866b0a35e Improve test correctness
3 years ago
Matthias 067c9219b6 replace 'open_orders' with "has_open_orders" in api
3 years ago
Matthias f4e5ce892b use has_open_orders in persistence
3 years ago
Matthias 830fc7580c Cleanup unused property
3 years ago
Matthias 8c95207ca4 Merge branch 'develop' into pr/Axel-CH/8779
3 years ago
Matthias ffaa121bc7 Simplify code by removing unnecessary (and non-working) method
3 years ago
Matthias 39b6a00224 Improve naming of calculate_profit method
3 years ago
Matthias 07e07bd66b Improve test, ensuring we calculate profits correctly
3 years ago
Matthias 28e685ee2b Switch combined profit response to dataclass
3 years ago
Matthias c58a1649cb add calc_profit_combined call
3 years ago
Matthias 1a8b793c0a Merge branch 'develop' into feat/stoploss_adjust
3 years ago
Matthias 3e986e24fa Merge branch 'develop' into pr/Axel-CH/8779
3 years ago
Matthias 0cc7039232 Fix mock trade 1 status
3 years ago
Matthias 6249392526 Add test for "allow adjustment in other direction"
3 years ago
Matthias 4da8c91161 Improve stop adjustment tests
3 years ago
Axel CHERUBIN f397d973f3
Merge branch 'freqtrade:develop' into feature/multiple_open_orders
3 years ago
Matthias 626ea6b119 Add backtesting support for order.stake_amount
3 years ago
Matthias f224f743da Add explicit test for open_orders property
3 years ago
axel 2495661554 remove unrequired appends from test_update_limit_order
3 years ago
axel ae92557dd7 remove commented legacy open_order_id property references
3 years ago
axel 057f852e06 fix localTrade and trade classe miroring, fix persistence tests
3 years ago
axel 4874d10455 Replace open_order_id property by open_orders in Trade model, first test update
3 years ago
Matthias 9421ca2628 Remove arrow from test_persistence
3 years ago
Matthias c0713eb77f More tests to dt_helpers
3 years ago
Matthias cfae98ae00 dt_now for tests
3 years ago
Matthias 66a97ff45d Remove some utcnow usages
3 years ago
Matthias 1e9fa4c041 Improve test to cover to_ccxt better
3 years ago