fix first important tests in test_freqtradebot, update and fix on order related Trade class hybrid_properties

This commit is contained in:
axel
2023-06-15 01:55:13 -04:00
parent 450fc5763f
commit 9cdff0b0a5
4 changed files with 79 additions and 39 deletions

View File

@@ -2592,7 +2592,6 @@ def open_trade():
pair='ETH/BTC',
open_rate=0.00001099,
exchange='binance',
open_order_id='123456789',
amount=90.99181073,
fee_open=0.0,
fee_close=0.0,
@@ -2604,7 +2603,7 @@ def open_trade():
Order(
ft_order_side='buy',
ft_pair=trade.pair,
ft_is_open=False,
ft_is_open=True,
ft_amount=trade.amount,
ft_price=trade.open_rate,
order_id='123456789',