diff --git a/web/src/state/bots/actions.js b/web/src/state/bots/actions.js index 54f49c660..7607c6d79 100644 --- a/web/src/state/bots/actions.js +++ b/web/src/state/bots/actions.js @@ -16,7 +16,7 @@ export const bot = { balanceAvailableError: false, balanceUsageError: false, balance_size_to_use: 0, // Centralized - base_order_size: "", + base_order_size: 50, baseOrderSizeError: false, balance_to_use: "USDT", bot_profit: 0, @@ -30,10 +30,10 @@ export const bot = { priceDevSoError: false, so_size: "0", soSizeError: false, - take_profit: "3", + take_profit: 2.3, takeProfitError: false, trailling: "false", - trailling_deviation: "0.63", + trailling_deviation: 2.8, dynamic_trailling: false, traillingDeviationError: false, formIsValid: true, @@ -42,7 +42,7 @@ export const bot = { orders: [], quoteAsset: "", baseAsset: "", - stop_loss: 0, + stop_loss: 3, margin_short_reversal: true, stopLossError: false, safety_orders: [],