Address feedback
This commit is contained in:
@@ -215,7 +215,7 @@ class Telegram(RPC):
|
||||
"*Open Rate:* `{open_rate:.8f}`",
|
||||
"*Close Rate:* `{close_rate}`" if r['close_rate'] else "",
|
||||
"*Current Rate:* `{current_rate:.8f}`",
|
||||
"*Close Profit:* `{close_profit}`" if r['close_profit_perc'] else "",
|
||||
"*Close Profit:* `{close_profit_perc}`" if r['close_profit_perc'] else "",
|
||||
"*Current Profit:* `{current_profit_perc:.2f}%`",
|
||||
|
||||
# Adding initial stoploss only if it is different from stoploss
|
||||
|
||||
Reference in New Issue
Block a user