Initial commit: Gold Trading Simulator with AI-powered analysis

This commit is contained in:
Krikorios
2025-11-16 00:50:04 +02:00
commit 72c1d3adb7
128 changed files with 16232 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
version: "3.9"
services:
# Freqtrade CLI container (manual use only). It will not start with default `docker compose up`.
freqtrade-cli:
image: freqtradeorg/freqtrade:stable
container_name: freqtrade_cli
profiles: ["manual"]
working_dir: /freqtrade
volumes:
- ../ft_userdata:/freqtrade/user_data
# Keep stopped by default; run on-demand with:
# docker compose --profile manual run --rm freqtrade-cli backtesting --help