add fee param to function doc

This commit is contained in:
gcarq 2018-03-17 22:12:21 +01:00
parent a6a38735b1
commit cae7be4447
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ class Trade(_DECL_BASE):
Calculates the profit in percentage (including fee).
:param rate: rate to compare with (optional).
If rate is not set self.close_rate will be used
:param fee: fee to use on the close rate (optional).
:return: profit in percentage as float
"""
getcontext().prec = 8