mirror of
https://github.com/BrentNeale1/fx-quant.git
synced 2026-07-27 18:37:45 +00:00
546d7311ec
Introduces a full Trading Economics API pipeline that fetches, stores, and queries economic events (NFP, CPI, rate decisions, etc.) so the backtester can block trade entries within a configurable buffer window of high-impact releases — reducing slippage and false signals. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
272 B
Bash
8 lines
272 B
Bash
OANDA_API_KEY=your-oanda-api-key-here
|
|
OANDA_ACCOUNT_ID=your-account-id-here
|
|
OANDA_ENV=practice
|
|
DASHBOARD_PASSWORD=changeme
|
|
SUPABASE_URL=https://your-project.supabase.co
|
|
SUPABASE_KEY=your-supabase-anon-key-here
|
|
TRADING_ECONOMICS_API_KEY=your-trading-economics-api-key-here
|