Well, when i add a 5-minute bars object to the strategy i use the sentence 'Add(Instrument, PeriodType.Minute, 5);' in the Initialize method. If I do this and I try to charge the strategy it don't work. From now the Onbarupdate method is not called. Can someone help me?. Thanks.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Problem with Add() in a strategy
Collapse
X
-
Problem with Add() in a strategy
Hello. Im developping a strategy and this work well. But as I use a 10-minute graph i want to work in the strategy with another dataseries of 5-minute too.
Well, when i add a 5-minute bars object to the strategy i use the sentence 'Add(Instrument, PeriodType.Minute, 5);' in the Initialize method. If I do this and I try to charge the strategy it don't work. From now the Onbarupdate method is not called. Can someone help me?. Thanks. -
Hello Alibanez,
Welcome to the NinjaTrader forums!
Add used like this will add a secondary series. The primary series is always what you are running the strategy against. You can see a sample multiTimeFrame strategy by opening Tools > Edit NinjaScript > Strategy > Sample Multi TimeFrame.
Documentation for this is available here.
Review the sample and the link above. If you continue to have issues, please share the code you're using and a brief explanation of what you expect it to do.Ryan M.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
672 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
379 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
111 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
577 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
582 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment