forked from jesse-ai/jesse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (25 loc) · 684 Bytes
/
.env.example
File metadata and controls
35 lines (25 loc) · 684 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
33
34
35
# values that are set to "0" or "1" get translated to booleans.
# to set arrays use only this syntax: "item1,item2". Yes, no spaces, no anything.
# Accepted values are: 'backtest', 'livetrade', 'import'.
TRADING_MODE=import
# docs: https://jesse-ai.com/docs/backtest.html
HIGH_FREQUENCY_TRADING=0
DEBUG_MODE=0
# in USD
STARTING_BALANCE=600
TRADING_SYMBOL=ETHUSD
SYMBOLS=ETHUSD,BTCUSD
TRADING_TIMEFRAME=15m
TIMEFRAMES=5m,15m,1h,3h
EXCHANGE=Bitfinex
FEE=0.002
BITFINEX_URL=wss://api.bitfinex.com/ws/2
BITFINEX_API_KEY=
BITFINEX_API_SECRET=
ENABLE_NOTIFICATIONS=0
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_IDS=
ENABLE_SENTRY=0
SENTRY_DSN=
# accepted values are: 'file'
LOG_DRIVER=file