How to set "Days to load" chart/data series property from code?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Days to load
Collapse
X
-
ren37,
This is unsupported but you can call ChartControl for the DaysBack. For example:
Now, this will set the Data Series menu's Days To Load to 5, but it will not load the proper days on the chart. You would need to reload the historical data on the chart. This also needs unsupported code, and you could look into using Send Keys. This was suggested at the following link as well: http://ninjatrader.com/support/forum...70&postcount=7Code:ChartControl.BarsArray[0].BarsData.DaysBack = 5;
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
571 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
330 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 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
548 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
549 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment