Skip to content

Wave 2 — Smart Money Watch, AI diagnostic, PT/EN i18n

Choose a tag to compare

@nftradercrypto nftradercrypto released this 26 May 15:46

Wave 2 submission to the SoSoValue Buildathon. Superset of Wave 1 (1st place, preserved at wave-1-final).

Live app: edgework.streamlit.app

What's new

1 · Counterfactual Equity Curve

Dashed overlay on the equity chart showing what your PNL would have been if you'd skipped the trades flagged by the risk filters. Quantifies the dollar value of your worst patterns directly on the chart.

2 · Smart Money Watch (live)

Real-time aggregation of open positions from the top 20 active+profitable SoDEX traders (top 50 by 30-day volume, filtered to PNL > 0). Shows LONG / SHORT / NET exposure per symbol with 15-min cache.

3 · Your Positions vs Smart Money

Compares each of your open positions to the smart-money consensus on the same symbol. Flags ✓ aligned / ⚠ contrarian / **~ mixed**. Foundation for the upcoming Discord alert bot.

4 · Volume-Ranked Wallet Banner

Replaces the old PNL rank (skewed by ~118k dormant wallets) with 30-day volume rank — a real activity signal.

5 · Full Diagnostic (single-call AI)

Replaces the old briefing + Q&A buttons with one deterministic Claude Sonnet 4.6 tool-use loop. Produces a structured "5 biggest problems + 3-5 specific rules" autopsy. Every cited number is backed by a tool call. Prompt-cached.

6 · PT/EN i18n

Full UI translation with top-right toggle. Every label, section, dynamic insight, and the diagnostic prompt itself are translated.

Polish carried over from Wave 1

Bookmarkable URL state · BTC regime tagging as 8th slicer dimension · 2D risk filter · day-of-week × hour-of-day heatmap · peer benchmark with dynamic PT/EN insights.

Stack

Python 3.13 · Streamlit ≥ 1.39 · Pandas 3.x · Anthropic Claude Sonnet 4.6 (prompt caching + tool use) · SoDEX Public API · SoSoValue API.

@nftradercrypto