mirror of
https://github.com/ilahuerta-IA/backtrader-atr-stop-loss-usdchf.git
synced 2026-07-27 15:37:45 +00:00
22 lines
605 B
Plaintext
22 lines
605 B
Plaintext
# =================================================================
|
|
# Dependencies for the Backtrader ATR Stop-Loss Strategy
|
|
#
|
|
# This file was generated by 'pip freeze' to capture the exact
|
|
# versions of all direct and indirect dependencies, ensuring a
|
|
# fully reproducible environment.
|
|
#
|
|
# To install, run:
|
|
# pip install -r requirements.txt
|
|
# =================================================================
|
|
|
|
backtrader==1.9.76.123
|
|
matplotlib==3.8.4
|
|
numpy==1.26.4
|
|
Pillow==10.3.0
|
|
cycler==0.12.1
|
|
fonttools==4.51.0
|
|
kiwisolver==1.4.5
|
|
packaging==24.0
|
|
pyparsing==3.1.2
|
|
python-dateutil==2.9.0.post0
|
|
six==1.16.0 |