bobby1001
07-23-2007, 10:08 AM
I have a system that takes direction from a 15 minute chart, filters through a 5 minute chart, and takes positions from a 1 minute chart. How would I program this into strategy analyzer? Also, is there a way to set each time frame as a variable to optimize it?
Thank you for your time.
Bobby
NinjaTrader_Ray
07-23-2007, 10:41 AM
Hi,
A great place to start to understand how to program multi-time frame strategies is located at the link below.
http://www.ninjatrader-support.com/HelpGuideV6/MultiTimeFrameInstruments.html
In case you may have been referring to builing multi-time frame strategies in the Strategy Wizard/Condition Builder, this is not supported, you have to manually program them in the NinjaScript Editor.
Unfortunately we do not support bar interval type/period optimization.