chore: split BTAnalyais to metrics

This commit is contained in:
Matthias
2022-04-30 14:47:27 +02:00
parent 2acb68e6e2
commit c6c569b772
10 changed files with 190 additions and 180 deletions

View File

@@ -5,7 +5,7 @@ from typing import Any, Dict
import pandas as pd
from freqtrade.data.btanalysis import calculate_max_drawdown
from freqtrade.data.metrics import calculate_max_drawdown
from freqtrade.persistence import Trade
from freqtrade.plugins.protections import IProtection, ProtectionReturn