PDA

View Full Version : Retrieving data from backtest UI


8DTK8
11-13-2008, 05:29 AM
Is there any way to retrieve data from the backtest UI?
For example, if I enter, a value of 15 in the "Data series" - "Value" section, is there any way to address that variable from a strategy?

If it's possible and if "Session begins" and "Session ends" can be addressed similarly, I would like to know how.

Many thanks in advance.

NinjaTrader_Ben
11-13-2008, 07:10 AM
Hello,

If I understand you correctly, for the interval use:

if (BarsPeriod.Value == 15)

This link will help:
http://www.ninjatrader-support.com/HelpGuideV6/BarsPeriod.html


For the session times, this is not supported.