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