Price Series
I am hoping to look at the close prices to make sure my candles are trending for instance. I understand how to create this when referencing other indicators in my code but that is not always accurate with the system. So, let's say the logic would be close[0]>close[1]>close[2]>close[3]. I would want 3 candles needing to be closed higher than the previous.
NinjaTrader 8 - Would this link be where I need to use the Iseries and create those variables. Or is there any code online anyone has seen has a basic indicator does something similar where I could then manipulate the indicator and then just reference the code since I could manage that much easier.
Secondary Series
I have looked at a bunch of code for this but it is just above me at this point. It does not look that complicated but I have been recommended areas to view the code. I essentially want to use my current system I trust that takes its signals from ES and then immediately submit a market order on NQ at the same time.
NinjaTrader 8 - This is the code I felt like made the most sense for this but I am not sure if it is as easy as just copying and pasting what is needed to then make sure bars in progress reference the secondary series?

Comment