Restructured hedger modules: moved CLP hedger and auto hedger into separate folders, updated data fetchers and main app, removed deprecated files

This commit is contained in:
DiTus
2026-07-28 08:26:14 +02:00
parent e1b3c5814b
commit 68e528c1f6
73 changed files with 10139 additions and 1696 deletions

View File

@ -175,7 +175,7 @@ if __name__ == "__main__":
parser.add_argument(
"--coins",
nargs='+',
default=["BTC", "ETH"],
default=["BTC", "ETH", "xyz:BRENTOIL", "xyz:CL"],
help="List of coins to fetch (e.g., BTC ETH), or 'all' to fetch all coins."
)
parser.add_argument("--interval", default="1m", help="Candle interval (e.g., 1m, 5m, 1h).")