The formula for calculating the number of contracts by price has been changed

This commit is contained in:
algizn97
2025-10-21 13:59:09 +05:00
parent 5ad69f3f6d
commit e61b7334a4
2 changed files with 7 additions and 33 deletions

View File

@@ -140,7 +140,7 @@ class TelegramMessageHandler:
await rq.set_total_fee_user_auto_trading(
tg_id=tg_id, symbol=symbol, total_fee=total_fee
)
text += f"Текущая ставка: {user_deals_data.order_quantity}\n"
text += f"Текущая ставка: {user_deals_data.order_quantity} USDT\n"
else:
text += f"Количество: {exec_qty}\n"