Commit Graph

24 Commits

Author SHA1 Message Date
1a95fe1caa Clean up unused files, organize structure, update docs
- Delete obsolete files: data_fetcher_old.py, market_old.py, base_strategy.py (root),
  strategy_sma_cross.py, and old architecture remnants (address_monitor.py,
  position_monitor.py, trade_log.py, wallet_data.py, whale_tracker.py)
- Delete zero-byte Docker artifacts and runtime files (clp_hedger.log,
  clp_hedger/hedge_status.json)
- Move one-off utility scripts to scripts/ directory
- Move example/template files to .temp/ directory
- Update .gitignore: add entries for clp_hedger.log, clp_hedger/hedge_status.json,
  Docker layer hash files, Using, Running, and backups/
- Update .dockerignore: add clp_hedger.log, clp_hedger/hedge_status.json, backups/
- Create example config files: _data/strategies.json.example,
  _data/backtesting_conf.json.example, _data/coin_precision.json.example
- Update GEMINI.md: remove outdated session summaries and duplicate review section
- Update review.md: add cleanup status section, update remaining recommendations
- Update MIGRATION_PLAN.md: mark completed phases, update file references
- Update DOCKER_MIGRATION_GUIDE.md: update import_csv.py path reference
2026-08-05 09:50:36 +02:00
a5660bf479 Change XYZ100/USTECH fallback reference to 41.10 2026-07-29 20:28:17 +02:00
a620025365 Add XYZ100/USTECH ratio indicator with 41.18 fallback reference 2026-07-29 18:16:22 +02:00
f6d95de49f Add GOLD/SILVER ratio indicator to dashboard
Add gold_silver_ratio indicator (xyz:GOLD / xyz:SILVER) with fallback
reference of 61.59, mirroring the existing WTI/BRENT ratio setup.
Also register xyz:GOLD and xyz:SILVER in WATCHED_COINS and data_fetcher
defaults so the candle data is fetched for the new indicator.
2026-07-29 17:02:15 +02:00
8b88aee61f Add fallback_reference for deviation when insufficient data points
Add optional min_data_points (default 100) and fallback_reference config
fields to indicator definitions. When available daily data points are
below min_data_points, the fallback_reference value is used as the
deviation reference instead of the computed mean.

Applied to ratio, price, spread, and diff_pct indicator types.
Configured WTI/BRENT ratio with fallback_reference=0.96065.
2026-07-29 09:36:35 +02:00
2a8ee9c8c5 Remove ASTER, PUMP, ZEC from dashboard and stop tracking their history
- Remove ASTER, PUMP, ZEC from WATCHED_COINS in main_app.py
- Remove ASTER, PUMP, ZEC from coin_id_map.json (stops market cap collection)
- Remove ASTER, PUMP, ZEC from market_cap_data.json summary
- Remove ASTER, PUMP, ZEC manual overrides from coin_id_map.py
- Remove ASTER, PUMP, ZEC from resampling_status.json (gitignored)
- Add WIKI/symbol_management.md documentation for adding/removing symbols

Existing data in market_data.db is preserved; only new data collection stops.
2026-07-28 09:43:39 +02:00
68e528c1f6 Restructured hedger modules: moved CLP hedger and auto hedger into separate folders, updated data fetchers and main app, removed deprecated files 2026-07-28 08:26:14 +02:00
aeaae84750 remove market_data.db-shm from tracking 2025-11-11 10:56:47 +01:00
bdd2d607cd Delete _data/strategy_status_sma_cross_2.json 2025-11-10 08:19:06 +00:00
fd7b208fff Merge branch 'web_socket' of https://git.kapuscinski.pl/ditus/hyper into web_socket 2025-11-09 22:08:04 +01:00
1165060bc0 deleted 2025-11-09 22:07:14 +01:00
0210bc93bc Delete _data/market_data.db-shm 2025-11-09 18:43:59 +00:00
70f3d48336 live market websocket and monitoring wallets 2025-10-20 20:46:48 +02:00
64f7866083 WALK-FORWARD testing 2025-10-18 18:40:50 +02:00
6812c481e5 backword forward strategy 2025-10-18 18:29:06 +02:00
2b55851136 wiki 2025-10-18 15:55:53 +02:00
ebd22b6863 readme 2025-10-18 15:13:40 +02:00
603a506c4e readme.md 2025-10-18 15:10:46 +02:00
25df8b8ba9 trade_executor, agent creator 2025-10-16 13:18:39 +02:00
0d53200882 strategy status table 2025-10-15 18:32:12 +02:00
bbfb549fbb added market caps 2025-10-14 23:08:37 +02:00
323a3f31de imort CSV files 2025-10-14 19:15:35 +02:00
ac8ac31d01 first stategies, import script for BTC histry 2025-10-14 10:48:26 +02:00
5800fb6e2c Initial commit 2025-10-13 11:28:09 +02:00