Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Gartley Patern indicatior

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

    #16
    Thank you all for adding to this thread. Would someone who uses this indicator please show a chart with a trade.
    Thanks.

    Comment


      #17
      Originally posted by Riverend View Post
      Thank you all for adding to this thread. Would someone who uses this indicator please show a chart with a trade.
      Thanks.
      you just have to wait for them they dont occur very often .....go long with a bat shape and short with a W shape , you can mess with the T% and zigzag try 30% and zigzag at 1,2 or 3
      Attached Files

      Comment


        #18
        Thanks Price. I saw the patterns develop when using market replay.
        Looks like entry could be first bar after pattern is completed. Will try
        adjusting the settings to see if i can get signals on 1 min time frame

        Comment


          #19
          Modified for NT7

          Haven't seen it pick-up any patterns yet. The code was generating a compile error in NT7, so this is a slightly modified version for use in NT7. But as I say, it isn't picking up patterns on NT7... so far.

          DrawLine() method from line 138 needed an extra boolean argument for autoScale
          <code>
          if(bBearish) {
          Match.Set(-1);
          // so at least when you call the indicator you get a value when Gartley Pattern matched
          // but you have to find out yourself if M or W pattern
          tag+="W";
          DrawLine(tag+"CD", false, FirstHigh,D,FirstLow,C,Plots[0].Pen.Color,Plots[0].Pen.DashStyle,System.Convert.ToInt32(Plots[0].Pen.Width));
          DrawLine(tag+"BC", false, FirstLow,C,SecondHigh,B,Plots[0].Pen.Color,Plots[0].Pen.DashStyle,System.Convert.ToInt32(Plots[0].Pen.Width));
          DrawLine(tag+"AB", false, SecondHigh,B,SecondLow,A,Plots[0].Pen.Color,Plots[0].Pen.DashStyle,System.Convert.ToInt32(Plots[0].Pen.Width));
          DrawLine(tag+"XA", false, SecondLow,A,ThirdHigh,X,Plots[0].Pen.Color,Plots[0].Pen.DashStyle,System.Convert.ToInt32(Plots[0].Pen.Width));

          }
          else {
          //bullish
          Match.Set(1);
          tag+="M";
          DrawLine(tag+"CD", false, FirstLow,D,FirstHigh,C,Plots[0].Pen.Color,Plots[0].Pen.DashStyle,System.Convert.ToInt32(Plots[0].Pen.Width));
          DrawLine(tag+"BC", false, FirstHigh,C,SecondLow,B,Plots[0].Pen.Color,Plots[0].Pen.DashStyle,System.Convert.ToInt32(Plots[0].Pen.Width));
          DrawLine(tag+"AB", false, SecondLow,B,SecondHigh,A,Plots[0].Pen.Color,Plots[0].Pen.DashStyle,System.Convert.ToInt32(Plots[0].Pen.Width));
          DrawLine(tag+"XA", false, SecondHigh,A,ThirdLow,X,Plots[0].Pen.Color,Plots[0].Pen.DashStyle,System.Convert.ToInt32(Plots[0].Pen.Width));
          }
          </code>
          Attached Files

          Comment


            #20
            gartley settings

            Andreas, can your modified indy work in Market Analyzer?--was answered as a yes.

            ...i have posted 4 screenshots of the indicator on a daily and intraday chart. i used different settings to try and capture the pattern. It will not show any patterns. can someone advise on what settings to use? or confirm the settings being used are correct? appreciate any feedback....
            Attached Files
            Last edited by mystiq; 05-05-2011, 04:30 PM. Reason: modify

            Comment


              #21
              I'm having difficulty loading the indicator on my chart. Do you have any recommendations? I saved the Gartley.cs file under My Docs>NinjaTrader 7> bin > Custom > Indicator, but do not see it when I go to select an indicator to add to my chart.

              Any help would be great, thanks!

              Comment


                #22
                rhogsett,

                You will need to open up the NinjaScript Editor and press F5 to compile the NinjaScript assembly first if you try to install a file by copying it around like that. Please note manually manipulating files is not a supported method to install NinjaScript files.
                Josh P.NinjaTrader Customer Service

                Comment


                  #23
                  Got it, thanks!

                  Comment


                    #24
                    Originally posted by mystiq View Post
                    Andreas, can your modified indy work in Market Analyzer?--was answered as a yes.

                    ...i have posted 4 screenshots of the indicator on a daily and intraday chart. i used different settings to try and capture the pattern. It will not show any patterns. can someone advise on what settings to use? or confirm the settings being used are correct? appreciate any feedback....
                    mystiq,

                    Have you figured out how to get the indicator to capture the pattern? I'm not having any luck.

                    Thanks,

                    RGH

                    Comment


                      #25
                      You need to recompile:
                      Tools/Edit NinjaScript/Indicator
                      Select indicator; click OK
                      Now you should see it.

                      Comment


                        #26
                        Oops. Disregard previous post; was meant for another thread.

                        Comment


                          #27
                          Gartley indicator

                          Hi there, Any chance this could be updated to work with Ninja 7. I still havent figured out how to load it and then I realized it is for Ninja 6.5 and I'm using the latest version of Ninja version 7.0. YUK!! Thank you in advance if possible. Charles Sims AKA: simaron.

                          Comment


                            #28
                            After manually adding the .cs file to the Indicator files folder (regular import failed) it was not showing any patterns.

                            Adjust the "Tolerance Percent" to something other than 10 and Mr Gartley appears...at least in Tick Charts...

                            Comment


                              #29
                              I need help

                              I use NT7, I loaded the Version modified for NT7, I import this indicator sucessfully, add to a chart an see......

                              .....nothing!

                              please help.

                              Does this Indicator not show potential gartley/butterfly patterns with thei potential reversal zones?

                              Jens

                              Comment


                                #30
                                Originally posted by xenayoo View Post
                                I use NT7, I loaded the Version modified for NT7, I import this indicator sucessfully, add to a chart an see......

                                .....nothing!

                                please help.

                                Does this Indicator not show potential gartley/butterfly patterns with thei potential reversal zones?

                                Jens
                                Jens...

                                Did you..."Adjust the "Tolerance Percent" to something other than 10"?

                                As I said, that produces the patterns in NT7 for me.

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                                0 responses
                                648 views
                                0 likes
                                Last Post Geovanny Suaza  
                                Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                                0 responses
                                369 views
                                1 like
                                Last Post Geovanny Suaza  
                                Started by Mindset, 02-09-2026, 11:44 AM
                                0 responses
                                108 views
                                0 likes
                                Last Post Mindset
                                by Mindset
                                 
                                Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                                0 responses
                                572 views
                                1 like
                                Last Post Geovanny Suaza  
                                Started by RFrosty, 01-28-2026, 06:49 PM
                                0 responses
                                574 views
                                1 like
                                Last Post RFrosty
                                by RFrosty
                                 
                                Working...
                                X