upgraded graphing script to work with latest version of objectivity
This commit is contained in:
parent
478b0803d6
commit
9d844696f9
@ -27,11 +27,7 @@ from freqtrade.analyze import Analyze
|
|||||||
from freqtrade.arguments import Arguments
|
from freqtrade.arguments import Arguments
|
||||||
from freqtrade.configuration import Configuration
|
from freqtrade.configuration import Configuration
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
logger = logging.getLogger('freqtrade')
|
logger = logging.getLogger('freqtrade')
|
||||||
=======
|
|
||||||
logger = logging.getLogger(__name__)
|
|
||||||
>>>>>>> bddf009a2b6d0e1a19cca558887ce972e99a6238
|
|
||||||
|
|
||||||
def plot_dataframes_markers(data, fig, args):
|
def plot_dataframes_markers(data, fig, args):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user