1) Yes, I meant the Order window (Open Orders).
2) It's not about monetizing with me. I follow a pay-it-forward approach to creation and knowledge sharing, so most of what I create will be published here for the community. Some of it will be limited (e.g. the AI I'm working on wouldn't be released, but the trade signals would be available to the community). I will release the majority of things I create to the community if I can do it A) legally, and B) with as minimal of difficulty as necessary (e.g. doesn't require a complex setup or a ton of knowledge).
The API I created fails both of those parameters. I can't release it, even for free, because I used techniques to alter the program's memory while it is loaded into RAM (changing memory data or OpCodes on the fly) - this is the same way you'd hack a multiplayer/video game. This is not a legal issue when it's on my PC, where it becomes an issue is if I distribute that code. It fails the second parameter because it's a complex setup to do it.
With that said, I would love for DAS to embrace a more open mentality to other programmers - providing the CMD API to non-professional traders at a reduced rate (or free), and / or allowing for more advanced scripting. Most trading platforms have a much higher level of scripting ability. Heck, giving us ability to do IF/ELSE, more complex math functions, and the ability to create our own data variables would be a huge step.