Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Display Multiple timeframe DataSeries on the chart?
Collapse
X
-
Display Multiple timeframe DataSeries on the chart?
My indicator uses multiple timeframe data series (AddDataSeries inState.Configure). I would like to display the bars of one of them (minutes). Is there a way to show them, or add bars chart, which may be a different period type from the chart main, from the indicator?Tags: None
-
Hello Shai Samuel,
From code, there is currently no way to add another visual bar series to the chart in addition to the primary. I will put in a feature request for an overload for this.
The current options would include manually adding the series to that chart, this would be the only correct way to display other frequencies of data in addition to the primary series. Using the manually added series creates a new panel and correct scales for that data which is not completely locked to the primary.
You can use Plots to display prices from the added series or use OnRender to draw bars over the primary bars. Using either of these methods will allow you to display the data in custom ways but will only be a snapshot of the data at that time of the Primary Bars close. Because the primary series may not be a 1 minute series, the bars may not be identical which would cause gaps of data being omitted from the display, unlike a bar series that shows only increments of that timeframe.
I look forward to being of further assistance.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
81 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
64 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
68 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
55 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment