-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (27 loc) · 1.42 KB
/
Copy path.env.example
File metadata and controls
35 lines (27 loc) · 1.42 KB
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
# === QUANTUMALPHA CAPITAL CONFIGURATION ===
# Elite algorithmic trading platform API keys
# Hyperliquid Exchange Integration
HYPERLIQUID_PRIVATE_KEY=your_private_key_here
# For API wallets: specify your main account address for balance queries
HYPERLIQUID_ACCOUNT_ADDRESS=your_account_address_here
# OR use mnemonic phrase
# MNEMONIC=your_mnemonic_phrase_here
# Technical Analysis Engine
TAAPI_API_KEY=your_taapi_api_key_here
# Neural Decision Engine
OPENROUTER_API_KEY=your_openrouter_api_key_here
# === TRADING CONFIGURATION ===
# Portfolio Management
INSTRUMENTS=BTC ETH LTC # Trading universe (space-separated)
ANALYSIS_TIMEFRAME=5m # Neural analysis frequency (5m, 15m, 1h, 4h)
EXECUTION_MODE=systematic # systematic (auto) or manual (approval required)
AI_MODEL=deepseek/deepseek-chat-v3.1 # Neural engine model selection
# Network Configuration
HYPERLIQUID_NETWORK=mainnet # mainnet or testnet
# OpenRouter Integration (optional)
OPENROUTER_REFERER=https://yoursite.com # Your website reference
OPENROUTER_APP_TITLE=quantumalpha-capital # Application identifier
# Advanced Neural Features
REASONING_ENABLED=true # Enable extended AI reasoning
REASONING_EFFORT=high # low, medium, high
USE_MULTI_ANALYST=true # Enable 4-analyst ensemble system (default: enabled)