Use add_profit in script

This commit is contained in:
Matthias
2019-06-30 10:25:48 +02:00
parent 5a11ffcad8
commit 0b517584aa
3 changed files with 10 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ import pandas as pd
from freqtrade.arguments import Arguments
from freqtrade.exchange import Exchange
from freqtrade.data import history
from freqtrade.data.btanalysis import load_trades, create_cum_profit
from freqtrade.data.btanalysis import load_trades
from freqtrade.resolvers import ExchangeResolver, StrategyResolver
logger = logging.getLogger(__name__)