Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
CCI Pattern Recognition for Woodies
Collapse
X
-
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
-
Limit,Originally posted by limitHello Snaphook,
Thanks for the great work!
Is there code for the Range Bar Close Projector?
I would like to run it in Excel.
Thanks.
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
-
Snaphook,Originally posted by snaphook View PostGoogle Median Renko Bars. I believe you will find them at Big Mike Trading . com
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
-
-
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
-
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
-
yes the p1, p2, p3 display. No error on the log related to your indicator..Originally posted by snaphook View PostNo, 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?
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
656 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
373 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
579 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment