Than an addon in the trading platform reads the file with the symbol list, and puts these symbols in a predefined numbers of already opened charts.
This addon was quite easy to develop in MT and SC, but we're stuck with Ninja Trader... perhaps we don't know where to look for.
Imagine there is a NT workspace with, let's say, 20 opened charts. We're trying to write NinjaScript code which reads the file with the symbol list (already done) and put each of these symbols in one of the openend charts. We can't find a way to obtain the list of opened charts in the active Workspace, and change the symbol in each chart.
We kindly ask for a solution to:
- obtain a list of currently opened charts in the active workspace
- cycle this list and change the symbol in each chart
Alternatively, but less preferably, we could also solve our need with a Market Watch window, if we can find a way with NinjaScript to:
- create a new symbol list in Ninja Trader
- replace all the symbols in an already opened Market Watch with the new list, or opening a new Market Watch with all the symbols in the new symbol list.
Thanks.
Comment