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 algospoke, Yesterday, 06:40 PM
        2 responses
        23 views
        0 likes
        Last Post algospoke  
        Started by ghoul, Today, 06:02 PM
        3 responses
        14 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by jeronymite, 04-12-2024, 04:26 PM
        3 responses
        45 views
        0 likes
        Last Post jeronymite  
        Started by Barry Milan, Yesterday, 10:35 PM
        7 responses
        22 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by AttiM, 02-14-2024, 05:20 PM
        10 responses
        181 views
        0 likes
        Last Post jeronymite  
        Working...
        X