Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

apz indicator

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

    apz indicator

    trying to create a apz indicator like what you have, do you have the math in more simple terms on how to create the bands for the apz. ive looked in the edit indicator but this doesnt help much...any help would be much appreciated.

    #2
    Hi bskogz12,

    It uses EMA of Range(High - Low) to provide the two bands. EMA source code is also available through Tools > Edit NinjaScript menu and wikipedia reference is here:
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      i guess i dont understand the deviation, i got the band, i just mulitply the band by .2 and subtract that or??

      Comment


        #4
        The offset is calculated here:
        double rangeOffset = BandPct * EMA(Range(), Period)[0];
        Ryan M.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        72 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        43 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        25 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        28 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        59 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X