function name refactored
This commit is contained in:
@@ -352,7 +352,7 @@ class Trade(_DECL_BASE):
|
||||
return float(f"{profit_percent:.8f}")
|
||||
|
||||
@staticmethod
|
||||
def calc_total_open_trades_in_stake_currency() -> float:
|
||||
def total_open_trades_stakes() -> float:
|
||||
"""
|
||||
Calculates total invested amount in open trades
|
||||
in stake currency
|
||||
|
Reference in New Issue
Block a user