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
+15
View File
@@ -0,0 +1,15 @@
# Forex Quant Trading Project
.env
__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
build/
.vscode/
notebooks/.ipynb_checkpoints/
data/raw/*
data/processed/*
!data/raw/.gitkeep
!data/processed/.gitkeep
logs/*.log