Scenario:
I have a strategy that adds multiple time frames. I would like the strategy to scan multiple instruments searching for my setup. They are rare but good when found. To keep Ninja from crashing I need to remove the instruments for one instrument before I add the ones for the next. The thinking is I can use an instrument list for the instruments to scan. (Reference http://www.ninjatrader.com/support/f...nstrument+list)
I am now modifying the strategy to be an indicator so I can use Market Analyzer but I think it will crash it if I add many instruments. I have also heard through the grape vine that there are some issues with multiple time frames on indicators.It has been bullet proof as a strategy. I am still using 32 bit ninja. Will the 64 bit version increase the maximum memory usage size for a ninja strategy or market analyzer?
I didn't want to have a chart open all the time for each instrument I want to watch. My strategies do not place orders they just point out possible setups or entries.
Suggestions?

Comment