How do I get a specific plot output(not have to be a plot can either be a variable) from an indicator that i made to my strategy that gets the specified custom session time I made?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How can I add specified session to an indicator
Collapse
X
-
Thanks
just to be sure...
what i want is to do something like that:
MyIndicator("ES 12-11(60 Min) <Default 24/7> ", input1,input2).Plot[10];
or something with "add" :
Add("ES 12-11(60 Min) <Default 24/7> ", PeriodType.Min, 60);
and then
MyIndicator(input1,input2).Plot[1][10];
even if is there a way to just get the data from another opened chart...
i'll happy to hear any other idea or something similar to my example
Originally posted by NinjaTrader_Bertrand View Postasielad, this would unfortunately not be possible, the indicator called from the strategy would use the session definitions the bars series is using which the strategy was started from.
Comment
-
That would only be possible if you work with the Default 24/7 template for the primary series and then limit the data to use in your custom calculations, as if you add a timeframe of the same symbol it would use the primary series data including the sessions to limit memory usage. Specifying a template to use here programmatically to enhance flexibility in on our suggestion list for future consideration though.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
103 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
52 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
34 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
37 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
74 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment