Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

CCI Pattern Recognition for Woodies

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

    Traders Helping Traders !

    Comment


      Renko Bar High Low . Any Ideas how to create?

      Comment


        Google Median Renko Bars. I believe you will find them at Big Mike Trading . com

        Comment


          Elmi,
          Do you mean Closes @ H/L?

          If so something like:

          projectedhigh = Close[1] > Open[1] ? Close[1]+Bars.Period.Value*TickSize : Close[1]+2*Bars.Period.Value*TickSize;
          projectedlow = Close[1] < Open[1] ? Close[1]-Bars.Period.Value*TickSize : Close[1]-2*Bars.Period.Value*TickSize;

          Comment


            Yes I think so . Where do I insert the code?

            Comment


              Originally posted by limit
              Hello Snaphook,

              Thanks for the great work!

              Is there code for the Range Bar Close Projector?

              I would like to run it in Excel.

              Thanks.
              Limit,

              You can't really code a projected close for range bars. However, you can project the high and lows for range bars. If the bar completes on high, then the high becomes the close and the next bar opens one tick higher. Or, if the bar completes on low of the bar then the low becomes the close and the next bar opens one tick lower. Snaphook has already written a CCI-Projector for range bars highs and lows (in download section) that you can open and copy the code.

              Comment


                Originally posted by snaphook View Post
                Google Median Renko Bars. I believe you will find them at Big Mike Trading . com
                Snaphook,

                Median Renko indicator on BMT has some problems associated with it that the Author has no interest in fixing them. It works, however, the setting for bar number should be in even numbers (2, 4, 6,..) for it to work. The Better Renko indicator does a good job though.

                Comment


                  Hi all, how do you get the CCI panel to be the right of the woodie cci, right now the cci panel overlaps the indicator
                  Attached Files
                  Last edited by ziggymeister; 06-26-2011, 08:58 PM.

                  Comment


                    Originally posted by ziggymeister View Post
                    hi all, how do you get the cci panel to be the right of the woodie cci, right now the cci panel overlaps the indicator
                    click on properties. Set right side margin to 150.

                    Comment


                      thank you. also notice that the pattern recognition isn't drawing necklines for the ghost? which param is it, if there is one to configure on the indicator?

                      Comment


                        There are 3 params located under Sound and Display toward bottom of Param box.

                        Ghost, Show Peaks?
                        Ghost, Show Trend Line?
                        Ghost Trend Color

                        Comment


                          yellow, true, true. and it's not showing still... always had it this way.

                          my background color is white.. is there a master settng because none of the pattern trendlines show, not just the ghost.

                          Comment


                            No, there is no Master switch.

                            Do the ghost pattern signals display?
                            Check your Log tab to see if there is an error. If so, let me know.
                            Are you using the latest version for v7?

                            Comment


                              I have also noticed that if there is a gap in MRBs that exceed the supposed Close of the bar, you can get a serious hiccup in NT where the chart and DOM simply stop updating. I have had this happen to me twice.

                              Comment


                                Originally posted by snaphook View Post
                                No, there is no Master switch.

                                Do the ghost pattern signals display?
                                Check your Log tab to see if there is an error. If so, let me know.
                                Are you using the latest version for v7?
                                yes the p1, p2, p3 display. No error on the log related to your indicator..
                                what is the latest version, do you mind reposting?... v2 right?

                                Comment

                                Latest Posts

                                Collapse

                                Topics Statistics Last Post
                                Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                                0 responses
                                666 views
                                0 likes
                                Last Post Geovanny Suaza  
                                Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                                0 responses
                                376 views
                                1 like
                                Last Post Geovanny Suaza  
                                Started by Mindset, 02-09-2026, 11:44 AM
                                0 responses
                                110 views
                                0 likes
                                Last Post Mindset
                                by Mindset
                                 
                                Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                                0 responses
                                575 views
                                1 like
                                Last Post Geovanny Suaza  
                                Started by RFrosty, 01-28-2026, 06:49 PM
                                0 responses
                                580 views
                                1 like
                                Last Post RFrosty
                                by RFrosty
                                 
                                Working...
                                X