mirror of
https://github.com/Arianhgh/fx-quant-research.git
synced 2026-08-25 00:28:13 +00:00
Add project scaffold with config and dependencies
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
"""tradingbot: a 5-minute gold/forex ML trading research framework.
|
||||
|
||||
Sub-packages:
|
||||
data - data download, loading, cleaning and feature engineering
|
||||
models - the three model approaches (tree ensemble, neural ensemble, manager)
|
||||
signals - turning model predictions into risk-managed trade signals
|
||||
backtest - walk-forward optimization and performance metrics
|
||||
viz - signal / performance visualization
|
||||
"""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
Reference in New Issue
Block a user