integrated liqformula into persistence/models, addjusted calc_close_value to change based on trading mode

This commit is contained in:
Sam Germain 2021-08-01 20:45:07 -06:00
parent 6c489f18fe
commit cb76146d58

View File

@ -1,9 +1,12 @@
# 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 freqtrade.enums.collateral import Collateral
from freqtrade.enums.tradingmode import TradingMode
from freqtrade.exceptions import OperationalException
<< << << < HEAD
== == == =
>>>>>> > eab5bb8a(integrated liqformula into persistence/models, addjusted calc_close_value to change based on trading mode)
# from math import ceil