Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Multiple Timeframe Question
Collapse
X
-
With 6.5, multiseries strategies need to be designed so that the secondary series are smaller than the primary. This is how you have it currently structured.
Version 7 does not have this limitation and you can set the order of the series how you like. 15 minute can be your primary series and 30 minute your secondary. This gives you more flexibility and since there have been changes to multi series, version 7 transition may be the way to go.Ryan M.NinjaTrader Customer Service
Comment
-
Maybe I'm reading this wrong, but in the help file BarsArray is "a container in the script that holds all Bars objects added to the script. It's no different than a bucket of golf balls in your garage...... we can retrieve this Bars object later"
Okay, but when I now when I try this code I get an error
Close(BarsArray[1])[0]
Error: The name Close does not exist in the current context.
I want to retrieve the close of the secondary series, as this will be my longer period (hoping to fix the problem of it only looking at the one time series) Everything else using this barsarray format works except Close.
Thanks
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
649 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
370 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
576 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment