-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
32 lines (28 loc) · 840 Bytes
/
.env.example
File metadata and controls
32 lines (28 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# =========================
# QuantLab local secrets
# Copy to `.env` and fill only the values you actually use.
# Leave unused values blank.
# =========================
# =========================
# Kraken
# =========================
KRAKEN_API_KEY=
KRAKEN_API_SECRET=
# =========================
# Hyperliquid
# =========================
# Private key used for local action signing.
HYPERLIQUID_PRIVATE_KEY=
# Execution account identity.
# For direct wallets, account and signer are usually the same address.
HYPERLIQUID_ACCOUNT=
HYPERLIQUID_ADDRESS=
HYPERLIQUID_SIGNER_ID=
HYPERLIQUID_SIGNER_TYPE=direct
# =========================
# Safe local defaults
# =========================
# Keep the repo in paper mode unless you are explicitly running a supervised broker flow.
EXECUTION_MODE=paper
RISK_PER_TRADE=0.01
MAX_DAILY_LOSS=0.03