I am developing custom indicators using NinjaScript in NinjaTrader and have a couple of questions regarding performance optimization:
- Vectors: Does NinjaScript support the use of vectors (from the System.Collections.Generic namespace or any other relevant namespace) for indicator development? Are there any specific considerations or limitations I should be aware of?
- SIMD: Can we utilize SIMD (Single Instruction, Multiple Data) intrinsics or libraries such as System.Numerics.Vectors in NinjaScript for parallel processing? If supported, are there any guidelines or limitations we need to consider?
- Can we use pointers?
- GPU?
- use unsafe compile?
Thank you for your assistance.

Comment