Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Gartley Patern indicatior

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

    Gartley Patern indicatior

    could anyone convert this to ninja from MT4 ?
    Attached Files

    #2
    Thanks for sharing this, hopefully the community can help you out.

    For a professional conversion you can always contact those consultants - http://www.ninjatrader.com/webnew/pa...injaScript.htm
    BertrandNinjaTrader Customer Service

    Comment


      #3
      this is wat it should look like .
      Attached Files

      Comment


        #4
        Gartley done today

        Hi to all,

        I was bored today and basically I had missed the long entries 2 hours after US market open, or better I was not convinced to get into the market , so at least I would like to have done someting today , so by chance I read the thread on the Gartley Trading Pattern and I had a look at the definition on



        and then I implemented the indicator in the last 3 hours.

        You can:

        1. Just have you show the M and W patterns
        2. Call it from another indicator :
        OnBarUpdate(){
        if(GartleyButterflyPattern(Close,25,0.05).Match[0]==1 ) {
        //bullish pattern ;
        }
        // 25 is 25% Tolerance according to web source given above
        // 0.05 is Percent Deviation value according to ZigZag indicator.


        Enjoy the indicator and who really likes it a lot is welcome to offer me a drink


        Have a nice evening

        Andreas



        }
        Attached Files

        Comment


          #5
          Andreas,

          Thank you, I will definitely check it out.

          Mike

          Comment


            #6
            I am wondering if this is an indicator or a strategy? I placed it in with the indicators and compiled it. I added it to a chart, but it doesn't seem to draw anything.
            It sounds great, just wondering how do I use it.
            Thanks for doing the work on it.

            Comment


              #7
              In just playing with it for a second, I increased the % tolerance to 25 and it found a pattern on my 15m and 5 range.

              Comment


                #8
                i am unable to import it (unknown file type )

                Comment


                  #9
                  Just copy the cs file into MyDocuments\NinjaTrader 6.5\bin\Custom\Indicator. Then open one indicator (any) and hit F5 to compile all studies, then it should be available on the charts.
                  BertrandNinjaTrader Customer Service

                  Comment


                    #10
                    how do i open an idicator do i open it from the charts or from the folder ?

                    Comment


                      #11
                      Please go from the Control Center to Tools > Edit NinjaScript > Indicator.
                      BertrandNinjaTrader Customer Service

                      Comment


                        #12
                        Great work Zweistien .......here is the thread i found the file in ,there are loads of different versions .

                        Hi everybody, i'm posting this good indicator. The other interesting indicators. Mq4 indicators to the chart but can not see anything. What you mean undated metatrader to buidl 190. Hi, dti uses still hlm indicator. What indicators gives these yellow spots

                        Comment


                          #13
                          Gartley file update

                          follow up, some improvements mostly concering NT specific features.

                          The definitions for the Gartley trading pattern are taken from



                          Main changes:
                          X (stop) and IdealProfitTarget Values are available.

                          Be advised: You may find bugs, if you do so please report.


                          You can:

                          1. Just have you show the M and W patterns
                          2. Call it from another indicator or strategy :

                          if(GartleyButterflyPattern(Input,200,25,0.03).Patt ernType[0]==GartleyButterflyPatternType.Bullish) {
                          Print("X (stop) =");
                          Print(GartleyButterflyPattern(Input,200,25,0.03).X[0]);
                          Print("IdealProfitTarget=");
                          Print(GartleyButterflyPattern(Input,200,25,0.03).I dealProfitTarget[0]);

                          }
                          // 200 is take 200 barsback into account
                          // 25 is 25% Tolerance according to web source given above
                          // 0.05 is Percent Deviation value according to ZigZag indicator.

                          offer me a drink


                          Have a nice evening

                          Andreas
                          Attached Files
                          Last edited by zweistein; 03-14-2009, 03:02 AM. Reason: wrong link

                          Comment


                            #14
                            Hi Andreas, thank you for sharing this with our community! Have a great weekend!
                            BertrandNinjaTrader Customer Service

                            Comment


                              #15
                              on which time frames

                              hello can you post some screenshots on which timeframes / instrumens such gartley patterns are common?

                              regards
                              tradereight

                              Comment

                              Latest Posts

                              Collapse

                              Topics Statistics Last Post
                              Started by alifarahani, Today, 09:40 AM
                              6 responses
                              33 views
                              0 likes
                              Last Post alifarahani  
                              Started by Waxavi, Today, 02:10 AM
                              1 response
                              17 views
                              0 likes
                              Last Post NinjaTrader_LuisH  
                              Started by Kaledus, Today, 01:29 PM
                              5 responses
                              14 views
                              0 likes
                              Last Post NinjaTrader_Jesse  
                              Started by Waxavi, Today, 02:00 AM
                              1 response
                              12 views
                              0 likes
                              Last Post NinjaTrader_LuisH  
                              Started by gentlebenthebear, Today, 01:30 AM
                              3 responses
                              17 views
                              0 likes
                              Last Post NinjaTrader_Jesse  
                              Working...
                              X