1) How do users accumulate/retain historical tick data for backtesting (beyond the few months that NT stores)?
2) Can a strategy be coded in C# only or must NinjaScript be used?
3) I use 3 DLLs for data transformations. Is there any documentation on using DLLs in NT? Is using DLLs in NT different than using DLLs in any other C# program? What folder do I put the DLLs in? Are there any special calls from NinjaScript that must be used with DLLs?
4) For DLLs, is there a UserIndicator class as there is in OpenQuant so I can apply methods like BarsAgo or Ago to my DLL output or would I need to create an array within the strategy to reference prior values?
Thank you in advance for your help,
-BlueLou

Comment