| No problem :) I asked a friend who's a bit closer to the space and he agrees, definitely Order Book Heatmaps. The speed you're getting would make this a killer feature. Competitors typically have to snapshot/aggregate because their graphing libraries are heavily CPU bound. Being able visualise level 2/3 data without downsampling is a big win. Also being able to smoothly roll back through the last 12hrs of tick-level history would be really neat too. I'd say the bare minimum feature set outside of that is going to be: - Non linear X axis for gaps/sessions - Crosshairs that snap to OHLC data - Logarithmic scales, Candlesticks, Heikin-Ashi, and Volume profiles - Getting the 'feel' nice so that you can quickly scale and drag (people are real sticklers for the feel of these tools) - Solid callbacks for events for exchange integration, people hate leaving their charts to place an order eg (onOrderModify etc) - Provide a nice websocket data ingestion pipeline - Provide an api so devs can integrate their own indicators, some sort of 'layers' API or something. Sorry if I can't be of more help as I'm just a hobbyist in this area! |