Many thanks to JonnyBoy who has converted the range bar marker "jtRangeMarker_N7" to NT8.
For range bars only. This indicator plots the maximum high or minimum low of a forming Range Bar. The plots disappear as soon as a new bar forms or the current bar has filled its required range. Draws a box around the current candle that indicates how much further a bar would have to move before the range is exhausted and new bar begins to paint.
Hello Traders, starting with the GEM Stoch, I added a Stoch of the Order Flow Cum Delta. You can select if you want UDT or BA. By loading two instances of this indie you can show both Stoch of BA and UDT. In addition, you can add weight to the PA or the CUM Delta. I like watching the regular Stoch, overlayed with BA and with UDT. In this way, I can see when there is absorption going on. In this pic are instances of the standard GEM Stoch , an instance of StochPACD with UDT weighed 4:1 and an instance of StochPACD with BA weighed 4:1.
R1: An astute trader found that the indie was not selectable on the chart. I have resolved that.
If you downloaded the original version, it went into the "gem" directory. You will need to use your Windows File Manager and delete that prior to installing this one... Sorry!!!
Also, in this ZIP is a 'lite' version that only calculates what is shown on the screen. If you want to scroll back, hit f5 to refresh the screen.
A few traders have asked if the CongestionBox could be altered to trigger with a breakout of one candle. I did some work and here is a solution that I believe works well with one candle breakout. One candle means there may be some false breakouts depending on your candle size....
As always, trade well....
Bob
As with other recent indies, this only calculates and displays what is on the display. If you scroll left, hit f5 to repopulate
8/6/2020
After suggestions from a few traders, I added some filtering to remove some of the 'counter trend' boxes. Included in this zip is an additional CongestionBox indie called CongestionBoxFilter. This one uses an EMA and HMA. A Bullish breakout candle will paint if the breakout candle is above both and slope of the HMA is up. The breakout candle can be painted for highlight and or an arrow below bull candle or above bear candle.
Have fun...
Bob
R2 (2/11/2021): I don't use Bloodhound or other automated tools, but one user found that calculations limited to what is on screen causes a problem with Bloodhound... I found the issue and it is an easy fix. In the zip are two indicators. CongestionBoxOne is the original that only calculates what is on the screen and CongestionBoxOneFull calculates the entire history and should work with Bloodhound. I will add a new version of all of the indicators that I have posted that have the calculation limiter in a similar manner.
July 23rd, 2020
Size: 1.64 KB
Downloaded: 306 times
2266
cejstrup
You may want to download daily bars for the full list of SP500 index components, for lat 10 years.
1) Import the attached strategy in NT8
2) Start a Strategy Analyzer, set it up, choose SP500 list
3) Set the output folder path
4) Run. Strategy will go and download any missing data (a data connection needs to be up)
5) Enjoy a folder with individual files (named by Instrument.FullName property) daily bars
July 20th, 2020
Size: 1.70 KB
Downloaded: 275 times
2265
andby
Update 7/22/20: added CD volume filter to the CumDelta Divergence indies and reduced calculations to only displayed candles.
Hello Traders, there are 3 indies in this Zip. Two of them (CDDivergence) require Ninjas Order Flow Cum Delta. One uses BA Cum Delta and the other is UpDownTick Cum Delta and paint the candle body if price is going the opposite direction of the Cum Delta.
The other indie will paint the candle body if price is going the opposite direction of the calculated HeikenAshi bar.
They alert you to when something is going on.... is it churn or a reversal? In the pic, the HADivergence is Yellow....Try them with various candle types and see what 'speaks" to you...
Note to users... I have started cutting down the system resource requirements on many of my indicators that do not need a lot of historical data. On these indies, they calculate only what is on the screen. If you want to scroll back, just hit f5 to re-populate the indicator. It's not a huge savings, but every tick counts
Trade Well...
Bob
R1 2/11/2021: I don't use Bloodhound or other automated tools, but one user found that the calculations limited to what is on screen may not work with Bloodhound... I found the issue and it is an easy fix. In the zip are multiple indicators. The original files are still in the Zip and I have added files with "Full" appended to the name that calculates the entire history and should work with Bloodhound. I will add a new version of all of the indicators that I have posted that have the calculation limiter in a similar manner.
July 16th, 2020
Size: 17.41 KB
Downloaded: 738 times
2263
bobc635
Hello Traders, attached is the CongestionBox indie that has been put on a diet. The indie finds congestive candle patterns and then paints the box when there is a breakout (2 candles to confirm). The box has a line that represents the VPOC of the box. I find that this indie, in concert with an MA of your choice works very well to find and keep you in a trend.
A few years ago, I downloaded the CongestionBox indie as submitted by creator jabeztrading. The indie had memory building and slow response issues. The bandaids that I applied at the time were a help so I re-released it. I have learned a few things along the way, and made some dramatic improvements wrt memory and responsiveness. On my system, a refresh of the old indie took 13seconds. This one is about 1 second.
Note to users... I have started cutting down the system resource requirements on many of my indicators that do not need a lot of historical data. On these indies, they calculate only what is on the screen. If you want to scroll back, just hit f5 to re-populate the indicator. It's not a huge savings, but every tick counts
* Days of the week
* OrderFlow Cumulative Delta option (Life time licences only)
* Boost if profit using the ATM option
* BreakEven option
* Halt trading if the account drops or reach the account target
* Prior Day HL visulal on chart
- Optimized for the Futures instrument MYM
- Fixed minor bugs
August 30th, 2022 01:09 AM scshourie Is there an updated version available
October 23rd, 2020 01:13 AM bcomas Fixed minor bugs and improved at : https://ninjatraderecosystem.com/user-app-share-download/largetrades-strategy-nt8-upd
ate/
September 3rd, 2020 08:37 PM bcomas Hello Futuretrader2,
It can be fixed if you go to the largetrades indicator (NinjaScript editor) into OnBarUpdate and change the minimum bars
for trade with 100
If (CurrentBar < 100)
return;
August 25th, 2020 04:44 PM Futuretrader2 Thanks for the strategy Bcomas! Using a single chart in NT8 (latest) I got this error log : Indicator 'bcomasLargeTrades
': Error on calling 'OnBarUpdate' method on bar -1: You are accessing an index with a value that is invalid since it is
out-of-range. I.E. accessing a series [barsAgo] with a value of 5 when there are only 4 bars on the chart.
February 27th, 2022 04:12 PM NinjaStang I was wondering if would be possible to plot a 1 for longs and -1 for shorts. Similar to the Price Breakout from A rect
angular Base? I am using Markers Plus for automation. I just can't seem to get this one to plot that way.
Thank you. Love this indicator.
October 3rd, 2021 10:25 AM mav8rick Thanks!!
March 13th, 2021 12:00 PM compteidriss It's just wonderful!
September 18th, 2020 11:21 AM jabeztrading Nice work.
September 14th, 2020 08:51 PM cskafan123 Thank you much! This looks great. Now I just have to figure out how to apply it. Are there any instructions?
February 13th, 2025 11:07 AM Wipeout Nice Thank you
October 12th, 2021 06:10 PM tonguira
February 5th, 2021 12:23 PM mzapata24 can not be imported at Nt8
January 2nd, 2021 05:38 PM andreibara Not able to import this one as well. For those who were able to make it work, does it require a particular configuration
? You can message me as well if you don't want to leave a rating.
March 14th, 2024 05:26 AM Leafcutter The Idea for this indi is cool! I have often tried similar things in order to combine the volume delta with the price ev
en if they do not correlate when there is absorption...if there would be a possibility to combine this with a correlatio
n indicator...
June 12th, 2021 11:44 PM TraderGB Nice going Bob...way to think out of the box!
November 2nd, 2020 11:35 AM Jeezewiz291 NICE
October 31st, 2020 09:01 AM Harvard Thanks
October 23rd, 2020 01:10 PM hedgeplay Thanks Bob, good clean work.