Show production rank below ticker chart

This commit is contained in:
2026-07-13 12:35:16 +02:00
parent 4730d19694
commit 0873176f64
3 changed files with 218 additions and 0 deletions
+5
View File
@@ -17,6 +17,7 @@ import { SentimentPanel } from '../components/ticker/SentimentPanel';
import { FundamentalsPanel } from '../components/ticker/FundamentalsPanel';
import { IndicatorSelector } from '../components/ticker/IndicatorSelector';
import { RecommendationPanel } from '../components/ticker/RecommendationPanel';
import { ProductionRankStrip } from '../components/ticker/ProductionRankStrip';
import { Button } from '../components/ui/Button';
import { Callout } from '../components/ui/Callout';
import { formatPrice } from '../lib/format';
@@ -461,6 +462,10 @@ export default function TickerDetailPage() {
{srLevels.isError && ' S/R levels unavailable.'}
{gateTargetLadder.isError && ' GTL diagnostic unavailable.'}
</p>
<ProductionRankStrip
setup={longSetup ?? shortSetup}
momentumGate={gateMomentum}
/>
</>
)}
{(longSetup || shortSetup) && (