feat: strategie 1-10, framework analisi frattale, download dati storici BTC/ETH

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-27 00:55:13 +02:00
parent 49ee092c7f
commit 988739b2f5
29 changed files with 3300 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
[project]
name = "pythagoras-goal"
version = "0.1.0"
description = "Fractal pattern recognition and prediction for crypto trading (BTC, ETH)"
requires-python = ">=3.11"
dependencies = [
"pandas>=2.0",
"numpy>=1.24",
"requests>=2.31",
"ccxt>=4.0",
"pyarrow>=15.0",
"scipy>=1.11",
"scikit-learn>=1.3",
"torch>=2.0",
"matplotlib>=3.7",
"tqdm>=4.65",
]
[project.optional-dependencies]
dev = [
"pytest>=8.0",
"pytest-asyncio>=0.24",
"ipython>=8.0",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
asyncio_mode = "auto"