Created FundingFee class and added funding_fee to LocalTrade and freqtradebot

This commit is contained in:
Sam Germain
2021-08-03 12:55:22 -06:00
parent 5184cc7749
commit b7891485b3
9 changed files with 223 additions and 37 deletions

View File

@@ -3,7 +3,7 @@ from math import isclose
import pytest
from freqtrade.leverage import interest
from freqtrade.leverage.interest import interest
ten_mins = Decimal(1/6)