Fix: update Gareth frames to 5970, add indicator buttons
This commit is contained in:
@@ -238,6 +238,15 @@ export default function TradingChart() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Indicator toggles */}
|
||||
<div className="flex gap-2 flex-wrap">
|
||||
<button className="px-3 py-1 rounded text-sm bg-brand-pink text-white">VOL</button>
|
||||
<button className="px-3 py-1 rounded text-sm bg-white/10 text-white/50">EMA 20</button>
|
||||
<button className="px-3 py-1 rounded text-sm bg-white/10 text-white/50">EMA 50</button>
|
||||
<button className="px-3 py-1 rounded text-sm bg-white/10 text-white/50">S/R</button>
|
||||
<button className="px-3 py-1 rounded text-sm bg-white/10 text-white/50">👁 THOTH</button>
|
||||
</div>
|
||||
|
||||
<div className="flex justify-between p-4 rounded-lg bg-black/50 border border-white/10">
|
||||
<div>
|
||||
<span className="text-2xl font-bold">{selectedAsset}/USD</span>
|
||||
|
||||
Reference in New Issue
Block a user