Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion algorithmic_trading_utilities/common/portfolio_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@ def report(self):

if (
"Return" in label
or "Drawdown" in label
or "Max Drawdown" in label
or "Average Drawdown" in label
or "VaR" in label
or "CVaR" in label
or "Alpha" in label
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
alpaca-py>=0.42.1
alpaca-trade-api>=3.2.0
beautifulsoup4~=4.14.2
matplotlib~=3.8.2
numpy~=1.24.4
pandas~=2.0.3
python-dotenv>=1.1.1
matplotlib==3.10.7
numpy==2.2.6
pandas==2.3.3
python-dotenv==1.2.1
pytest~=7.4.4
pytest-mock~=3.3.1
requests>=2.32.5
scikit-learn~=1.3.2
scipy~=1.11.4
seaborn~=0.13.2
scikit-learn==1.7.2
scipy==1.15.3
seaborn==0.13.2
tokenizers==0.13.3
torch==2.8.0
transformers==4.30.0
Expand Down