We do have different editions and add-on Modules that you can combine to get the groups of features you want. We do have hot keys (and custom hot keys).
You can pump basic level 1 data into NinjaTrader via our DLL Interface. https://ninjatrader.com/support/helpGuides/nt8/en-us/functions.htm
I use S# chart component. Free for use but no code provided. More details here - https://doc.stocksharp.com/html/956b3163-c537-4e1d-af29-cf80b633db3c.htm Screen shot of some their app uses this component:
@MotiveWave, I'm looking at the Basic Charts ($99 lifetime licence). I'm thinking of feeding the charts with my own data (most likely polygon.io) but simulating IQFeed API to your platform. Is it possible for you to confirm below? 1. Your platform is Java based but I don't see linux download. It can't run on linux? 2. You are using standard tcp/ip based IQFeed API - not customized for your platform. 3. There is no limit (reasonable limit) on the number of charts I can display at the same time. 4. Can I use your platform to display results of my custom scanners? Something like Trade Ideas but powered by my own server. So for example I would like to request my server to send me a list of stocks hitting high of the day updated real time(or every minute). Do you have some window that can subscribe and display the returned list?
Hi, 1. We don't currently support Linux but we have had several requests for a Linux version. It's on our feature request list for future consideration. 2. Yes, that is correct. 3. Yes, that is correct. We have clients that regularly run 100s of open charts, however, depending on your use of features that use a lot of tick data (such as TPO, Volume Profile, etc.), it may tend to slow down and you may require more computer memory. 4. Not quite sure what this means, but I don't think so. We do have a Study Scanner and you can use your own custom study as part of your scanning criteria.