Add mock to improve backtesting tests (#194)

This commit is contained in:
Gérald LONLAS
2017-12-16 15:24:21 -08:00
committed by Michael Egger
parent 512fcdbcb1
commit 14868615d5
3 changed files with 41 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ import logging
import json
import os
from typing import Optional, List, Dict
import time
from freqtrade.exchange import get_ticker_history
from pandas import DataFrame