diff --git a/frontend/src/components/tradeNotification/TradeSignalMiniChart.tsx b/frontend/src/components/tradeNotification/TradeSignalMiniChart.tsx index c2a9675..7b5b433 100644 --- a/frontend/src/components/tradeNotification/TradeSignalMiniChart.tsx +++ b/frontend/src/components/tradeNotification/TradeSignalMiniChart.tsx @@ -300,6 +300,7 @@ const TradeSignalMiniChart: React.FC = ({ candleOverlayToggles={candleOverlayToggles} onToggleCandleOverlay={handleToggleCandleOverlay} crosshairInfoVisible={false} + resolveInitialDisplayCount={needsDeepObv ? () => 99999 : undefined} /> )}