Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

CCI Pattern Recognition for Woodies

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

    Works like a charm

    Thanks Snaphook,

    Your last code has set the text alert right.

    Can you tell me the keyword to print the high/low of the current bar.
    Actually whenever a pattern is forming I want to receive an email stating say " ZLR Long forming. Buy above XXXX" where XXXX is the price where that signal will get confirmed.

    Can you send me the code to be inserted please...this will be very helpful for many of us. As the same can be used to sms alerts.

    Also if there is way to print an indicator arrow on the price panel or elsewhere to attract attention.

    Thanks

    AC

    Comment


      Originally posted by makra081 View Post
      Try this:
      This is most likely a Ninja memory problem.
      If you use a fresh chart AND OR a fresh workspace the problem is solved for a while (do not load an old template, use everything fresh)

      this solved similar issus on my side.


      makra081,

      you right on...a fresh chart shows all the previous text lables again and the ZLR lines...hope NT7 will be better at retaining all the lables.

      thnx,
      -marvel

      Comment


        ac,

        Do you want the actual high low or the projected high low at range bar close?

        The former is simply High[0] and Low[0]

        The latter is already calculated as projectedHigh and projectedLow. If you want the next bar open it would be projectedHigh+TickSize and projectedLow-TickSize.

        Comment


          Bull's eye

          Thanks Snaphook,

          Thanks.

          Bull's eye!!! Yes I was talking about the Projected High + 1 tick.

          1. When I take a trade, I want to find out the 2 previous lowest low and place my long SL at the 2nd low(further away from my purchase bar) there. Similarly, I want to find out 2 previous highest high and place my short SL there. What will be the keyword/code I use for display/printing that?

          2. Where do I place this code so that I get an email which states that "ZLR buy @ (Projected High + 1 tick) and sl will be XXX(low of the previous 2 lows)

          3. Also keen to know how to get an email of changed Stop loss values once a strategy is active and price moves in favour.

          Snaphook, I hope I am not troubling you too much. I have liked what you have made and want to add more to it which I am sure will be very useful to many. I appreciate your help even in a situation when you have stop developing Forecaster/AT any further.

          Me like many others are on the move and this emailing of live alerts proves very handy and fruitful.


          Thanks

          AC

          Comment


            I've never used email but my guess would be to add

            SendMail("from", "to","subject","body");
            such as:
            SendMail("[email protected]","charliebrown@peopl ehouse.com","ZLR Long","ZLR Buy " + Instrument.Name + " @ " + (projectedHigh + TickSize).ToString() + ". Place stop loss @ " + Low[3].ToString());

            The problem will be to place where it will only send an email once or you will get an email each time the projectedHigh or projectedLow changes and also as the price moves up and down through the candle range. For the time being you could test them by placing them right below the DrawTextFixed statements in the switch statements you just added.

            Once the trade is placed, control transfers to the ATM Strategy and I have no idea if it is even possible for it to send emails, let alone how to do it. Perhaps an NT Pro knows.

            Comment


              Range Bars!!

              Thanks Snaphook,

              Will be testing the emailing code today and informing you.

              Can your help pls:-
              1. I am using RangeAlt in my charts but two same charts with same RangeAlt settings show different HOB/LOB? Why? Is the Rangebar script I am using bugged..if yes can you send me the right RangeAlt script zip link address

              2. Can I use only Range bars instead of RangeAlt bars? How will the results be different.

              Thanks

              AC

              Comment


                Email switch

                Hi Snaphook,

                Tried your email code...but getting repeated emails on the formation of the pattern with every price change. What we need is that email happens once at formation irrespective of whether the formation actually matures or not later.

                What modification do you suggest? What if we place the code after the sound alert module/code?

                Can we use private bool to manipulate that? If yes how?

                Thanks

                AC

                Comment


                  Waiting

                  Hi Snaphook,

                  Still awaiting you much required help.

                  Thanks

                  AC

                  Comment


                    Hello Snap,
                    Can I use Pattern recognition on volume bar? , what should I change to make it work?
                    Thanks for helping all trader
                    -mwave

                    Comment


                      Not sure I understand. Do you mean an equivolume price chart or a straight up volume bar w/o prices?

                      In the former, I would think so. In the latter, I doubt it very seriously.

                      Comment


                        Yes, I mean volume price chart instead of range bar, where would i change setting from range bar to volume bar ?

                        I have used range bar but no success, now I want to try woodie cci with volume bar chart

                        Thx
                        Mwave

                        Comment


                          Hi Snaphook,

                          I keep seeing that sometimes the detected signal text keeps repeating itself again and again as shown in the image below. I am using 5 and 8 Range charts for the period of 18.

                          Perhaps a bug?

                          Thanks much!
                          Attached Files

                          Comment


                            Snap,

                            Wondering why the Forecaster did not reco this particular Famir short (screenshot). The swings were within the 50s lines and LSMA was red...i have cci pts for hook set to "0" and max cci level set to "51"...is there another setting i'm missing?

                            thnx,

                            marvel
                            Attached Files

                            Comment


                              There were 3 up bars followed by 2 down bars. The Forecaster goes up to 2 and 2. The scheme for a 2/2 short is 5>4 and 4<3 and 3<2 and 2>1. Because 5<4 the pattern did not fit. I had to draw the line somewhere or the number of permutations grows exponentially.

                              Comment


                                Snap,

                                After looking at the dizzying amount of code you developed for the Famir alone, i can understand why you need to draw the line somewhere...lol

                                What a tremendous amount of work you put into this great Forecaster!

                                thnx again,

                                -marvel

                                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
                                573 views
                                1 like
                                Last Post RFrosty
                                by RFrosty
                                 
                                Working...
                                X