Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How the max high and min low of a custom data set doubles series

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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?

    #2
    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/

    Is a custom data set series the way to store and find the Max and Min in a custom double dataset,
    Yes, you can store the high and low to custom series.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    65 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    139 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    75 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    50 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X