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
+26
View File
@@ -0,0 +1,26 @@
{
"name": "Forex Quant Trading",
"folders": [
{
"path": "/Users/addysmacmini/forex-quant"
}
],
"settings": {
"python.defaultInterpreterPath": "/Users/addysmacmini/forex-quant/.venv/bin/python",
"python.terminal.activateEnvironment": true,
"files.exclude": {
"**/__pycache__": true,
"**/*.pyc": true,
".venv": true
},
"notebook.lineNumbers": "on",
"jupyter.interactiveWindow.creationMode": "perFile"
},
"extensions": {
"recommendations": [
"ms-python.python",
"ms-toolsai.jupyter",
"ms-python.vscode-pylance"
]
}
}