Show production rank below ticker chart
This commit is contained in:
@@ -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) && (
|
||||
|
||||
Reference in New Issue
Block a user