Add bot worker

This commit is contained in:
2024-06-28 17:26:28 +07:00
parent 7a6d656335
commit d96b2a4c3b
24 changed files with 120 additions and 113 deletions

View File

@@ -18,6 +18,7 @@ namespace Managing.Application.Bots
Timeframe timeframe,
IAccountService accountService,
IMessengerService messengerService,
IBotService botService,
bool isForBacktest = false,
bool isForWatchingOnly = false)
: base(accountName,
@@ -31,6 +32,7 @@ namespace Managing.Application.Bots
timeframe,
accountService,
messengerService,
botService,
isForBacktest,
isForWatchingOnly)
{