Positions
| Ticker | Class | Qty | Avg Buy | Current | Value | P&L | % Port |
|---|
Data
Price proxy (required)
Paste your Cloudflare Worker URL (see price-proxy.worker.js). Browsers block direct fetches to Indodax/Yahoo, so this proxy is what makes Refresh work.
Crypto pair: enter the Indodax pair string (e.g. btcidr, ethidr, solidr). The dashboard hits https://indodax.com/api/ticker/{pair}.
IDX stocks: enter the ticker without suffix (e.g. BBCA, BBRI). Quotes come from Yahoo Finance with the .JK suffix appended automatically, via a CORS proxy.
US stocks: deferred from v1, but the data model supports us_stock. Prices use Yahoo too. Note: USD-quoted prices are stored as-is — no FX conversion in v1.
Snapshots: one per calendar day. Re-hitting Refresh same day overwrites today's snapshot with the latest values.
Storage: all data lives in your browser's localStorage. Use Export to back up.