What happens if this conflicts with another barstype ?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
BarsPeriodType Number
Collapse
X
-
BarsPeriodType Number
I noticed when you make a new barstype it assigns a # for BarsPeriodType
What happens if this conflicts with another barstype ?Tags: None
-
Hello NinjaCustomer,
Thank you for your note.
Each of your bar types should have a different number passed, otherwise the 2nd duplicate will be ignored. In the statement below it would be as simple as changing 666 to another number.
Please let us know if you need further assistance.Code:BarsPeriod = new BarsPeriod { BarsPeriodType = (BarsPeriodType) [B]666[/B], BarsPeriodTypeName = "AlanPercentBarType", Value = 1 };Alan P.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
626 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
359 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 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
562 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
567 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment