Initial commit: forex quant dashboard with momentum strategy + TA-Lib free impl
This commit is contained in:
+15
@@ -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
|
||||
Reference in New Issue
Block a user