Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Super Trend For Ninja Trader Needed

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

    #31
    Would you guys consider the following changes.
    --------------------------------------------------------------
    From

    private double multiplier = 3;

    to

    private double multiplier = 3.2;

    -------------------------------------------------------
    And make the following changes to correctly display the indicator variables and to fix no multiplier values under "1.0"
    ------------------------------------------------------------
    From

    [Description("ATR Period")]
    [Category("Parameters")]
    publicint Lenght
    {
    get { return lenght; }
    set { lenght = Math.Max(1, value); }
    }
    [Description("ATR Multiplier")]
    [Category("Parameters")]
    publicdouble Multiplier
    {
    get { return multiplier; }
    set { multiplier = Math.Max(1, value); }


    (Continued in post below)
    RJay
    NinjaTrader Ecosystem Vendor - Innovative Trading Solutions

    Comment


      #32
      Originally posted by rt6176 View Post


      (Continued from above post)


      to


      [Description("ATR Period")]
      [Category(
      "Parameters")]
      [Gui.Design.DisplayName ("1 Length (Integer)")]
      publicint Lenght
      {
      get { return lenght; }
      set { lenght = Math.Max(1, value); }
      }
      [Description(
      "ATR Multiplier")]
      [Category(
      "Parameters")]
      [Gui.Design.DisplayName ("2 Multiplier (Decimal)")]
      publicdouble Multiplier
      {
      get { return multiplier; }
      set { multiplier = Math.Max(0.1, value); }

      --------------------------------------------------------


      I think you will like the results,


      RJay
      Hi

      Can you post modified Zip file for the same?

      Thanks in Advance

      Regards

      Comment


        #33
        I think that's a good idea. No reason at all to restrict values below 1 for the multiplier. Rather than 0.1 I chose 0.001. I left the default multiplier at 3, but anyone is free to change it easily simply by editing the script and changing the 3 to whatever value they wish in the variable declaration section at the top.


        The ideal multiplier value is going to be different for every market and time frame. Right now I'm looking at the 3 minute EURJPY and 2.618 (golden mean * golden mean) seems to be a good trade off between sensitivity and whipsaws. I found 3 a bit slow and 1.618-2 a bit fast.

        I've also added the ValueCharts indicator as a filter and it seems to help with SuperTrend. I find that often after a trend change the ValueCharts indicate at OB/OS condition and there will be a bit of a pullback, so it can help to get a better entry if you wait until the indicator is back into the fair value area...

        ST caught a nice 200+pip move in the cross this morning, I wish I had caught it too, lol!

        Attached Files

        Comment


          #34
          Originally posted by vrathee View Post
          Hi

          Can you post modified Zip file for the same?

          Thanks in Advance

          Regards
          Hi vrathee,

          Sure, no problem.

          I'll post it later Today, 19:00 EST

          RJay
          RJay
          NinjaTrader Ecosystem Vendor - Innovative Trading Solutions

          Comment


            #35
            Originally posted by Elliott Wave View Post
            I think that's a good idea. No reason at all to restrict values below 1 for the multiplier. Rather than 0.1 I chose 0.001. I left the default multiplier at 3, but anyone is free to change it easily simply by editing the script and changing the 3 to whatever value they wish in the variable declaration section at the top.


            The ideal multiplier value is going to be different for every market and time frame. Right now I'm looking at the 3 minute EURJPY and 2.618 (golden mean * golden mean) seems to be a good trade off between sensitivity and whipsaws. I found 3 a bit slow and 1.618-2 a bit fast.

            I've also added the ValueCharts indicator as a filter and it seems to help with SuperTrend. I find that often after a trend change the ValueCharts indicate at OB/OS condition and there will be a bit of a pullback, so it can help to get a better entry if you wait until the indicator is back into the fair value area...

            ST caught a nice 200+pip move in the cross this morning, I wish I had caught it too, lol!


            Elliott,

            The only reason I changed the 3 was so anybody new would see a decimal as default to let them know what their adjustment options are. NT rounds off the .0 if you enter just 3.0.

            I'll also add the .001 tighter spec before I upload the updated zipfile.

            RJay
            RJay
            NinjaTrader Ecosystem Vendor - Innovative Trading Solutions

            Comment


              #36
              Thanks for comments...
              -Multiplier min value - 0.0001
              -Default value for multiplier - 2.618
              -Added option to show or hide arrows when trendline is violated

              Roonius
              Attached Files
              Last edited by roonius; 01-08-2009, 08:49 PM.

              Comment


                #37
                Roonius,

                You got all the important changes. The other stuff I was going to do was strictly cosmetic.

                So I will not be uploading any changes later today.

                The cosmetic changes are posted below if anyone wants to add them.

                I like the ability to turn the arrows on and off. Great feature.

                Thanks,

                RJay
                Last edited by RJay; 12-02-2008, 11:51 AM.
                RJay
                NinjaTrader Ecosystem Vendor - Innovative Trading Solutions

                Comment


                  #38
                  The arrows are a nice touch .

                  The only thing I could suggest is changing the category in properties to something other than parameters (visual, alerts etc) because adding a parameter will break any existing strategies and it will also show up in the optimizer window, whereas a different category won't cause any compatibility problems...

                  Comment


                    #39
                    Hello Everyone

                    I am Posting here today's Intraday Chart of Nifty Index (National Stock Exchange of India). with time frame 1 min, 5 min and 10 mins. here is the result can anybody do some more perfection in it with Time frame or in parameter.

                    I want to know with which time frame it will work perfectly.

                    One suggestion more here if someone can add audio function with Buy and Sell Indicator that will be appreciated.

                    Thanks and Regards
                    Manish Kumar
                    Attached Files

                    Comment


                      #40
                      Hi Manish,
                      your 1 Min looks pretty nice for me.
                      Use a proper MM / RM and its making nice profit today.

                      Comment


                        #41
                        Originally posted by max-td View Post
                        Hi Manish,
                        your 1 Min looks pretty nice for me.
                        Use a proper MM / RM and its making nice profit today.
                        Hi

                        Could you explain me what is MM / RM?

                        thanks

                        Comment


                          #42
                          Trend Line Not Straight

                          My Supertrend Indicators (red And Green Lines) Do Not Show Straight Lines. How Do I Get Straight Lines As Appear On Your Pictures?

                          Comment


                            #43
                            What do you mean by straight lines? Post some screenshots
                            Last edited by roonius; 01-08-2009, 08:49 PM.

                            Comment


                              #44
                              manishkumar:
                              MM - money management
                              RM - risk management
                              Last edited by roonius; 01-08-2009, 08:48 PM.

                              Comment


                                #45
                                Swing?

                                There Are Red And Blue Straight Lines On Your Pictures. I Guess It Is Not Supertrend, But Some Other Indicator??

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by Christopher_R, Today, 12:29 AM
                                0 responses
                                9 views
                                0 likes
                                Last Post Christopher_R  
                                Started by sidlercom80, 10-28-2023, 08:49 AM
                                166 responses
                                2,235 views
                                0 likes
                                Last Post sidlercom80  
                                Started by thread, Yesterday, 11:58 PM
                                0 responses
                                3 views
                                0 likes
                                Last Post thread
                                by thread
                                 
                                Started by jclose, Yesterday, 09:37 PM
                                0 responses
                                8 views
                                0 likes
                                Last Post jclose
                                by jclose
                                 
                                Started by WeyldFalcon, 08-07-2020, 06:13 AM
                                10 responses
                                1,415 views
                                0 likes
                                Last Post Traderontheroad  
                                Working...
                                X