![]() |
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
|
|||||||
| Strategy Analyzer Support for automated system backtesting and optimization using the NinjaTrader Strategy Analyzer. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Sep 2009
Posts: 13
Thanks: 0
Thanked 0 times in 0 posts
|
#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 } } |
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: Aug 2011
Location: Denver, CO, USA
Posts: 2,895
Thanks: 241
Thanked 375 times in 365 posts
|
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 こんにちは
Adam P.
NinjaTrader Customer Service |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |