Commit Graph

  • dbdd7b6497 Fix color passthrough, make overlays a `dict` Tyler Goodlet 2021-09-26 17:14:30 -0400
  • 39fb2ee85d Clean up some imports, shift around some commented code Tyler Goodlet 2021-09-21 15:25:36 -0400
  • 40c874ce92 Pass curve color through to y sticky label Tyler Goodlet 2021-09-21 08:13:57 -0400
  • ea5b55945f Re-order grays by "lightness" Tyler Goodlet 2021-09-20 13:42:54 -0400
  • 216afec19c Add test logic for range based volume curve filling Tyler Goodlet 2021-09-20 08:48:34 -0400
  • 4f9aa0d965 Add dynamic subplot sizing logic, passthrouh step curve colors Tyler Goodlet 2021-09-20 13:41:24 -0400
  • 04373fd62a Drop rsi from display by default Tyler Goodlet 2021-09-18 17:10:02 -0400
  • 2a59ccf1bb Incrementally yield to Qt loop to resize sidepanes Tyler Goodlet 2022-01-22 14:40:41 -0500
  • 6ec0fdcabf Add charting support for "step curves" via `style="step"` Tyler Goodlet 2022-01-22 14:28:14 -0500
  • b2ee78b71f
    Merge pull request #239 from pikers/tinas_unite tractor_clustering pane_sizing_fixes goodboy 2022-01-19 22:46:01 -0500
  • 9fc95deab7
    Merge pull request #246 from pikers/msgpack_no_sets_allowed Guillermo Rodriguez 2022-01-14 12:03:12 -0300
  • 50e8b3464f Can't serialize a `set` on `msgpack` codec msgpack_no_sets_allowed Tyler Goodlet 2021-12-17 13:37:14 -0500
  • 1ad2cd36c5 Draft tina install section tinas_unite Tyler Goodlet 2021-09-17 08:15:58 -0400
  • b8ed7da63c
    Merge pull request #242 from pikers/simpler_quote_throttle_logic goodboy 2021-12-09 16:21:35 -0500
  • bcc8d8a0d5 Simplify throttle loop to a single while block simpler_quote_throttle_logic Tyler Goodlet 2021-12-09 08:05:57 -0500
  • c808965a6f
    Merge pull request #240 from pikers/fast_step_curve goodboy 2021-12-07 16:12:47 -0500
  • 18859e1b8c Add detailed comments, comment out fill mode fast_step_curve Tyler Goodlet 2021-12-07 16:09:47 -0500
  • 4f899edcef Use a `pyqtgraph` dev branch pin (again) Tyler Goodlet 2021-12-07 15:11:00 -0500
  • a2659d1fde Only update curve lengths on non-negative index diffs Tyler Goodlet 2021-11-02 14:04:44 -0400
  • 739399d5a9 Make `.paint()` method always the last Tyler Goodlet 2021-09-21 15:27:45 -0400
  • 95bf522b48 Always draw a last step line with px width=2 Tyler Goodlet 2021-09-21 15:27:22 -0400
  • 43666a1a8e Increase current bar's pen size by a px Tyler Goodlet 2021-09-20 13:41:53 -0400
  • 5bf8e6a90e Use filled rect for current step Tyler Goodlet 2021-09-20 13:38:12 -0400
  • 0876d2f4fe Bleh, try a bunch of stuff for step filling Tyler Goodlet 2021-09-20 08:39:44 -0400
  • c378a56b29 Add last step updates and path fill support Tyler Goodlet 2021-09-19 15:56:02 -0400
  • e4e1b4d64a Invert 'c' (connection) array Tyler Goodlet 2021-09-17 16:30:56 -0400
  • 4cf51ffb1e Draft 'step' curve; couldn't get pg builtin to work Tyler Goodlet 2021-09-17 16:01:28 -0400
  • 61f3ce43b3 Toss in references step mode impl Tyler Goodlet 2021-09-16 19:21:59 -0400
  • 3e302f8445
    Merge pull request #237 from pikers/unit_select_fixes goodboy 2021-11-12 15:54:34 -0500
  • 75faf83004 Set isn't serializable on std msgpack win_fixes wattygetlood 2021-09-28 18:42:23 -0400
  • a270b2e033 Only load 4 ib requests worth of bars on windows... wattygetlood 2021-09-28 18:40:56 -0400
  • 09fd8ef742 Hack search view on windows to 1/2 window height; needs a better solution wattygetlood 2021-09-19 18:37:46 -0400
  • 422f203fc3 Size the window to aproximately 1/3 the screen space wattygetlood 2021-09-19 18:34:17 -0400
  • 8fbd0cd067 No support for notifications (yet) on windows wattygetlood 2021-09-16 16:46:44 -0400
  • 68ed1164a1 Fix divide-by-zero when quote read is too fast in throttle task wattygetlood 2021-09-16 16:35:24 -0400
  • 2f73f809f1 Fix default `brokers.toml` copying since module move wattygetlood 2021-09-16 16:34:43 -0400
  • ba7b01b704 Configure window size based on screen dims on windows wattygetlood 2021-09-16 16:33:48 -0400
  • 83299c3a8b Start nts Tyler Goodlet 2021-11-05 15:56:43 -0400
  • 0d17f4ff4c Drop print around unshown fsp updates Tyler Goodlet 2021-11-05 15:48:03 -0400
  • 30dfb8f03d Don't push stream msgs in fsps by default Tyler Goodlet 2021-11-05 15:46:39 -0400
  • 5f45404efb Stopgap: don't rerun Context.started() fsp calc task Tyler Goodlet 2021-11-05 15:45:56 -0400
  • 837c34e24b
    Merge pull request #241 from pikers/fsp_hotfixes goodboy 2021-11-05 15:44:08 -0400
  • 49885ca750 Use `round()` for magnitude check Tyler Goodlet 2021-11-04 08:31:48 -0400
  • 5b703782fc Drop order status bar down a font px size Tyler Goodlet 2021-11-02 14:05:15 -0400
  • 8bf9ebc55c Guard against empty array read in step update task Tyler Goodlet 2021-11-01 10:03:58 -0400
  • 6f2c2b46d5 Factor out context cacher to `tractor.trionics` Tyler Goodlet 2021-10-28 09:51:02 -0400
  • 65ad18b5c3 Error out clearing task on first quote being nan Tyler Goodlet 2021-10-27 12:58:41 -0400
  • 59defa378c Drop throttled rate margin to 100us Tyler Goodlet 2021-10-22 13:15:07 -0400
  • 65bf5a386d Turn on profiling for the moment Tyler Goodlet 2021-10-22 13:03:25 -0400
  • aa3bff704c De-densify some funcs Tyler Goodlet 2021-10-22 13:03:12 -0400
  • 1061436c20 Add some typing around web bs Tyler Goodlet 2021-10-22 13:02:45 -0400
  • 490126c672 Rename feed bus entrypoint Tyler Goodlet 2021-10-22 13:02:04 -0400
  • eb05c78381 Update some typing and add latency checks for binance Tyler Goodlet 2021-10-22 12:59:00 -0400
  • c677ff47a4 Please please please let this dpi scaling hack work Tyler Goodlet 2021-10-22 12:13:38 -0400
  • bc2791526f Port imports to tractor's new subpkg Tyler Goodlet 2021-10-22 12:13:08 -0400
  • 25e2d8a28e Repeat the click 3 times Tyler Goodlet 2021-10-22 12:07:04 -0400
  • 11d18e2e8d Start testing out trionics helpers, put vlm before rsi Tyler Goodlet 2021-10-12 10:32:34 -0400
  • c85a50289e Make openGL flag actually work.. Tyler Goodlet 2021-10-06 20:17:13 -0400
  • 2615af3955 Only scale down for scale < 2 wattygetlood 2021-09-16 16:36:09 -0400
  • 8a151ddd54 Revert to old shm "last" meaning last row Tyler Goodlet 2021-10-01 17:47:02 -0400
  • 6bea1b1adf Spawn and cache an fsp cluster ahead of time Tyler Goodlet 2021-10-01 16:47:17 -0400
  • 65a645bdde Start trionics mod with an `async_enter_all` Tyler Goodlet 2021-10-01 10:27:08 -0400
  • 936171a7d0 Activate/focus original window after feed reset Tyler Goodlet 2021-09-30 12:10:01 -0400
  • 81666fd76e Expose dollar volume to fsp engine Tyler Goodlet 2021-09-30 07:41:09 -0400
  • 436a86ba2d Fix shm index update race Tyler Goodlet 2021-09-30 07:33:43 -0400
  • 9df27931ab TOSQUASH fix subplots.values() cuckup Tyler Goodlet 2021-09-28 19:27:35 -0400
  • c440ecefa4 Add first draft of "dollar volume" fsp Tyler Goodlet 2021-09-28 16:39:11 -0400
  • 622372a7d5 Autoscale the y-range for all linked charts Tyler Goodlet 2021-09-28 16:37:55 -0400
  • e367ffa107 `graphics_name` is more explicit then `name` Tyler Goodlet 2021-09-28 08:34:58 -0400
  • 590e08a4d4 Process framed ticks by type in main graphics loop Tyler Goodlet 2021-09-28 07:56:14 -0400
  • f98733118b Update fsps and overlays inside main OHLC chart update loop Tyler Goodlet 2021-09-27 10:25:42 -0400
  • 3095d602e4 Fix color passthrough, make overlays a `dict` Tyler Goodlet 2021-09-26 17:14:30 -0400
  • d1a3c80d93 Factor FSP subplot update code into func Tyler Goodlet 2021-09-26 12:26:09 -0400
  • b4cdd36337 More prep for FSP feeds Tyler Goodlet 2021-09-24 18:17:15 -0400
  • 280dfe36ca Clean up some imports, shift around some commented code Tyler Goodlet 2021-09-21 15:25:36 -0400
  • 03ac7d075f Resize volume yaxis to in view range Tyler Goodlet 2021-09-21 09:35:37 -0400
  • 9b7c8ed01b Update vlm sticky Tyler Goodlet 2021-09-21 08:14:22 -0400
  • 0a4bc72341 Pass curve color through to y sticky label Tyler Goodlet 2021-09-21 08:13:57 -0400
  • 4621d1af1a Re-order grays by "lightness" Tyler Goodlet 2021-09-20 13:42:54 -0400
  • a042c7f2b3 Add back in rsi Tyler Goodlet 2021-09-20 13:42:13 -0400
  • 1b437f80e0 Add dynamic subplot sizing logic, passthrouh step curve colors Tyler Goodlet 2021-09-20 13:41:24 -0400
  • 92d6eedbb7 Add test logic for range based volume curve filling Tyler Goodlet 2021-09-20 08:48:34 -0400
  • 33e5a6628d Drop rsi from display by default Tyler Goodlet 2021-09-18 17:10:02 -0400
  • 6affead81e Add todo for new view padding testing Tyler Goodlet 2021-09-18 17:09:30 -0400
  • fa9eebab35 Add volume plot as default Tyler Goodlet 2021-09-18 15:14:09 -0400
  • 4436ed2c18 Draft tina install section Tyler Goodlet 2021-09-17 08:15:58 -0400
  • bf387bdc77 Only update curve lengths on non-negative index diffs Tyler Goodlet 2021-11-02 14:04:44 -0400
  • c9359f265d Make `.paint()` method always the last Tyler Goodlet 2021-09-21 15:27:45 -0400
  • 11c5264025 Always draw a last step line with px width=2 Tyler Goodlet 2021-09-21 15:27:22 -0400
  • 52e89ecd67 Increase current bar's pen size by a px Tyler Goodlet 2021-09-20 13:41:53 -0400
  • 99ac72455f Use filled rect for current step Tyler Goodlet 2021-09-20 13:38:12 -0400
  • 0a7863e4fa Bleh, try a bunch of stuff for step filling Tyler Goodlet 2021-09-20 08:39:44 -0400
  • 46c9943612 Add last step updates and path fill support Tyler Goodlet 2021-09-19 15:56:02 -0400
  • e8e5f1525c Invert 'c' (connection) array Tyler Goodlet 2021-09-17 16:30:56 -0400
  • f4e1362792 Draft 'step' curve; couldn't get pg builtin to work Tyler Goodlet 2021-09-17 16:01:28 -0400
  • 69c2dd866e Toss in references step mode impl Tyler Goodlet 2021-09-16 19:21:59 -0400
  • 6825ad4804 Add some type annots around pp msg handling Tyler Goodlet 2021-10-29 16:05:50 -0400
  • de0cc6d81a Expect accounts as tuple, don't start rt pnl on no live pp Tyler Goodlet 2021-10-22 12:58:12 -0400
  • 46e85e2e4b Comment on default account load order Tyler Goodlet 2021-10-12 10:34:54 -0400
  • 75fddb249c Avoid value error on puterizing unit name Tyler Goodlet 2021-10-12 10:33:51 -0400