November 10th, 2016
Size: 1.81 KB
Downloaded: 1696 times
1774
TraderSC
Delta Package V3 NT8.0.2 now with commitment of traders (COT) and heiken-ashi
Update Feb 2017: Changed "Show above / below EMA colors" to false to avoid confusion.
Minor fix 30 Dec: Added ability to change bar width manually. Note, if you have any custom built strategies using DeltaV3 then you will have to adjust your code as per the strategy sample included.
New: Sample code for use in a strategy is included. The strategy does not do anything, it simply shows how to access the delta values. It works, I've tested it. Make sure you use TickReplay on your host chart if you want historical values accessed within a strategy.
Includes everything from V2 here as well as these additions:
1. Commitment of traders: high, low and total.
2. EMA plot: Set to normal, gapless and reset at session open.
3. Heiken Ashi: Chose from the algorithms of Dan Valcu (standard) or Sylvain Vervoort.
4. Painbars based on delta values or above/below the ema.
Plus general improvements......
Make sure you enable Tick Replay to use this historically! You will not need Gom recorder for this.
However, Tick replay will not work with some Renko bars due to RemoveLastBar()
*Occasionally if the bid/ask plots don't look quite right, especially if you haven't connected for a few days, make sure you right-click on the chart and select "Reload all Historical Data".
** Please report bugs to me via PM rather than in the comments. Thank you.
Here is a picture of how you can use delta for your trading.
I am not affiliated with this person or website, but you can get some ideas here.
November 8th, 2016
Size: 13.50 KB
Downloaded: 5463 times
1773
Sim22
I created a universal indicator that will alter the color based on slope change of "ANY" distinct, single-value dataseries in any panel.
To use this, you need to learn how to define the input series for the indicator (all done via the NT8 UI).
You can use “ANY” other available dataseries as input and the color change will be applied. No programing required; upper Bollinger band, lower Keltner band, HMA, TSI, MACD, etc… any indicator you have on your system can be used as the input dataseries for this indicator.
You need to understand how to change input series to use this indicator. This works the same as it did in previous Nijatrader releases.
Read up on this here for NT8
1.) go to control panel
2.) select help guide (F1)
3.) open Operations by selecting arrow head
4.) open Chart by selecting arrow head
5.) select Working with Indicators document
6.) open How to edit an indicator's parameters by selecting arrow head
scroll to bottom of this display to read about changing indicator input series
Note, this feature is recursive meaning you can do this multiple times for example
ColorInputSeriesSlopeChanges(ema(volume)))
You can change the colors used, the defaults are Red (down), Yellow(same or peak), or Green(up).
Yellow can indicate values that are identical but it can also represent what I call Peak. The Peak value is the bar that is the apex of the slope change (ie from up to down). You can also toggle the display of Peak off or on.
This bar type creates a new bar when price reverses by a pre-defined amount of ticks from the high/low of the bar. As soon as a new bar is created and price moves at least the amount of pre-defined ticks in one direction, the bar again, closes after a reversal of pre-defined ticks.
The indicator plots supply and demand based zones from various time frames on the chart. It also adds a context menu item to the default Ninjatrader context menu to hide and show active and broken zones.
Simply totals the seconds required to draw a bar. Designed to be used with non-time based bars. Includes 2 horizontal reference lines, for example can have the 1st line represent 60 seconds (1 minute) and 2nd line set to 180 seconds (3 minute). Bars change to red if the number of seconds exceeds your desired Maxsec threshold, for example turns bars red if 120 seconds (2 minutes) is exceeded. Includes ability to draw a SMA of the time as well that defaults to a 5 period.
Identify unusually large price movements. If the range for the bar is outside of the standard deviation then the bar gets highlighted. There are also options to draw arrows on your main chart, and trigger alerts.
Really good at warning you of large movements triggered by news.
Lines on the indicator show you the average range, and how much range deviates from that average. Basically if that bar is above the top line it will be highlighted. Try different values for the periods and deviation factor to get the movements that you want highlighted.
I recommend using the plots on the indicator to help get the settings that you want, and then resizing the panel to hide the plot. Then just rely on the arrows and alerts.
November 3rd, 2016
Size: 2.27 KB
Downloaded: 454 times
1768
TWDsje
The Squeeze V1 cloned for NT8b13
This is a 'clone' of the infamous squeeze.
Find included a chart and a market analyzer version.
I have upgraded the original with new features:
* Instead of the standard multiplier setting I have replaced it with a use tick size option.
* Gapless option.
* Histogram:
Select between EMA, DEMA and TEMA for the histogram.
Set the MA and linear regression lengths separately.
Opacity.
* Paint bars added.
* Auto width adjustment option to adjust the width to the chart bar width.
The indicators have public properties for you to access in a strategy or the analyzer:
* Histogram value.
* Histogram direction: AboveUp = 2, AboveDown = 1, BelowUp = -1, BelowDown = -2
* Squeeze boolean: Squeeze or not to squeeze, that is the question
* Number of bars: How many bars ago an event happened (including the current bar).
Download the analyzer template here. Copy and paste to your NinjaTrader/Templates/Market Analyzer folder.
Once imported you will find the indicators within Sim22>Gapless.
If you would like to see more indicators uploaded I would encourage you to do the same.
November 30th, 2022 09:56 AM zoomie Spectacular...Thank you
November 11th, 2022 12:52 AM chrisumerie Great work. Many thanks.
November 11th, 2022 12:51 AM chrisumerie
April 8th, 2022 01:28 PM Djt1102 When I upload this onto my chart nothing loads in the new panels, do I need a specific data connection for this to load?
March 6th, 2022 06:11 AM augusta THANK YOU VERY MUCH