I am trying to take a look at the ATI and I started to read code of the NinjaTraderCSharpSampleApplication.
I understand the code (I am Java programmer - C# is not very different) and when I started the program I could not create any new order. Like nothing is working.
Here is some pictures in attachment..
as you can see - nothing happend. I tried it with the SimulatedDataFeed and also with the ExternalDataFeed and then with MBTrading, but the result is still the same - nothing is happening

I guess I just missed something small, why it is not working for me... could you please help me to find that?
This ATI is great idea and I would like to use it for few projects... it seems to be simple with the Client class.
It is possible (somehow) implement some interface and has any method which will be automatically called via the interface when user created new order, when position changed etc..? You know what I mean... can I find some interface and implement him and be automatically informed about new positions and orders?
Thank you very much for your responses

Comment