Merge pull request #122 from gcarq/feature/fix-signal-handling

fix signal handling
This commit is contained in:
Samuel Husso
2017-11-22 13:38:57 +02:00
committed by GitHub
12 changed files with 87 additions and 70 deletions

View File

@@ -1,9 +1,9 @@
"""
Functions to analyze ticker data with indicators and produce buy and sell signals
"""
from enum import Enum
import logging
from datetime import timedelta
from enum import Enum
import arrow
import talib.abstract as ta