diff --git a/.env.example b/.env.example index ed94485..d10d1c9 100644 --- a/.env.example +++ b/.env.example @@ -27,6 +27,10 @@ STANDX_SYMBOL=BTC-USD TRADE_SYMBOL=BTCUSDT # Trading pair symbol TRADE_AMOUNT=0.001 # Base order quantity (base asset, e.g. BTC) +# Swing Trading +SWING_DIRECTION=short # short | long | both +SWING_STOP_LOSS_PCT=0.05 # 0.05 = 5% + # Risk management (USD amounts unless noted) LOSS_LIMIT=0.04 # Max loss per trade in USDT before forced close TRAILING_PROFIT=0.2 # Trailing stop activation profit (USDT)