-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
31 lines (27 loc) · 841 Bytes
/
Copy pathenv.example
File metadata and controls
31 lines (27 loc) · 841 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
# API Keys
GEMINI_API_KEY=your_gemini_api_key_here
NEWS_API_KEY=your_news_api_key_here
# Exness Real Account
EXNESS_REAL_LOGIN=your_real_account_login
EXNESS_REAL_PASS=your_real_account_password
EXNESS_REAL_SERVER=your_real_account_server
# Exness Demo Account
EXNESS_DEMO_LOGIN=your_demo_account_login
EXNESS_DEMO_PASS=your_demo_account_password
EXNESS_DEMO_SERVER=your_demo_account_server
# Trading Params
SYMBOL=your_symbol_here
LOT_SIZE=your_lot_size_here
RISK_PER_TRADE=your_risk_per_trade_here
MINIMUM_SPREAD=your_minimum_spread_here
STOP_LOSS=your_stop_loss_here
TAKE_PROFIT=your_take_profit_here
MAX_DAILY_LOSS_PCT=0.03
MAX_OPEN_POSITIONS=3
STAKES_PER_SIGNAL=2
SESSION_FILTER_ENABLED=true
SESSION_START_UTC_HOUR=12
SESSION_END_UTC_HOUR=17
DB_PATH=data/trading_logs.db
# Set to 'real' to use live account
ENVIRONMENT=demo_or_real