I've been googling for an hour or two (or 4) and I cannot find the reference for using the NinjaTrader DLLs with my .Net application and I'm feeling rather silly for not finding it as everyone is saying NT is good with C# etc etc. All I'm finding is NinjaScript samples and references. Please, somebody, give me the basic link or put it up somewhere on the website where it's more obvious.
I've found a sample which lets me connect to my NT feed and I can see the live bid/ask prices but this is only using NinjaTrader.Client. I need more functionality or at least documentation on what the NinjaTrader.Client class can do.
Questions:
1- Where can I find samples or reference documentation for using other functionality for working with NinjaTrader (indicators as well as strategy development)?
2- Can I access historical data in any way from within Visual Studio ? Is there a class that does it, and if so, what is the name?
3- I would like to have my bars (if possible) give me the date and time of their creation. Is this possible? This is the kind of documentation I am looking for
All I want to do is access the data from my provider and have it listed within arrays/lists within Visual Studio (C#/ VB whatever), is that possible or will I have to use NinjaScript?
I have 5 years of coding experience (full time) and I'm not a newbie.
Begging for some info.
Thanks a lot.

Comment