intraday-momentum-spy/ ├─ data/ │ ├─ spy_1min.csv # intraday OHLCV (not tracked) │ └─ spy_daily.csv # daily OHLCV (not tracked) ├─ src/ │ ├─ analytics.py # Sharpe, max DD, alpha/beta, monthly returns ...
bash_unit allows you to write unit tests (functions starting with test), run them and, in case of failure, displays the stack trace with source file and line number indications to locate the problem.