Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Accumulation/Distribution (AD)

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

    Accumulation/Distribution (AD)


    [align=left]I use AD in XTrader and would like to use it in NT6 and it would probably be a nice addition to the available indicators.Just a thought but I can't code it.[/align]
    [align=left]regards,[/align]
    [align=left]Accumulation/Distribution (AD)[/align]

    [align=left]The Accumulation/Distribution (AD) study attempts to quantify the amount of[/align]
    [align=left]volume flowing into or out of an instrument by identifying the position of the[/align]
    [align=left]close of the period in relation to that period’s high/low range. The volume for the[/align]
    [align=left]period is then allocated accordingly to a running continuous total.[/align]
    [align=left]Formula[/align]

    AD = cumulative ((((Close – Low) – (High – Close)) / (High – Low)) * Volume))

    #2
    imported post

    Added for next beta release.

    Ray
    RayNinjaTrader Customer Service

    Comment


      #3
      putting an MA on the AD indicator

      Using the ADL indicator, I would like to put a 20 SMA on the ADL line. I tryed to do it but the SMA is allways referring to price and not to the ADL.
      Isn't there a way to manage it?

      Comment


        #4
        asja.aa, NinjaTrader 7 will allow this type of behavior. You can "nest" as many indicators as you'd like into one final indicator. Unfortunately NinjaTrader 6.5 doesn't include this feature.

        Another option would be to custom program this. To get a SMA of an ADL, you could do something like this:
        Code:
        double value = SMA(ADL(), 20)[0];
        AustinNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        579 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        334 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        554 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        551 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X