Add reason when stopping bot
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user