Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Absorption Indicator

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

    Absorption Indicator

    I simply want to take A Delta of each bar and subtract that from Cumulative delta bars, and I want the difference between the two Plotted. This is an Absorption indicator, I am an order flow trader and I need a quick way to determine if absorption is taking place. I have the indicators already, I just do not know how to express it once I unlock the code and get into the raw script after using Strategy Builder.


    I am stuck here;

    // Set 1
    if ((Delta_Candles1.BarOpen[1] < 0) - (TRCumulativeDelta1.DeltaClose[1] > 0))


    #2
    Hi, thanks for posting. Make sure you add the 1 Tick series in the State.Configure section of the script. There is a full example on how to access data from the CumulativeDelta indicator here:

    https://ninjatrader.com/support/help...ive_delta2.htm

    Also, use the Print() method to print out the data you are trying to access, just to make sure you are getting the expected values:

    https://ninjatrader.com/support/help...html?print.htm

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    156 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    90 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    140 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    130 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    107 views
    0 likes
    Last Post CarlTrading  
    Working...
    X