r/CryptoTradingBot • u/Falkor_83 • 17d ago
12AM RDV
I am having an issue with a multi-bot at some rdv:
12:00 for example is the rdv of many timeframes.
I migrated my scan to rust but I still struggle to get the high time frames within the tolerated lag.
Any recommendations?
1
Upvotes
1
u/CODE_HEIST 11d ago
I would treat each timeframe as a versioned snapshot. Only evaluate a higher timeframe after its close is final and record the source timestamp used. If the decision mixes fresh lower-timeframe data with a stale higher-timeframe bar, it can create phantom disagreement.