I have seen the examples and documentation, and other answers on how to expose Indicator values that are not plots and access them from a Strategy. However my requirement is a Multi Time Frame / Data Series Strategy that has to call and fetch values from the same Indicator for each Time Frame / Data Series which. They will be the same variables and Series, but they will return different values for each Time Frame / Data Series. Any assistance on how do I access this and work with multiple instances of the same Indicator output for each Data Series from within the Strategy will be greatly appreciated.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Accessing Indicator Values in a Multi Time Frame / Data Series Strategy
Collapse
X
-
Accessing Indicator Values in a Multi Time Frame / Data Series Strategy
Hi,
I have seen the examples and documentation, and other answers on how to expose Indicator values that are not plots and access them from a Strategy. However my requirement is a Multi Time Frame / Data Series Strategy that has to call and fetch values from the same Indicator for each Time Frame / Data Series which. They will be the same variables and Series, but they will return different values for each Time Frame / Data Series. Any assistance on how do I access this and work with multiple instances of the same Indicator output for each Data Series from within the Strategy will be greatly appreciated.Tags: None
-
Hello sampurna,
The easiest way to get started with this concept is to use the strategy builder to add the secondary data and then create indicator conditions that use the secondary series. That will generate the code needed to call the indicator on the secondary data. If you are manually coding you can use that as a starting point to getting the secondary series indicator values.
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
46 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
126 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
66 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
42 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment