Skip to content

Commit

Permalink
Update web default bot values
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Wu Fei authored and Carlos Wu Fei committed Oct 8, 2023
1 parent 0b57092 commit 2c9f5a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/src/state/bots/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -42,7 +42,7 @@ export const bot = {
orders: [],
quoteAsset: "",
baseAsset: "",
stop_loss: 0,
stop_loss: 3,
margin_short_reversal: true,
stopLossError: false,
safety_orders: [],
Expand Down

0 comments on commit 2c9f5a5

Please sign in to comment.