Initial v1 autonomous alpaca llm trading bot with dark dashboard
This commit is contained in:
24
.env.example
Normal file
24
.env.example
Normal file
@@ -0,0 +1,24 @@
|
||||
# Alpaca
|
||||
ALPACA_API_KEY=REPLACE_ME
|
||||
ALPACA_API_SECRET=REPLACE_ME
|
||||
ALPACA_BASE_URL=https://paper-api.alpaca.markets
|
||||
|
||||
# Runtime
|
||||
PAPER_MODE=true
|
||||
MAX_ORDER_USD=5
|
||||
TRADE_INTERVAL_HOURS=2
|
||||
TIMEZONE=America/Los_Angeles
|
||||
|
||||
# Ollama
|
||||
OLLAMA_URL=http://10.30.20.110:11434
|
||||
OLLAMA_MODEL=gemma3:latest
|
||||
|
||||
# Data sources
|
||||
SEARX_URL=http://10.30.20.35:6969/search
|
||||
SCRAPER_API_URL=http://10.30.20.115:24125
|
||||
|
||||
# App
|
||||
APP_HOST=0.0.0.0
|
||||
APP_PORT=8089
|
||||
DB_PATH=sqlite:///./bot.db
|
||||
SYMBOLS=SPY,QQQ,AAPL,MSFT,NVDA,AMD,TSLA,META,AMZN
|
||||
Reference in New Issue
Block a user