mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Update docstring for generate_graph()
This commit is contained in:
parent
c29c13dfd7
commit
5024cd52af
|
@ -132,6 +132,7 @@ def generate_graph(pair, trades, data, args) -> tools.make_subplots:
|
|||
:param pair: Pair to Display on the graph
|
||||
:param trades: All trades created
|
||||
:param data: Dataframe
|
||||
:param args: sys.argv that contrains the two params indicators1, and indicators2
|
||||
:return: None
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user