Description:
Plots the average true range of an alternative periodicity than that of the chart (requested by jmont1).
Parameters:
* BarType : Month, Week, Day, Minute, Second, Tick, Volume, Delta (default = Minute)
* BarValue: Value to be used for BarType (default = 15)
* Period : Lookback for ATR
Zombie Pack 5 includes Zombie BarTimer, Zombie Candles, Zombie Plain Candles, Zombie CCI, Zombie DMLine, Zombie EMA, Zombie KeltnerATR, Zombie NetPriceChange, Zombie Power Line, Zombie PriceInfo, Zombie Setup Alerts, Zombie TMA Bands, and Zombie ZigZag indicators. Zombie DMLine, Zombie TMA Bands, and Zombie ZigZag had significant contributions from other authors.
- Zombie BarTimer shows the remaining time on the current bar before it closes.
- Zombie Candles help visually identify the "buy/sell zone" as well as strong pullbacks
- Zombie Plain Candles provide classic candle colors with the ability to change to candle outline and body colors
- Zombie CCI helps identify the "buy/sell zone" as well as divergence
- Zombie DM Line helps identify support & resistance and can draw attention early to structure change
- Zombie EMAs includes 5 different EMA period lines (8, 21, 50, 100, 200) which help identify the major trend and potential levels of support & resistance
- Zombie KeltnerATR shows 3 line levels above and below the 21-EMA at a distance of 1 average true range(ATR) each
- Zombie NetPriceChange shows the percentage difference from previous session close price
- Zombie Power Line identifies the upper and lower levels of a range
- Zombie PriceInfo provides PnL for any open positions and pricing for the current instrument
- Zombie Setup Alerts identify Spike setups with diamonds and Bump setups with dots plus Zombie setups with dots and HalfLife setups with diamonds
- Zombie TMA Bands help with trend identification and overbought vs oversold (my preference over Keltner Bands)
Ninjatrader 8 version of my 'True Slope Indicator V5", which was for NT 7.
This indicator plots the angle between two points, in degrees, so a normal human can understand it.
In this image, one instance is plotting the slope of an implied line connecting the current close, Close[0], with the close 10 bars ago, Close[10].
The other instance is plotting the slope of an implied line connecting the current value of a simple moving average, SMA(14)[0], to its value 10 bars ago, SMA(14)[10].
Use of the indicator should be pretty self-explanatory, but I do want to mention that any negative value means slope is downward. Likewise any positive value means slope is upwards. So, even where the slope curve is rising, if it's still below zero, the slope you're measuring is descending, just not as steeply. Where the value is zero, whatever you're plotting should be horizontal at that point.
July 26th, 2021
Size: 1.75 KB
Downloaded: 450 times
2412
DavidBodhi
Zombie Pack 3 includes Zombie BarTimer, Zombie Candles, Zombie EMA, Zombie NetPriceChange, Zombie PowerLine, Zombie PriceInfo, Zombie Setup Alerts, and Zombie SMI indicators.
- Zombie3BarTimer shows the remaining time on the current bar before it closes.
- Zombie3Candles help visually identify the "buy/sell zone" as well as strong pullbacks.
- Zombie3EMA includes 5 different EMA period lines (8, 10, 21, 50, 200) which help identify levels and entries using the speedlines
- Zombie3NetPriceChange shows the percentage difference from previous session close price
- Zombie3PowerLine identifies the middle of a range and can draw attention early to a structure change
- Zombie3PriceInfo provides PnL for any open positions and pricing for the current instrument
- Zombie3SetupAlerts shows dots for "the 50" entry setup and diamonds for the "High/Low" entry setup
- Zombie3SMI can draw attention early to a momentum shift
Description:
gbDWAP is the Delta Volume Weighted Average Price. I was interested in what it would look like if regular volume in VWAP was replaced with the 'absolute value' of the delta volume. Note, since delta volume can be either positive or negative, the absolute value is used rather than the signed value. The Typical price is used in the calculation for this indicator.
The attached chart shows VWAP (Yellow), DWAP-BidAsk (Cyan), and DWAP-UpDownTick (Pink) side-by-side so you can see how they appear relative to one another. At this point, this indicator is only an experiment born out of curiosity and I have not studied it much to determine what value it may have, if any. My initial thought is that it adds no additional value over VWAP.
Notes:
1) Make sure you enable Tick Replay for this indicator.
2) This indicator requires that you have the NT8 OrderFlowCumulativeDelta indicator. If you have the NinjaTrader Lifetime license you should have this.
Parameters:
* DeltaType: Base the DWAP on either BidAsk or UpDownTick
June 25th, 2021
Size: 2.49 KB
Downloaded: 736 times
2391
TraderGB
gbPriceReferenceATR, Ver 1.0, TraderGB, June 24, 2021
Description:
Shows current price in relation to ATR reference points. The anchor point where the ATR calculations are pinned to can be the Close, High, Low, Median, Open, Typical or Weighted price of the current bar or any bar in the past. ATR calculations are always made from the prior bar to the current bar. No matter what price and bar is selected, the upper/lower reference lines are calculated by adding/subtracting half the ATR factor (ATR * MultipleATR) from the given price/bar anchor point.
Parameters:
* LookbackATR: Length for the ATR calculation (default=10)
* MultipleATR: Multiple used for ATR calculation (default=1)
* AnchorPoint: Price to use to anchor ATR calculations to (default=Median)
* BarsBack: Bar to use for anchor ATR calculations to (default=0)
Description:
Highlights bars with above normal range and volume.
Notes:
1) This indicator is designed to be used on bars that vary in range and volume. Thus, it is not intended to be used with bars with constant range or volume (for example, range bars or volume bars).
2) WAV files are within included zip file. You'll have to manually copy and paste these files to your sound folder within NT8 (for example, C:\Program Files (x86)\NinjaTrader 8\sounds).
Parameters:
* AverageLookback: Lookback period to determine what is normal or typical.
* DevType: Deviation type: ATR or StdDev (default=StdDev)
* RangeMultiple: Threshold multiple above normal range (min=1, default=2)
* VolumeMultiple: Threshold multiple above normal volume (min=1, default=2)
MajorBar Plot Values:
0 = not a major bar
1 = major bar up
-1 = major bar down
Included sound files for alerts (place in NT sound folder):
MajorBarUp.wav
MajorBarDown.wav
January 28th, 2022 02:23 AM muniz182 The best indicator ever... If you combine with GB volume reverse probably you will make good trades... Thanks GB!!!
September 9th, 2021 06:58 AM nothingbutprofits I experiment your indicator - and agreed with your assessment about the delta type (bidask/updowntick) - not much differ
ence from original VWAP. Thanks for your experiment..as I learned from it.
April 3rd, 2024 04:20 PM deandavis Thanks for your indicators. I can only imagine the hours you put into coding them I am looking for your gbMACD can y
ou give me a clue as to where I may find it?
Thanks
Dean
December 3rd, 2022 02:47 PM candy Very useful! Thanks!
May 9th, 2022 05:01 AM Leafcutter thanks for sharing - I´ve been looking for that since a long time - works great even with unirenko Bars.
August 19th, 2021 04:51 PM zohar thanks
August 16th, 2021 08:51 PM MrTrader Nice Indie, thanks TraderGB!!