Add mock to improve backtesting tests

This commit is contained in:
Gerald Lonlas
2017-12-16 14:29:24 -08:00
parent 512fcdbcb1
commit 054267a025
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