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 NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
65 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
139 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
75 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
50 views
0 likes
|
Last Post
|

Comment