feat(v0.2): live ticks, paper trading, alerts, command palette, cracks, equities, geopolitics, weather#2
Open
dpk-jr wants to merge 1 commit into
Open
feat(v0.2): live ticks, paper trading, alerts, command palette, cracks, equities, geopolitics, weather#2dpk-jr wants to merge 1 commit into
dpk-jr wants to merge 1 commit into
Conversation
… cracks, equities, geopolitics, weather
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request was generated by @kiro-agent 👻
Comment with /kiro fix to address specific feedback or /kiro all to address everything.
Learn about Kiro autonomous agent
What's new in v0.2
Bugs fixed (v0.1 review pass)
OrderBookgrouping buttons now actually change the ladder (were ignored).MarketSentimentMA rows no longer always say "Above price"; derived live from closes.StatsCardsdropped hardcoded $82.45 price and the nonsensical progress formula.SupplyDemandbalance bar renders on both sides of the midpoint (was translating off-screen in deficit).href="#").Math.max(30, …)clamp that broke NG/RBOB, and the barrel-only volume axis.MIDconstants leaking intoOrderBookandRecentTrades.New widgets
MarketSelector— per-instrument switcher with watchlist starsCommandPalette—Cmd/Ctrl+K, fuzzy search across markets, news, and actionsPriceAlerts— above/below rules, crossing detection, header badgePaperTrading— order ticket, avg-price / realized / unrealized P&L, order historyCrackSpread— WTI 3-2-1, Brent 3-2-1, Gasoil, Jet, HSFOEquityHeatmap— 18 energy names across 5 sectorsRefinedProducts— RBOB / HO / NG quick switcherGeopoliticsMap— stylized SVG map with risk pins + sorted risk listGulfWeather— active storms + shut-in oil/gas %Infrastructure
MarketProviderstore (instrument, timeframe, live toggle, priceMap, watchlist, alerts, paper trading), persisted vialocalStorage.PriceChartrewrite: ComposedChart, SMA 20/50 + Bollinger toggle, pause/resume, CSV export.Tested
React.namespace without import, noany, no dead imports,noUnusedLocals/Parametersclean.npm install/ build in the sandbox (registry blocked —INTEGRATIONS_ONLYnetwork mode). Please runnpm install && npm run buildlocally to confirm — paste any error and I'll fix it.Not in scope