![]() |
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 Development Support for the development of custom automated trading strategies using NinjaScript. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
Join Date: May 2008
Posts: 42
Thanks: 0
Thanked 0 times in 0 posts
|
Have a multi timeframe strategy:
- chart is 1min - Add(PeriodType.Minute,5); and want to plot actual results from 5min timeframe indicators. In my current implementation I use DrawLine method, because I cannot plot from (BarsInProgress == 1). If I plot 5min indicators from (BarsInProgress == 0) values are "delayed" by 1 bar. Is there a way to do this with plot methods / StrategyPlot indicator? |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Mar 2005
Location: Bamberg, Germany
Posts: 9,994
Thanks: 0
Thanked 6 times in 6 posts
|
>> and want to plot actual results from 5min timeframe indicators.
Unfortunately you only can plot indicators on the primary data series.
Dierk
NinjaTrader Customer Service |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multi Timeframe support | Edgar V. | Strategy Development | 25 | 04-27-2008 06:49 PM |
| Entries: 1 Bar Slower when backtesting | samuelg | Strategy Development | 2 | 04-13-2008 07:01 PM |
| Why is NinjaTrader slower when zoomed out? | Currywurst | Charting | 3 | 03-04-2008 01:45 PM |
| Volume for Multi-Timeframe | GuyFB | General Programming | 8 | 02-01-2008 03:01 PM |
| Indicator in a different timeframe than chart | ssierra | NinjaScript File Sharing Discussion | 3 | 01-30-2008 03:23 PM |