I’d like to create a live dashboard supporting streaming stock candlesticks for OHLCV data, and to its right a chart with GEX levels plotted as horizontal bars as a function strike price (ladder chart). These two charts should share their Y-axis and the GEX levels should change dynamically for each time point of the OHLCV data as one moves one’s mouse pointer horizontally along the OHLCV data.
As a starting point there’s Multi-Pane Stock Charts using Sync Multi-Chart and I would like the GEX chart to appear beside the first chart here and to it’s right.
However, I am unable to modify the code to get the desired result.