forked from junta/tradingview-alert-connector
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.sample
56 lines (46 loc) · 1.13 KB
/
.env.sample
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Required variables for dydx v3
ETH_ADDRESS=
STARK_PUBLIC_KEY=
STARK_PRIVATE_KEY=
API_KEY=
API_PASSPHRASE=
API_SECRET=
# Required variables for dYdX v4
DYDX_V4_MNEMONIC=
# Enter OnlySell to execute only sell transactions
DYDX_V4_MODE=
# Required variables for perpetual protocol
PERPETUAL_PRIVATE_KEY=
# Required variables for hyperliquid
HYPERLIQUID_PRIVATE_KEY=
HYPERLIQUID_WALLET_ADDRESS=
HYPERLIQUID_VAULT_ADDRESS=
# Enter OnlySell to execute only sell transactions
HYPERLIQUID_MODE=
# Required variables for bybit
BYBIT_API_KEY=
BYBIT_SECRET=
# Enter OnlySell to execute only sell transactions
BYBIT_MODE=
# Required variables for bitget
BITGET_API_KEY=
BITGET_SECRET=
BITGET_API_PASSWORD=
# Enter OnlySell to execute only sell transactions
BITGET_MODE=
# Required variables for bingx
BINGX_API_KEY=
BINGX_SECRET=
# Enter OnlySell to execute only sell transactions
BINGX_MODE=
# Required variables for GMX v2
GMX_PRIVATE_KEY=
GMX_LEVERAGE=2
# Required variables for Bluefin
BLUEFIN_MNEMONIC=
# Optional variables
TRADINGVIEW_PASSPHRASE=
SENTRY_DNS=
FILL_WAIT_TIME_SECONDS=300
UPDATE_POSITIONS_TIMER="*/30 * * * * *"
MINIMUM_PROFIT_PERCENT=