Do the secondary data series of a strategy inherit the same setting of BREAK AT EOD as the primary data series? Thank you.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Break at EOD
Collapse
X
-
Break at EOD
Hello,
Do the secondary data series of a strategy inherit the same setting of BREAK AT EOD as the primary data series? Thank you.Tags: None
-
Hello Anthony_0709,
By default the added series will have the same setting as the primary series.
However, there are overloads for AddDataSeries() that allow you specify the isResetOnNewTradingDay.
AddDataSeries(string instrumentName, BarsPeriod barsPeriod, string tradingHoursName, bool? isResetOnNewTradingDay)
AddDataSeries(string instrumentName, BarsPeriod barsPeriod, int barsToLoad, string tradingHoursName, bool? isResetOnNewTradingDay)
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by justin74444, Today, 03:50 AM
|
0 responses
2 views
0 likes
|
Last Post
by justin74444
Today, 03:50 AM
|
||
Started by Pabulon, Today, 03:08 AM
|
0 responses
7 views
0 likes
|
Last Post
by Pabulon
Today, 03:08 AM
|
||
Started by sukhob, 05-18-2023, 08:26 PM
|
2 responses
128 views
0 likes
|
Last Post
by TraderJA
Today, 01:45 AM
|
||
Started by timwey, Yesterday, 10:55 AM
|
4 responses
24 views
0 likes
|
Last Post
by timwey
Yesterday, 09:33 PM
|
||
Started by DJ888, 06-28-2024, 10:18 PM
|
3 responses
39 views
0 likes
|
Last Post
by AdamDJ8
Yesterday, 08:24 PM
|
Comment