Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How the max high and min low of a custom data set doubles series
Collapse
X
-
How the max high and min low of a custom data set doubles series
I'm trying to use1 min. candlestick bars of an instrument and plot a histogram of the bar's delta value. and I would like to use the most recent 5 bars which is the Delta = Close[0] - Open[0] that I want to track. The delta bars are in 1 min sync with the price bars. Is a custom data set series the way to store and find the Max and Min in a custom double dataset, and use the last 5 bars to spot a reversal to use in a strategy to help signal the trade?Tags: None
-
Hello Tonofit,
A custom series is not the same as a Data Series and does not have separate High, Low, Open series the way Data Series do.
You will need to add these as custom series and calculate values for them.
Below are links to user app share scripts that demonstrate.
https://ninjatraderecosystem.com/use...vance-decline/
https://ninjatraderecosystem.com/use...-barstype-nt8/
Yes, you can store the high and low to custom series.Is a custom data set series the way to store and find the Max and Min in a custom double dataset,Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
88 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
135 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
68 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
119 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
69 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment