Quick question concerning thread safety in NinjaTrader (V7) custom strategies ... Do I need to worry about it?
I'm glad to see multiple threads are being used for optimizing strategies, taking particular advantage of multi core CPUs where available, but as I am not intimately familiar with C# (I'm moving from C++, and am already missing the explicit usage of pointers, references and values!) or programming in any language with respect to multiple threads and thread safety, I specifically would like to know if I must make specific considerations when programming a strategy?
Are there specific conditions where it may become an issue?
I understand this is a broad question, but naturally it is a concern!
Kind Regards,
Dan

Comment