Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Retrieving price data when indicator input series is another indicator
Collapse
X
-
Retrieving price data when indicator input series is another indicator
When an indicator's input series is another indicator, I notice that Open, Close, High and Low return values from the input series (meaning from that other indicator) rather than returning price data. But indicator-on-indicator will eventually lead to a price data series (even if it's a sequence of more than two indicators). Is there a way – hopefully easy – to get at that price data series?Tags: None
-
Does the Help topic "Tutorials | Indicators | Beginner - Indicator on Indicator" answer your question?
--EV
-
No. That example implements indicator-on-indicator by embedding the target indicator within the code of the calling indicator. I'm looking at writing an indicator where the target indicator will be selected at run time using the Input Series parameter in the Indicators window. But then I still want to be able to get at the chart's price data.
Comment
-
But Add() has to go in Initialize(), right? And it doesn't allow variables, right? So how do I say, "If this is a 5-minute ES chart, add ES 5-minute price data. But if this is a 1-minute ES chart, add ES 1-minute data"?
The general question would be, How do I determine and then add the price data at the end of the indicator-on-indicator chain?
Comment
-
I guess that works, but it's certainly not an elegant solution! Every indicator eventually leads to price data, right? (The indicator runs against price data. Or the indicator runs against an indicator that runs against price data. Or the indicator runs against an indicator that runs against an indicator that runs against price data. And so on.) It sure seems that it should be possible to get to that price data without needing outside input.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
579 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
334 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
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment