docs: Hinweis zu Spät-Events am Warmup-Fenster (Review Task 9)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 08:45:52 +00:00
parent b617740a40
commit a13bca596c

View File

@@ -18,7 +18,7 @@ const M15 = 15 * 60 * 1000;
const BOT_STATE_ID = 3; // 1 = Trend, 2 = Grid const BOT_STATE_ID = 3; // 1 = Trend, 2 = Grid
const START_CAPITAL = 10_000; const START_CAPITAL = 10_000;
/** Keine Indikatoren — Warmup nur für lastClose-Seed (Equity offener Positionen). */ /** Keine Indikatoren — Warmup nur für lastClose-Seed (Equity offener Positionen). */
const WARMUP_BARS_15M = 8; const WARMUP_BARS_15M = 8; // Spät eingespielte Events (z. B. Backfill ohne consumed-Markierung) würden zum nächsten verfügbaren Open statt zum Event-Open einsteigen
export const TRUMP_CYCLE_CONFIG: TrumpCycleConfig = { export const TRUMP_CYCLE_CONFIG: TrumpCycleConfig = {
exec: DEFAULT_EXEC, exec: DEFAULT_EXEC,