{ "run_id": "20260826T053336Z", "finished_utc": "2026-08-26T05:34:33+00:00", "note": "first archived run (pipeline test)", "coins": "list", "trading_env": { "SYMBOLS": "PEPEUSDT, FLOKIUSDT, XRPUSDT", "ALWAYS_SYMBOLS": "", "DATE_TIME_FROM": "2026-07-01T00:00", "DATE_TIME_TO": "2026-08-25T00:00", "INTERVAL_01": "5m", "INTERVAL_02": "5m", "HISTORICAL_DATABASE": "db/binance_historical_kline_data.db" }, "backtest_env": { "DB_DIRECTORY": "/home/gnowak/projects/crypto_trading_02/db", "DB_TABLE_BUY": "kline_data_5m", "DB_TABLE_SELL": "kline_data_5m" }, "config_yaml": { "buy_conditions": { "require_previous_rsi": true, "rsi_above_threshold": 40, "rsi_below_threshold": 95, "rsi_below_sell_rsi": 30, "rsi_minimum": 75, "previous_rsi_below_threshold": 80, "require_previous_macd": true, "previous_red_candle_open_is_buy_level": true, "relative_atr_range": [ 0.008, 0.03 ], "max_close_price": 300, "price_above_ma": true, "minimum_periods": 120 }, "sell_conditions": { "immediate_sell_above_rsi": 85 }, "stop_conditions": { "trigger_hard_stop": 0.025, "hard_stop_percentage": 1.008, "rsi_stop_normal": 90, "rsi_stop_normal_division": 1, "rsi_stop_aggressive": 75, "rsi_stop_aggressive_division": 6, "x_times_atr_trigger_hard_stop": 2, "x_times_atr_hard_stop_threshold": 0.9, "top_wig_x_times_body_immediate_sell": 30 } }, "constants_db": { "MOVING_AVERAGE_THRESHOLD": 1.5, "MOVING_AVERAGE_PERIODS": 50, "POSITIVE_PERIODS": 2, "RSI_PERIOD": 14, "PRICE_VOLUME_THRESHOLD": 20000, "MOVING_VOLUME_SUM_PERIODS": 10, "CONSTANTS_RELOAD_INTERVAL": 600, "PRICE_DIFFERENCE_THRESHOLD": 3, "TRAILING_STOP_LOSS_PERCENT": 0.025 }, "costs": { "fee_rate_per_side": 0.001, "slippage_rate_per_side": 0.0005 }, "git": { "crypto_trading_02": { "commit": "acb6163", "branch": "master", "dirty_files": 3 }, "crypto_backtest_01": { "commit": "fd5a4a7", "branch": "main", "dirty_files": 4 } } }