NinjaTrader Support Forum  
X

Attention!

This website will be down for maintenance from Friday May 24th at 6PM MDT until Saturday May 25th at 11AM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com


Go Back   NinjaTrader Support Forum > Application Technical Support > Strategy Analyzer

Strategy Analyzer Support for automated system backtesting and optimization using the NinjaTrader Strategy Analyzer.

Reply
 
Thread Tools Display Modes
Old 11-11-2011, 09:49 PM   #1
JPMAN
Junior Member
 
Join Date: Sep 2009
Posts: 13
Thanks: 0
Thanked 0 times in 0 posts
Default I cannot take out a multi-frame

#ENGLISH
I described it as follows, but cannot output a multi-frame in Strategy Analyzer.
When it is this, only one chart of 1 minite is only displayed commonly.
I cannot display the chart of 10 minite.
Why are you?
Please reply it.

#JAPANESE 日本語
以下の様に記述したがStrategy Analyzerにてマルチフレームを出力できません。
これだと普通に1 miniteのチャートが一つだけ表示されるだけです。
10 miniteのチャートは表示できません。
なぜですか。
ご回答宜しくお願いします。
マルチフレームが出せません

////
protected override void Initialize()
{
Add(PeriodType.Minute,10);
Add("AAPL", PeriodType.Minute,1);
}

protected override void OnBarUpdate()
{
if (BarsInProgress == 0){
if (CCI(20)[0] > 200 && CCI(BarsArray[1], 20)[0] > 200 && CCI(BarsArray[2], 20)[0] > 200){
// Do something
}
}
JPMAN is offline  
Reply With Quote
Old 11-12-2011, 10:59 AM   #2
NinjaTrader_AdamP
NinjaTrader Customer Service
 
NinjaTrader_AdamP's Avatar
 
Join Date: Aug 2011
Location: Denver, CO, USA
Posts: 2,895
Thanks: 241
Thanked 375 times in 365 posts
Default

JPMan

よろしく おねがいします

The Strategy analyzer charts won't output a secondary data series. You could create a multi-instrument indicator to plot to a chart however. For more information, please see the following reference sample.

http://www.ninjatrader.com/support/f...ead.php?t=6651

こんにちは
NinjaTrader_AdamP is offline  
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Multi time frame and Multi Instrument dowindicator Strategy Development 4 10-30-2010 01:37 PM
Does Multi-Frame BarsInProgress imply multi-treading ? csmith87 Version 7 Beta General Questions & Bug Reports 1 10-01-2010 07:31 AM
Multi-Instrument Multi-Time frame strategy Shansen Strategy Development 1 12-28-2009 06:09 AM
Multi Time Frame/Multi Instrument? GreenTrade Strategy Development 3 01-14-2008 02:24 PM
Multi-time frame scjohn Strategy Development 1 06-06-2007 07:20 PM


All times are GMT -6. The time now is 01:43 PM.