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 GussJ, 03-04-2020, 03:11 PM
        11 responses
        3,227 views
        0 likes
        Last Post xiinteractive  
        Started by andrewtrades, Today, 04:57 PM
        1 response
        13 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by chbruno, Today, 04:10 PM
        0 responses
        7 views
        0 likes
        Last Post chbruno
        by chbruno
         
        Started by josh18955, 03-25-2023, 11:16 AM
        6 responses
        440 views
        0 likes
        Last Post Delerium  
        Started by FAQtrader, Today, 03:35 PM
        0 responses
        12 views
        0 likes
        Last Post FAQtrader  
        Working...
        X