Add reason when stopping bot

This commit is contained in:
2025-10-10 23:31:32 +07:00
parent d9ffadfe2b
commit d71d47f644
5 changed files with 13 additions and 10 deletions

View File

@@ -20,6 +20,7 @@ namespace Managing.Application.Abstractions
Candle LastCandle { get; set; }
Task Run();
Task StopBot(string reason = null);
int GetWinRate();
decimal GetProfitAndLoss();
decimal GetTotalFees();