Refact task

This commit is contained in:
2024-07-12 21:33:35 +07:00
parent 0544749a69
commit dfe92d787e
5 changed files with 120 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ public interface IBotService
void AddTradingBotToCache(ITradingBot bot);
List<ITradingBot> GetActiveBots();
IEnumerable<BotBackup> GetSavedBots();
void StartBot(BotBackup backupBot);
void StartBotFromBackup(BotBackup backupBot);
ITradingBot CreateScalpingBot(string accountName, MoneyManagement moneyManagement, string name, Enums.Ticker ticker,
string scenario, Enums.Timeframe interval, bool isForWatchingOnly);