Improve test for max_drawdown calculations

This commit is contained in:
Matthias
2022-04-25 07:23:16 +02:00
parent e8aec967dd
commit 9bc6bbe472
2 changed files with 33 additions and 1 deletions

View File

@@ -1,9 +1,9 @@
import logging
from pathlib import Path
from typing import Any, Dict, List, Optional
from numpy import number
import pandas as pd
from numpy import number
from freqtrade.configuration import TimeRange
from freqtrade.data.btanalysis import (analyze_trade_parallelism, calculate_max_drawdown,