mirror of
https://git.hmsn.ink/coin/bot.git
synced 2026-03-19 15:55:01 +09:00
tp 범위 조절
This commit is contained in:
2
index.js
2
index.js
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user