diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 17:27:16 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 17:27:16 +0900 |
| commit | 23e60d37f8f55386ab7c1378a50db11a9c386dc6 (patch) | |
| tree | fa02de5d1681b03ceb37ce64f4c77a945065a088 /.env.example | |
| parent | 7d7ecadca4f7416eb252afce750e75e696d54a94 (diff) | |
feat(risk): add trailing stop, volatility sizing, and position limits
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.env.example b/.env.example index d082395..cd70aec 100644 --- a/.env.example +++ b/.env.example @@ -8,6 +8,10 @@ LOG_LEVEL=INFO RISK_MAX_POSITION_SIZE=0.1 RISK_STOP_LOSS_PCT=5 RISK_DAILY_LOSS_LIMIT_PCT=10 +RISK_TRAILING_STOP_PCT=0 +RISK_MAX_OPEN_POSITIONS=10 +RISK_VOLATILITY_LOOKBACK=20 +RISK_VOLATILITY_SCALE=false DRY_RUN=true TELEGRAM_BOT_TOKEN= TELEGRAM_CHAT_ID= |
