Add tests for advise_indicator methods

This commit is contained in:
Matthias
2018-07-18 22:04:34 +02:00
parent 4ebd706cb8
commit aa772c28ad
3 changed files with 13 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ IStrategy interface
This module defines the interface to apply for strategies
"""
import logging
from abc import ABC, abstractmethod
from abc import ABC
from datetime import datetime
from enum import Enum
from typing import Dict, List, NamedTuple, Tuple