summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
Diffstat (limited to '.env.example')
-rw-r--r--.env.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/.env.example b/.env.example
new file mode 100644
index 0000000..37ddd56
--- /dev/null
+++ b/.env.example
@@ -0,0 +1,9 @@
+BINANCE_API_KEY=
+BINANCE_API_SECRET=
+REDIS_URL=redis://localhost:6379
+DATABASE_URL=postgresql://trading:trading@localhost:5432/trading
+LOG_LEVEL=INFO
+RISK_MAX_POSITION_SIZE=0.1
+RISK_STOP_LOSS_PCT=5
+RISK_DAILY_LOSS_LIMIT_PCT=10
+DRY_RUN=true