tp 범위 조절

This commit is contained in:
2025-09-01 20:28:11 +09:00
parent 771f9c0d54
commit 1fe0bafc3b

View File

@@ -163,7 +163,7 @@ function enterMarket(sig) {
entry: curPrice, entry: curPrice,
qty: +qty, qty: +qty,
sl: sig.sl, sl: sig.sl,
tp: sig.tp, tp: sig.side === 'LONG' ? sig.tp - (sig.tp * 0.0005) : sig.tp + (sig.tp * 0.0005),
openTime: Date.now(), openTime: Date.now(),
fee, fee,
initialBalance: balance + fee initialBalance: balance + fee