Fix typo
This commit is contained in:
parent
0eb109f8f7
commit
765eff23f0
@ -93,7 +93,7 @@ def generate_graph(
|
|||||||
) -> go.Figure:
|
) -> go.Figure:
|
||||||
"""
|
"""
|
||||||
Generate the graph from the data generated by Backtesting or from DB
|
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
|
Volume will always be ploted in row2, so Row 1 and 3 are to our disposal for custom indicators
|
||||||
:param pair: Pair to Display on the graph
|
:param pair: Pair to Display on the graph
|
||||||
:param data: OHLCV DataFrame containing indicators and buy/sell signals
|
:param data: OHLCV DataFrame containing indicators and buy/sell signals
|
||||||
:param trades: All trades created
|
:param trades: All trades created
|
||||||
|
@ -26,7 +26,6 @@ Example of usage:
|
|||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
import sys
|
import sys
|
||||||
from argparse import Namespace
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Any, Dict, List
|
from typing import Any, Dict, List
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user