Yes, OQ is a lot better but not set up for the non programmer to learn easily like Ninja. I can't get answers to things via their 3 different documents and the forum sometimes.... today I'm realizing i have to answer some of my own questions by experimentation, I have to stop everything when I have a question and write up some code to output things to the console to tell me what the program is doing, and that in realtime sometimes so questions have to wait for real time hours... it's slow going for me but I do have a strategy that runs for backtests, it needs just a little more polish and some fixes so that it works in realtime the same as backtesting [the bracket orders get rejected by the TWS simulated account for some reason and I don't know why yet] and I am up and running after only about 6-7 weeks with the software... With easy language I probably would never have gotten to this point, the event driven framework is just so way better than anything else. I was never comfortable with Ninja, I did experience some problems with manual trading from the chart that were puzzling and the way the thing checks in to the license server and more at startup made me uncomfortable about protection of my intellectual property, with OpenQuant I can run it behind a whitelisted firewall that only allows the computer to connect to interactivebrokers.
Sky, maybe you know, I use the OnOrderFilled event to place the bracket OCA order with code copied from Dr. Anton's post regarding placement of the bracket, the prices are in line with the markets and exactly as intended but for some reason IB's simulated account rejects them.. I just discovered this this morning. I found examples of the ProviderError code on the foruns just now, probably I can experiment and find out what TWS is doing but maybe this is a problem you've seen?
Sky, maybe you know, I use the OnOrderFilled event to place the bracket OCA order with code copied from Dr. Anton's post regarding placement of the bracket, the prices are in line with the markets and exactly as intended but for some reason IB's simulated account rejects them.. I just discovered this this morning. I found examples of the ProviderError code on the foruns just now, probably I can experiment and find out what TWS is doing but maybe this is a problem you've seen?