Update docstring for generate_graph()

This commit is contained in:
Gerald Lonlas 2018-06-04 23:49:16 -07:00
parent c29c13dfd7
commit 5024cd52af
1 changed files with 1 additions and 0 deletions

View File

@ -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
"""