integrated liqformula into persistence/models, addjusted calc_close_value to change based on trading mode
This commit is contained in:
parent
6c489f18fe
commit
cb76146d58
@ -1,9 +1,12 @@
|
|||||||
# from decimal import Decimal
|
# from decimal import Decimal
|
||||||
|
from freqtrade.exceptions import OperationalException
|
||||||
|
from freqtrade.enums.tradingmode import TradingMode
|
||||||
|
from freqtrade.enums.collateral import Collateral
|
||||||
from enum import Enum
|
from enum import Enum
|
||||||
|
|
||||||
from freqtrade.enums.collateral import Collateral
|
<< << << < HEAD
|
||||||
from freqtrade.enums.tradingmode import TradingMode
|
== == == =
|
||||||
from freqtrade.exceptions import OperationalException
|
>>>>>> > eab5bb8a(integrated liqformula into persistence/models, addjusted calc_close_value to change based on trading mode)
|
||||||
|
|
||||||
|
|
||||||
# from math import ceil
|
# from math import ceil
|
||||||
|
Loading…
Reference in New Issue
Block a user