Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Double MA

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

    Double MA

    Does anybody have the Double MA indicator for NT 7? I have it for NT 6.5 but doesn't work in NT 7. If someone it can you please post or send it to me. THanks

    #2
    bump ...looking for this too

    Comment


      #3
      Originally posted by dmod1 View Post
      Does anybody have the Double MA indicator for NT 7? I have it for NT 6.5 but doesn't work in NT 7. If someone it can you please post or send it to me. THanks
      What exactly do you mean by 'Double MA'?

      In any case, NT7 does have one: DEMA - comes supplied, only one line of code as follows:

      Code:
      Value.Set(2 * EMA(Inputs[0], Period)[0] -  EMA(EMA(Inputs[0], Period), Period)[0]);

      Comment


        #4
        found it :

        Comment


          #5
          Originally posted by price777999 View Post
          Thanks for finding that. It looks a very useful - and especially smooth - indicator.

          Remember to download the ind from post #4 in the thread given in post #4 of this thread. The other links are for earlier versions.

          What's very good is that you can choose between a selection of moving average types: EMA, HMA, etc. (In my opinion, HMA is the best of all.)

          It's interesting to look at the coding: it's quite complex.
          Last edited by arbuthnot; 05-02-2015, 07:46 AM.

          Comment


            #6
            Just to add that there are arrows indicating the maxima and mimima, i.e. the turning points.

            But these are deceptive: they are not placed where you can place a meaningful trade using this system. You can only know (in realtime) if the ind is rising or falling a bar later in every case. It wouldn't be difficult to set 'ShowAroows' to false and then code in sometime 'realtime' valid' arrows in a strategy.

            This sort of thing can be a trap when things look better than they seem!

            Comment


              #7
              yes , I wouldn't use it to trade ... it smooths out price direction well .

              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