Tyler Goodlet
2f1455d423
Lol, don't use `maybe_open_feed()` for now, it's totally borked...
2021-08-26 17:04:59 -04:00
Tyler Goodlet
2a9d24ccac
Remove dead OHLC index consumers from subs list on error
2021-08-26 17:04:59 -04:00
Tyler Goodlet
fe0d66e847
Drop removed module import
2021-08-26 17:04:59 -04:00
Tyler Goodlet
1e42f58478
Add pause/resume feed api, delegate to msg stream for broadcast api
2021-08-26 17:04:59 -04:00
Tyler Goodlet
2f5abaa47a
Add njs token bucket gist url
2021-08-26 17:04:59 -04:00
Tyler Goodlet
c8e320849a
Add super basic support for data feed "pausing"
2021-08-26 17:04:59 -04:00
Tyler Goodlet
0c9516051b
TO SQUASH cached ctx.
2021-08-26 17:04:59 -04:00
Tyler Goodlet
71b50fdae8
Use broadcast chan for order client and avoid chan repacking
2021-08-26 17:04:59 -04:00
Tyler Goodlet
954dc6a8b0
Fix missing cache hit bool element of return
2021-08-26 17:04:59 -04:00
Tyler Goodlet
310d8f485e
Add disclaimer to old data mod
2021-08-26 17:04:59 -04:00
Tyler Goodlet
2202abc9fb
Add (lack of proper) ring buffer note
2021-08-26 17:04:59 -04:00
Tyler Goodlet
7d0f47364c
Use `maybe_open_feed()` in ems and fsp daemons
2021-08-26 17:04:59 -04:00
Tyler Goodlet
a7d3afc9b1
Add a `maybe_open_feed()` which uses new broadcast chans
...
Try out he new broadcast channels from `tractor` for data feeds
we already have cached. Any time there's a cache hit we load the
cached feed and just slap a broadcast receiver on it for the local
consumer task.
2021-08-26 17:04:59 -04:00
Tyler Goodlet
224dbbc4e3
Drop feed refs
2021-08-26 17:04:59 -04:00
Tyler Goodlet
7d5add1c3a
Add an njs cache gist link
2021-08-26 17:04:59 -04:00
Tyler Goodlet
66f1d91541
Let's abstractify: ->
2021-08-26 17:04:59 -04:00
Tyler Goodlet
68ce5b3550
Add lifo cache to new module; drop "utils", bleh
2021-08-26 17:04:59 -04:00
Tyler Goodlet
0ce8057823
Move feed cacheing to cache mod; put entry retreival into ctx mng
2021-08-26 17:04:59 -04:00
Tyler Goodlet
a0660e553f
Start top level cacheing apis module
2021-08-26 17:04:59 -04:00
Tyler Goodlet
146c684f21
Cache `brokerd` feeds for reuse in clearing loop
2021-08-26 17:04:59 -04:00
goodboy
f03f051e7f
Merge pull request #213 from pikers/brokers_config
...
Brokers config schema bump, ib patches
2021-08-24 10:37:44 -04:00
Tyler Goodlet
c21d299193
Drop data/ version of config
2021-08-24 10:32:01 -04:00
Tyler Goodlet
89b2089562
Fixup missing ib section handling; drop `.api` subsection
2021-08-24 10:27:25 -04:00
Tyler Goodlet
d5394ac677
Fix TWS triggered trades msg packing
2021-08-24 10:26:41 -04:00
Tyler Goodlet
12c8d26906
Update brokers.toml schema
2021-08-24 10:25:07 -04:00
Tyler Goodlet
a10d20c041
Add ib config section support
2021-07-27 07:09:01 -04:00
goodboy
96b0102f04
Merge pull request #208 from hengestone/master
...
Fix a few QtGui -> QtWidget issues
2021-07-23 11:17:58 -04:00
goodboy
108f0da181
Merge pull request #210 from pikers/readme_bump_zone
...
Readme bump to include latest cli symbol syntax
2021-07-23 10:40:48 -04:00
Conrad Steenberg
afafe56ec0
Remove List typing
2021-07-21 18:30:50 -07:00
Conrad Steenberg
c830183073
More fixes, some reversions
2021-07-21 18:26:24 -07:00
Conrad Steenberg
3912b22b41
Fix a few QtGui -> QtWidget issues
2021-07-21 18:26:24 -07:00
Tyler Goodlet
1ef0725e74
Readme bump to include latest cli symbol syntax and add binance to provider list
2021-07-21 20:37:40 -04:00
goodboy
161089de87
Merge pull request #209 from pikers/ci_on_forks
...
Run CI on cross-fork PRs?
2021-07-21 20:24:01 -04:00
Tyler Goodlet
cea8272a11
Run CI on cross-fork PRs?
2021-07-21 20:19:28 -04:00
goodboy
663373cb04
Merge pull request #207 from hengestone/master
...
Fix PyQt5 error
2021-07-21 14:16:29 -04:00
Conrad Steenberg
9d8d8fd1a2
Fix PyQt5 error
2021-07-21 10:53:40 -07:00
goodboy
8a6142632d
Merge pull request #200 from pikers/asyncify_input_modes
...
Asyncify input modes
2021-07-11 12:57:09 -04:00
Tyler Goodlet
83ad071cb4
Load provider search engines in tasks instead of exit stack
2021-07-11 11:13:35 -04:00
Tyler Goodlet
90588018a6
Label doc tweak
2021-07-11 11:13:35 -04:00
Tyler Goodlet
26c333ff22
Only close event send side (facepalm)
2021-07-08 10:55:47 -04:00
Tyler Goodlet
48053588da
Don't cancel handler nursery, let errors bubble
2021-07-08 10:55:47 -04:00
Tyler Goodlet
830ef90721
Enable contents labels on q for "query"
2021-07-08 10:55:47 -04:00
Tyler Goodlet
8b966cd7e4
Port all to use new cursor and ohlc refs
2021-07-08 10:55:47 -04:00
Tyler Goodlet
b6eeed1ae0
Move contents labels management to cursor mod
...
Add a new type/api to manage "contents labels" (labels that sit in
a view and display info about viewed data) since it's mostly used by
the linked charts cursor. Make `LinkedSplits.cursor` the new and only
instance var for the cursor such that charts can look it up from that
common class. Drop the `ChartPlotWidget._ohlc` array, just add
a `'ohlc'` entry to `._arrays`.
2021-07-08 10:55:47 -04:00
Tyler Goodlet
d3d5d4ad06
Drop global order lines map
...
Orders in order mode should be chart oriented since there's a mode per
chart. If you want all orders just ask the ems or query all the charts
in a loop.
This fixes cancel-all-orders such that when 'cc' is tapped only the
orders on the *current* chart are cancelled, lel.
2021-07-08 10:55:47 -04:00
Tyler Goodlet
91209b7d6e
Use group status for symbol loading
2021-07-08 10:55:47 -04:00
Tyler Goodlet
37180a4e4e
Fix old msg clearing var name
2021-07-08 10:55:47 -04:00
Tyler Goodlet
eeeeb29f71
Add order cancellation and submission statuses
...
Generalize the methods for cancelling groups of orders (all or those
under cursor) and add new group status support such that statuses for
each cancel or order submission is displayed in the status bar. In the
"cancel-all-orders" case, use the new group status stuff.
2021-07-08 10:55:47 -04:00
Tyler Goodlet
572f984d06
Add an all order lines getter method
2021-07-08 10:55:47 -04:00
Tyler Goodlet
0133f0b589
Add "group statuses" support to status bar
...
Allows for submitting a top level "group status" associated with
a "group key" which eventually resolves once all sub-statuses associated
with that group key (and thus top level status) complete and are also
removed. Also add support for a "final message" for each status such
that once the status clear callback is called a final msg is placed on
the status bar that is then removed when the next status is set.
It's all a questionable bunch of closures/callbacks but it worx.
2021-07-08 10:55:47 -04:00