Reword/extend the charting bullet
parent
ccb6f1913c
commit
7060faa58c
|
|
@ -48,10 +48,11 @@ the market venue itself.
|
||||||
a unified API for market data, order submission, and position
|
a unified API for market data, order submission, and position
|
||||||
tracking regardless of venue.
|
tracking regardless of venue.
|
||||||
|
|
||||||
- A hyper performant real-time charting UI built on PyQt6 and our own
|
- A hyper performant real-time charting UI built on `PyQt6` and our
|
||||||
extensions to the `PyQtGraph` graphic lib, all driven by
|
own extensions to the `PyQtGraph` graphic lib, all driven by
|
||||||
in-shared-memory data (like OHLCV) buffers that multiple processes
|
real-time, in-shared-memory-buffer backed, data flows (i.e. OHLCV,
|
||||||
read without serialization overhead.
|
market tick events, traffic profile metrics) that multiple
|
||||||
|
processes (actors) operate on without serialization overhead.
|
||||||
|
|
||||||
- a keyboard-driven, modal UI/X targeting tiling window manager users
|
- a keyboard-driven, modal UI/X targeting tiling window manager users
|
||||||
on linux.
|
on linux.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue