diff --git a/piker/ui/_interaction.py b/piker/ui/_interaction.py index 5b5a429d..61987bdf 100644 --- a/piker/ui/_interaction.py +++ b/piker/ui/_interaction.py @@ -407,7 +407,12 @@ class ChartView(ViewBox): # XXX: should make this an explicit attr # it's assigned inside ``.add_plot()`` - self.linked_charts._to_router.send_nowait({'alert': y}) + self.linked_charts._to_router.send_nowait({ + 'symbol': chart.name, + 'brokers': ['kraken'], + 'type': 'alert', + 'price': y, + }) line = level_line( chart,