Clean a bit and add prod env to front
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Managing.Application.Abstractions.Services
|
||||
bool isForWatchingOnly = false,
|
||||
bool save = false,
|
||||
List<Candle>? initialCandles = null,
|
||||
decimal cooldownPeriod = 1,
|
||||
int cooldownPeriod = 1,
|
||||
int maxLossStreak = 0);
|
||||
|
||||
Task<Backtest> RunFlippingBotBacktest(
|
||||
@@ -39,7 +39,7 @@ namespace Managing.Application.Abstractions.Services
|
||||
bool isForWatchingOnly = false,
|
||||
bool save = false,
|
||||
List<Candle>? initialCandles = null,
|
||||
decimal cooldownPeriod = 1,
|
||||
int cooldownPeriod = 1,
|
||||
int maxLossStreak = 0);
|
||||
|
||||
bool DeleteBacktest(string id);
|
||||
@@ -53,7 +53,7 @@ namespace Managing.Application.Abstractions.Services
|
||||
List<Candle> candles,
|
||||
decimal balance,
|
||||
User user = null,
|
||||
decimal cooldownPeriod = 1,
|
||||
int cooldownPeriod = 1,
|
||||
int maxLossStreak = 0);
|
||||
|
||||
Task<Backtest> RunFlippingBotBacktest(
|
||||
@@ -64,7 +64,7 @@ namespace Managing.Application.Abstractions.Services
|
||||
List<Candle> candles,
|
||||
decimal balance,
|
||||
User user = null,
|
||||
decimal cooldownPeriod = 1,
|
||||
int cooldownPeriod = 1,
|
||||
int maxLossStreak = 0);
|
||||
|
||||
// User-specific operations
|
||||
|
||||
Reference in New Issue
Block a user