Add initial plotting test

This commit is contained in:
Matthias
2019-06-10 20:17:23 +02:00
parent cae2185460
commit 2891d7cccb
3 changed files with 54 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ def generate_graph(
trades: pd.DataFrame = None,
indicators1: List[str] = [],
indicators2: List[str] = [],
) -> tools.make_subplots:
) -> go.Figure:
"""
Generate the graph from the data generated by Backtesting or from DB
Volume will always be ploted in row2, so Row 1 and are to our disposal for custom indicators