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 kinfxhk, 07-14-2026, 09:39 AM
    0 responses
    15 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 10:18 AM
    0 responses
    59 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 09:50 AM
    0 responses
    42 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 07:21 AM
    0 responses
    47 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-11-2026, 02:11 AM
    0 responses
    38 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X