Crypto Radar
Every MYR coin on Luno, scored across 14 indicators plus the Fear & Greed Index, with support/resistance, liquidity, and a plain-English confluence read per coin. Built to help you read the chart faster — not to tell you what to do with your money.
Not updated yet.
All Luno MY coins
Grouped by liquidity, sorted within each group by blended score — confluence weighted down for thinner coins, since a big reading there is more often volatility noise than genuine conviction (see the Confluence score glossary entry). Tap a coin to open its full breakdown.
Active
Medium
Thin
Confluence read
—
Coin detail
Full indicator scorecard
Order book snapshot
Bids (buyers)
Asks (sellers)
News & AI insight
Latest crypto headlines
Glossary
Every term used above, in plain language. Tap any icon on the page for a quick inline definition instead of coming back here.
Settings reference
Everything you can change without touching any code lives in the CONFIG block at the top of crypto-radar.js — column two below is what to type, column one is what's there now by default.
| Setting | Default | What it does |
|---|---|---|
SITE_NAME | Crypto Radar | Title shown in the browser tab and page header. |
WORKER_URL | (empty) | Your deployed Worker's URL — paste it here once, applies to every visitor. Empty = demo data. |
DEFAULT_REFRESH_SECONDS | 30 | Auto-refresh interval when the page first loads. |
DEFAULT_TIMEFRAME | 86400 (1 day) | Candle size shown when a coin is first opened. |
SUPPORT_RESISTANCE_SENSITIVITY | 3 | How strict a swing high/low must be to count as a level. Lower = more levels found. |
ORDER_BLOCK_SWING_LOOKBACK | 10 | Candles checked on each side when deciding if a candle marks a genuine swing high/low, for the demand/supply zones on the chart. |
ORDER_BLOCK_IMPULSE_MULT | 1.5 | How much bigger than an average candle the breakout move must be to count as a real order block. Raise this for fewer, stronger zones. |
REGIME_ADX_THRESHOLD | 25 | ADX level required for the Trend Regime badge to say "Strong" Bull/Bear rather than just Bull/Bear. |
CANDLE_LOOKBACK_COUNT | 220 | How many candles are requested per timeframe. Must stay at 200+ or SMA 200 in the scorecard can't compute — this was bumped from 180 for exactly that reason. |
CHART_VISIBLE_CANDLES | 90 | How many recent candles the chart draws at once. Indicators still use the full history above; this only controls how many candlesticks are on screen. |
LIQUIDITY_MULTIPLIERS | 1.0 / 0.7 / 0.45 | How much confluence is discounted for Active / Medium / Thin coins when computing the blended score coins are sorted and starred by. |
GOLD_STAR_COUNT | 5 | How many coins (by blended score, across all tiers) get a gold star. |
INDICATOR_WEIGHTS | see file | How much each indicator counts toward the confluence score. All equal by default except MACD and support/resistance, weighted slightly higher. |
NEWS_HEADLINE_COUNT | 15 | How many headlines to show in the News panel. |
All of these — including WORKER_URL — live in one place: the CONFIG block at the very top of crypto-radar.js. One edit, applies to every visitor, no separate setup per browser.