Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Slingshot indicator

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

    Slingshot indicator

    Hello,

    I've searched all over the forum for a Slingshot indicator and couldn't find one.

    Anyone ?

    Thanks in advance.

    Saschja.

    #2
    Hello Saschja

    Slingshot is a pretty broad and over-used term... I can think of about a dozen indicators that have some sort of 'slingshot'.

    Can you post some references, pictures etc?

    Comment


      #3
      Slingshot Indicator

      Originally posted by zoltran View Post
      Hello Saschja

      Slingshot is a pretty broad and over-used term... I can think of about a dozen indicators that have some sort of 'slingshot'.

      Can you post some references, pictures etc?
      Hello Zoltran,

      Thanks for reaction.
      Below you find a description and a Formula made for Amibroker and a picture.

      per=Param("indicator period",7,3,200,1);
      Colorhisto=ParamColor("histogram color",colorGreen);
      Colorlow=ParamColor("lows momentum color",colorRed);
      Chart=ParamStyle("momentum chart style",styleHistogram,maskAll);
      Line=ParamStyle("momlow chart style",styleLine,maskAll);

      //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
      mom=C-Ref(C,per);
      momlo=L-Ref(L,per);
      /////////////////////////////////////////////
      Plot(MOM,"",Colorhisto,Chart);
      Plot(momlo,"",Colorlow,Line);
      Plot(0,"",colorBlack,styleLine) ;
      //////////////////////////////////////////////////////////////////////////////////
      Cond1=C>50 AND ATR(15)>2;
      Cond2=momlo> mom AND momlo<0 ;// momlo>mom;
      Filter=Cond1 AND Cond2;

      AddColumn(C,"close",1.2);


      Thanks in advance.
      Saschja
      Last edited by saschja; 12-15-2007, 01:28 PM.

      Comment


        #4
        [quote=saschja;21908]Hello Zoltran,
        Attached Files

        Comment


          #5
          Hi Saschja

          The formula appears to plot a standard 'Momentum' of the lows over a "Momentum' of the close.

          You don't really need a new indicator for this in NT.
          You can plot two Momentum Indicators on the same Panel
          Change the 1st one to histogram
          Select 'Low' for the 2nd one instead of 'Close'

          See picture

          Also attached a simple indicator that does the two together
          Attached Files

          Comment


            #6
            Slingshot

            Hello Zoltran,

            After studying the Slingshot indicator you wrote and comparing it with the one on my Amibroker trial, I found out they often give the same signal, but sometimes they are not.

            Reading over the Amibroker formula which is posted above I saw that there is also the ATR indicator involved.
            That will probably give the difference between the two.

            Any idea how to put that ATR in the Ninja Slingshot indicator?

            Thanks,
            Saschja.

            Comment


              #7
              saschja

              The ATR in the amibroker formula is only used for Explore/Reports, nothing to do with the plots.

              I'm afraid I can't help

              Comment


                #8
                Thanks anyway.

                Saschja.

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by yertle, Yesterday, 08:38 AM
                7 responses
                28 views
                0 likes
                Last Post yertle
                by yertle
                 
                Started by bmartz, 03-12-2024, 06:12 AM
                2 responses
                21 views
                0 likes
                Last Post bmartz
                by bmartz
                 
                Started by funk10101, Today, 12:02 AM
                0 responses
                5 views
                0 likes
                Last Post funk10101  
                Started by gravdigaz6, Yesterday, 11:40 PM
                1 response
                9 views
                0 likes
                Last Post NinjaTrader_Manfred  
                Started by MarianApalaghiei, Yesterday, 10:49 PM
                3 responses
                11 views
                0 likes
                Last Post NinjaTrader_Manfred  
                Working...
                X