Add initial plotting test
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user