Correct a few `piker-slang`-skill defs

claudy_skillz
Gud Boi 2026-03-10 17:58:18 -04:00
parent 0134b94db0
commit e34b643e79
1 changed files with 13 additions and 13 deletions

View File

@ -37,7 +37,7 @@
- `iface` = interface
- `deats` = details
- `hilevel` = high level
- `Bo` = bro/dude (can also be standalone filler)
- `Bo` = a "wow expression"; a dev with "sunglasses and mouth open" emoji
## Expressions & Phrases
@ -70,8 +70,8 @@
## Emoji & Emoticon Usage
**Standard set:**
- `XD` - most versatile, use liberally
- `B)` - satisfaction, coolness
- `XD` - laughing out loud emoji
- `B)` - satisfaction, coolness; dev with sunglasses smiling emoji
- `:rofl:` - genuinely funny (use sparingly)
- `:facepalm:` - obvious mistakes
@ -80,29 +80,29 @@
Piker is a trading system, so trader slang applies:
- `up` / `down` - direction (price, perf, mood)
- `yeet` / `damp` - direction (price, perf, mood)
- `gap` - missing data in timeseries
- `fill` - complete missing data
- `fill` - complete missing data or a transaction clearing
- `slippage` - performance degradation
- `alpha` - edge, advantage (usually ironic:
"that optimization was pure alpha")
- `degen` - degenerate (trader or dev, term of
endearment)
- `rekt` - destroyed, broken, failed
catastrophically
- `moon` - massive improvement ("perf to the moon")
endearment, contrarian and/or position of disbelief in standard
narrative)
- `rekt` - destroyed, broken, failed catastrophically
- `moon` - massive improvement, large up movement ("perf to the moon")
- `ded` - dead, broken, unrecoverable
## Domain-Specific Terms
**Always use piker terminology:**
- `fqme` = fully qualified market endpoint
(tsla.nasdaq.ib)
- `viz` = visualization (chart graphics)
- `fqme` = fully qualified market endpoint (tsla.nasdaq.ib)
- `viz` = (data) visualization (ex. chart graphics)
- `shm` = shared memory (not "shared memory array")
- `brokerd` = broker daemon actor
- `pikerd` = main piker daemon
- `pikerd` = root-process piker daemon
- `annot` = annotation (not "annotation")
- `actl` = annotation control (AnnotCtl)
- `tf` = timeframe (usually in seconds: 60s, 1s)
- `OHLC` / `OHLCV` - open/high/low/close(/volume)
- `OHLC` / `OHLCV` - open/high/low/close(/volume) sampling scheme