Initial commit: forex quant dashboard with momentum strategy + TA-Lib free impl

This commit is contained in:
addychai355-create
2026-05-12 21:42:26 +08:00
commit 24d2f4feed
15 changed files with 1643 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# OANDA API (free demo: https://www.oanda.com/demo-account/)
OANDA_API_KEY=your_api_key_here
OANDA_ACCOUNT_ID=your_account_id_here
OANDA_ENVIRONMENT=practice # practice or live
# Optional: Alpha Vantage for free FX data (limited)
ALPHA_VANTAGE_KEY=your_key_here