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
+10
View File
@@ -0,0 +1,10 @@
# Forex Quant Dashboard — Deployment Requirements
# TA-Lib is optional (pandas fallback handles everything)
streamlit>=1.28
pandas>=2.0
numpy>=1.24
plotly>=5.15
yfinance>=0.2.28
scikit-learn>=1.3
scipy>=1.11
python-dotenv>=1.0