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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user