MM Flow

mmScript · screening DSL

Programmable screener

Write a screen as code, evaluated live across all HL perps.mmScript is a sandboxed mini-language with no eval, no Function, no DOM access. Variables are bound to live universe state + cross-venue funding archive + regime signals.

Browse FlowScripts

Script editor

0 matches across 0 HL perps

Templates

0 matching coins

Live HL universe + funding-rank archive + regime signals. Click Run to re-evaluate.

CoinFundingF z-scoreOI z-scorePremium24h vol $24h Δ%Crowdedness
No matches. Try a less restrictive condition.

Available variables

change_24hcrowdednessfundingfunding_maxfunding_minfunding_zgex_totalgex_wall_distiv_atmiv_skewleverage_avgliq_notional_24hmacdoioi_24h_changeoi_usdoi_zpremiumpremium_zpricersivol_24hvol_24h_usdwhale_notional_24h

Subscripted variables: funding['hl'], oi['hl'], premium['hl']. Venue keys: hl, bin, byb, okx, lighter, aster.

Operators

Comparison: > < >= <= == !=
Logical: AND OR NOT
Arithmetic: + - * / (and grouping with ( ))
Numbers: 1e7 0.0001 -2.5

Sandboxed: no eval, no Function, no DOM/network access. Hand-rolled lexer + parser + interpreter; missing variables silently evaluate to NaN (false in comparisons).