NexusFi: Find Your Edge


Home Menu

 



Categories Help    






NinjaTrader 8 Indicators and More
Indicators and Files in this section are compatible with NinjaTrader 8


Sort by
Filter

Show full/short entries Entries
View the winning 'starred entries' Pullback Bar 5 *
Winning Entry February 1st, 2025 to March 1st, 2025 [1 votes]
Winning Entry January 1st, 2025 to February 1st, 2025 [1 votes]

The pullback bar represents a standard footprint bar, displayed at the end of the chart, which is based upon the Volume at Price data since the most recent new High or Low on the last bar in the chart. On the last bar in the chart, if a new High/Low is made or there is a new bar added to the chart, the pullback column data is reset and the Volume at Price data is accumulated from that point going forward.
Upon a new High or Low, the pullback column will consist of a single price level. If the market trades one tick away from the High, then the pullback column will consist of 2 price tick levels, a tick at the High price and 1 tick below it.

This is very useful to see what is happening on pullbacks to look for exhaustion or interest.


Press Ctrl+Space to reset.


  • V1 - Initial release
  • V1.1 - Fixed reset on bar low
  • - Press Ctrl+Space to reset
  • V1.2 - Added a Delta visualization column
 
Suggest other entries I might like
Details: Pullback Bar


January 23rd, 2025
Size: 3.58 KB
Downloaded: 195 times
RedK TrendBeads NT8 indicator 5 *
This is a TradingView indicator converted to NT8 as per
 
Suggest other entries I might like
Details: RedK TrendBeads NT8 indicator


January 16th, 2025
Size: 4.87 KB
Downloaded: 128 times

Keywords: redk
SwingTemp w BarCount NT8 5 *
The SwingTemp_w_BarCount indicator shows trend lines filtering out changes below a defined level.
</summary>
public class SwingTemp_w_BarCount : Indicator
 
Suggest other entries I might like
Details: SwingTemp w BarCount NT8


December 20th, 2024
Size: 5.15 KB
Downloaded: 116 times

Keywords: nt8 swingtemp
Andean Oscillator 5 *
This one is a new oscillator written by AlexGrover at Alpaca markets and published Pine script and Python code for it. Here is a NT8 conversion of same indicator.
The Andean oscillator calculation is based on two steps:
Estimate price upper/lower extremities.
Determine the degree of variation of each extremity.
The Andean Oscillator can return multiple information to the user. Its core interpretation is given by the bull and bear components.
A rising bull component indicates the presence of bullish price variations while a rising bear component indicates the presence of bearish price variations.
When the bull component is over the bear component market is up-trending, and the user can expect new higher highs. When the bear component is over the bull component market is down-trending, and the user can expect new lower lows.
The signal line allows a more developed interpretation of the indicator and can be used in several ways.
It is possible to use it to filter out potential false signals given by the crosses between the bullish and bearish components. As such the user might want to enter a position once the bullish or bearish component crosses over the signal line instead.

Rules For Trend Trading
Users wanting to use the indicator to perform backtests or paper trading can use the following trading rules:

Long : bullish component cross over bearish component
Short : bearish component cross over bullish component
Exit Long : bullish component cross under signal line
Exit Short : bearish component cross under signal line
Exits rules are optional.

A filter for false signals can be introduced by using the following long/short conditions instead:

Long : bullish component cross over signal line once per detected trend
Short : bearish component cross over signal line once per detected trend
Note that while this might prevent trading certain false signals it will induce a worse timing compared to the first proposed long/short conditions.
 
Suggest other entries I might like
Details: Andean Oscillator


December 13th, 2024
Size: 3.03 KB
Downloaded: 203 times

Keywords: oscillator andean
Breakouts Multi-Interval 4 *
This is an indicator based on market structure, which shows the current inside-bar/engulfing-bar pattern for each interval you select. Perfect for pull-back trade setups and price continuation.

Update 12/14:

Removed code regarding EMAs, it is not needed. Now the script can be imported as a standalone, no longer requiring other indicators.

Todo: Fix "Enable Timefrime" checkmarks so that they reflect selections made.
 
Suggest other entries I might like
Details: Breakouts Multi-Interval


November 22nd, 2024
Size: 28.75 KB
Downloaded: 309 times
View the winning 'starred entries' Triple EMA Indicator NT8 v2.0 5 *
Winning Entry January 1st, 2025 to February 1st, 2025 [1 votes]

This is a simple indicator plotting fast (8), Medium (20) & Slow (200) EMA values. Optionally, arrows can be printed to mark fast and medium EMAs cross over. Also, coloring of regions between fast and medium EMAs can be enabled.

With this indicator, I have tried to simulate the triple EMA strategy described by @ThinkDecoded

 
Suggest other entries I might like
Details: Triple EMA Indicator NT8 v2.0


October 7th, 2024
Size: 4.09 KB
Downloaded: 376 times
Braid Filter NT8 5 *
This is a conversion of a TradingView pine script to NT8. Please refer to the discussion here:
 
Suggest other entries I might like
Details: Braid Filter NT8


October 7th, 2024
Size: 2.92 KB
Downloaded: 188 times

Keywords: braid
dpDPO v1 5 *
This is my take on the Detrended Price Oscillator. I've added an ADX component to it which can highlight the bar-outline when the ADX is increasing. It also produces vertical signal lines as the DPO crosses the zero-line. It works on all types of charts, but minute and tick work especially well. bars are colorized depending on being above or below the zero line. There are continuation signals when the DPO quickly dips below (or above) the zero line and then returns to its original side.

It is fully property-controlled, but I must state that the 'guts' of the indicator, the numeric DPO/ADX parameters (DPO especially) should be left alone as they are time-tested values that were determined by folks much smarter then myself.

The picture is of the 500 Tick NQ with my dpQGP and dpDPO applied to it. You'll notice that the bright outline very often appears after breaking out of a congestion area or bar formation. You'll be surprised with how many ways you can use this.

As you experiment with many of the properties, you'll be able to fine-tune it to your style. But be wary of changing the 'Parameters' and 'Combo-Signals' sections.
If you find the the two 'warning track' lines, above and below the histogram in my picture, are sitting on the zero line on your chart, adjust the 'LineOffset' property to a value that approximates the highs and lows of the histogram. For a 1min CL, it might be .2, but for a 5min ES it might be 100, so play with it.

You can alter the bar-body outline by changing the color of the 'StrongUp' and 'StrongDown' properties. I like yellow on a black background or magenta on a white.

The dpXRAY, (very slick if I say so myself) was packaged together with the dpDPO by accident! Use it as an overy lay of a volume panel or ADX panel. You'll 'see' what price is doing internally, hence the 'xray' name.


As always, comment or concerns are always welcome. You can get me directly at [email protected].
Good trading!
Dave P.
 
Suggest other entries I might like
Details: dpDPO v1


October 4th, 2024
Size: 18.91 KB
Downloaded: 546 times
SupportDemandZones3
Supply demand zones without plots with (de)activating zones. Can someone also code the long short plots ?
 
Details: SupportDemandZones3


October 2nd, 2024
Downloaded: 0 times
[Status unknown]

Keywords: support-resistance
Murrey Math Oscillator 5 *
This is the Murrey Math Oscillator from Tradingview.
Its default setting for length is 100 but you can also try 75 or 50.
Its a great Indicator it has served me well.
 
Suggest other entries I might like
Details: Murrey Math Oscillator


August 17th, 2024
Size: 5.20 KB
Downloaded: 381 times

Keywords: math murrey oscillator trendfilter
Balance of Power Modified Indicator 5 *
This is a modified version of NinjaTrader's default Balance of Power (BOP) Indicator. Have fun!
 
Suggest other entries I might like
Details: Balance of Power Modified Indicator


July 3rd, 2024
Size: 1.87 KB
Downloaded: 191 times

Keywords: bop
Linear Regression Slope v1.0 5 *
TradingView Pinescript UCS LRS Colored Histogram with moving average converted to Ninjascript 8 indicator.

Refer:
 
Suggest other entries I might like
Details: Linear Regression Slope v1.0


May 23rd, 2024
Size: 2.08 KB
Downloaded: 303 times

Keywords: linearregressionslope
LowPassFilter NT8 v2 5 *
A trend indicator / filter that filters noise out. Recommend you use 2nd order or 3rd order parameters. 1st order is just a SMA smoothed by another SMA. So for the "Order" Parameter the options are 1, 2, or 3.

Thanks to Zondor for helping with the original code.

Uploaded again since original was only downloading the png file.
 
Suggest other entries I might like
Details: LowPassFilter NT8 v2


May 3rd, 2024
Size: 3.64 KB
Downloaded: 366 times

Keywords: filter lowpass trend
TSI Plus v.1 5 *
Hello All,

I asked Adrian over at Expert Trading Programmers to be build me a True Strength Indicator that would paint the bars when price was overbought / sold.

He did a great job creating it and I thought I would share it. I edited the install folder so that it would go to a folder called True Strength vs my name.

If there are any issues on the install let me know and I'll post the original zip.

The setting in the image are 14/3 and high low 45 / -45

If you need custom work done ETP are great to work with. Quotes and turn times are excellent.

NOTE: Try pairing it with VWAP and the STD levels.
 
Suggest other entries I might like
Details: TSI Plus v.1


March 9th, 2024
Size: 4.77 KB
Downloaded: 834 times
HiLowChannel NT8 v2 5 *
Plot HH, LL for select time period on any type chart
-v2 1/2/24 change DS resolution from minute to second
-fix h/l lines not updating live
 
Suggest other entries I might like
Details: HiLowChannel NT8 v2


December 31st, 2023
Size: 2.80 KB
Downloaded: 445 times

Keywords: channel hh ll
FindTrades NT8 5 *
Introduction: This is not an indicator. It's a utility to seek the trades executed by a strategy. For example, If you have one strategy with 100 trades executed over a chart, It's very complicated to go one per one to examine these trades. With this utility, this task, it's effortless.


How to use: Load de strategy in the chart, move the screen with the mouse for stopping the screen advance, and click the "Next" and "Prev" buttons to move across the trades of the strategy. IMPORTANT: Only use the first strategy loaded. The other strategies in the same chart are ignored.

Challenges:
  • It would be desirable that the screen advance is stopped when you click "Next" or "Prev".
  • Be able to choose between several strategies.

If you want to ask questions or suggestions about this indicator, you can do it in this thread:



Change Log:

// 06/11/2023 v1.0.1 - First version
// 10/11/2023 v1.0.2 - Fixed problem: When the market is closed, the buttons don't work. Has been included a ForceRefresh()
// 22/01/2024 v1.0.3 - Choose between winning trades, losing trades or both.
 
Suggest other entries I might like
Details: FindTrades NT8


November 6th, 2023
Size: 3.53 KB
Downloaded: 678 times
AskTheChart 5 *
v0.1.05
Introduction:
AskTheChart is an experimental AI-powered indicator that showcases the use of a large language model to enhance trading strategies and analysis using agents. Traders can interact with their charts by asking questions such as, 'What is the current trend?' They can give commands like 'Draw horizontal line at the $1500 level,' or instruct the agent to highlight an area on the chart. It's important to note that this is experimental and intended to complement, not replace, traditional trading analysis and strategies. Its main purpose is to demonstrate the potential applications of AI in trading.

How to Use:
AskTheChart adds an interactive button 🤖 on the chart toolbar. When clicked, it opens a chat window where you can ask questions or give commands. The AI agent understands your queries and responds accordingly. To configure the indicator, go to the indicator settings and enter the required OpenAI/Azure URL, API key, and Model. You can also set the maximum number of bars allowed for the agent context window.

URL example:
 
Code
OpenAI: https://api.openai.com/v1/chat/completions
Azure OpenAI: https://{name}-east-2.openai.azure.com/openai/deployments/gpt-4/chat/completions?api-version=2023-07-01-preview
We utilize ChatGPT functions for tool-switching, requiring the use of one of these Models.
gpt-3.5-turbo-0613
gpt-4-0613

 
Code
0) Indicator settings
URL: https://api.openai.com/v1/chat/completions
API Key: Your OpenAI API key
Model: gpt-4-0613
If you are using Azure OpenAI, the model's name should match the one defined in your deployment, and the required model version is 0613
gpt-4
gpt-3.5-turbo

 
Code
0) Indicator settings
URL: https://{name}-east-2.openai.azure.com/openai/deployments/gpt-4/chat/completions?api-version=2023-07-01-preview
API Key: Your OpenAI API key
Model: gpt-4
Cost Implications:
Please note that using AskTheChart involves making requests to the OpenAI API. These requests are subject to OpenAI's pricing structure, which means that usage of AskTheChart may incur costs. Users are responsible for these costs and should review OpenAI's pricing details before using this indicator.

Challenges:
There are numerous tools and libraries available for developing with LLMs. However, integrating them into NinjaScript without relying on DLLs is a significant challenge. NinjaScript employs C# 5.0, which is considered somewhat legacy and lacks many modern features. While it's possible to work around this limitation using compiled assemblies, I opted for an open-source approach to maintain accessibility.

Change Log:
NT8 AskTheChart by pixel @ nexusfi.com, Version 0.1.0, released 10/19/2023 NT8 8.1.1.7 64-bit
10/22/2023 v0.1.01 - Fix: model variable missing
10/22/2023 v0.1.02 - Removed duplicate declarations
11/14/2023 v0.1.03 - Removed delay for faster function calling
11/14/2023 v0.1.04 - Fix: error when using dynamic type
11/20/2023 v0.1.05 - Style: show api response errors in the chat

I'm eager to discover additional applications for LLMs in trading and explore their use in my own strategies, as well as in others. You can find the discussion here.



 
Suggest other entries I might like
Details: AskTheChart


October 20th, 2023
Size: 20.09 KB
Downloaded: 569 times
ZombiePack9 Indicators 5 *
Zombie Pack 9 includes Zombie AccountInfo, Zombie BarTimer, Zombie BBMACD, Zombie Candles, Zombie Candles Plain, Zombie EMA, Zombie EMA Cloud, Zombie Levels, Zombie NetPriceChange, Zombie PowerBox, Zombie PowerLine, Zombie PriceInfo, Zombie TradeMarkers, Zombie Trail, and Zombie ZigZag indicators. Zombie ZigZag & Zombie Trade Markers had significant contributions from other authors.

- Zombie AccountInfo shows the unrealized PnL, total PnL, and active orders/positions
- Zombie BarTimer shows the remaining time on the current bar before it closes.
- Zombie BBMACD helps identify the medium term trend
- Zombie Candles helps identify the medium term trend
- Zombie Candles Plain provide classic candle colors with the ability to change to candle outline and body colors (optional)
- Zombie EMA identifies the medium term trend
- Zombie EMA Cloud helps identify the medium term trend
- Zombie Levels includes horizontal lines for 100 levels and previous close
- Zombie Net Price Change shows the percentage difference from previous session close price
- Zombie PowerBox identifies the price range and can draw attention early to a structure change
- Zombie PowerLine identifies the medium term trend and pullback location
- Zombie PriceInfo provides PnL for any open positions and pricing for the current instrument
- Zombie Setup Tracker helps identify the amount of energy in the market and in which direction
- Zombie Trade Markers to help with trade review
- Zombie Trail helps to identify new micro trends (includes setup alerts, sound file, and candle colors)
- Zombie Wave 1/2 helps to identify short and long term trends
- Zombie ZigZag helps identify swing highs & lows

Zombie9AccountInfo
Zombie9BarCountDown
Zombie9BarTimer
Zombie9BBMACD
Zombie9Candles
Zombie9CandlesPlain
Zombie9CloudLines
Zombie9EMA
Zombie9EMACloud
Zombie9Levels
Zombie9NetPriceChange
Zombie9PowerBox
Zombie9PowerLine
Zombie9PriceInfo
Zombie9StingRay
Zombie9SetupTracker
Zombie9TradeMarkers
Zombie9Trail
Zombie9Wave1/2
Zombie9ZigZag

ZombiePack 9 v1.074

Change Log
12/14/2023 v1.074 - Added StingRay
09/30/2023 v1.072 - Added ZLines
08/3/2023 v1.070 - Added KLines
05/26/2023 v1.064 - Added bar count down
05/24/2023 v1.061 - Fixed issue with position average price
05/23/2023 v1.060 - Updated Keltner Channel
05/22/2023 v1.059 - Fixed issue with position average price
05/06/2023 v1.053 - Improved plots in two indicators
05/05/2023 v1.052 - Improved stability
03/27/2023 v1.040 - Improved performance
02/23/2023 v1.034 - Added Stacked and Boosted setups to Zombie9Candles
01/30/2023 v1.029 - Added support for zombie setups and creepers in the Zombie9Candles
01/19/2023 v1.028 - Added background color control to BBMACD & EMA
01/08/2023 v1.027 - Added TradeMarkers to support trade review (rfk)
10/30/2022 v1.025 - Added SetupTracker to support Creeper setups
10/20/2022 v1.022 - Optimization and bug fixes
10/14/2022 v1.021 - Changed several default settings
10/11/2022 v1.020 - Added AccountInfo indicator
09/27/2022 v1.018 - Changed several default colors and reduced default lines
09/15/2022 v1.016 - Updates to Zombie9Candles
08/26/2022 v1.015 - Changed several default values & added Zombie9Candles
05/23/2022 v1.010 - Added Zombie9BBMACD and changed several default values
04/11/2022 v1.009 - Added ZombieTracker and changed several default values
03/11/2022 v1.008 - Added Wave1 & Wave2 with color slope
02/22/2022 v1.005 - Fixed trail sound playing on alerts
02/20/2022 v1.004 - Changed several defaults and improved the EMA
02/04/2022 v1.003 - Changed several defaults and added PowerLine, Stochastic, MACD
01/25/2022 v1.001 - Initial release


For further discussion:

 
Suggest other entries I might like
Details: ZombiePack9 Indicators


October 12th, 2023
Size: 190.63 KB
Downloaded: 2329 times
TickHunter Trade Bot Indicator 5 *
TickHunter is a very powerful trade bot or trade assistant that provides many features including a trade panel with several buttons useful for managing trades. Have you ever wanted to place a pending order 1 tick above or below the previous candle? Have you ever wanted to move your stop-loss to break-even and then automatically trail your stop-loss? With TickHunter, it's easy!
  • Button 1: AB.OFF (toggle auto break-even types - button color hot pink when active)
  • Button 2: Rev (reverse market position)
  • Button 3: Close/Flat (Close chart instrument pending and market orders while Flat will close all account market and pending orders)
  • Button 4: AC.OFF (toggle auto close types - button color hot pink when active)
  • Button 5: TP+ (take-profit plus moved take-profit away from market price)
  • Button 6: BE+ (break-even plus moves stop-loss to break-even initial ticks in position favor)
  • Button 7: SL+ (stop-loss plus moves stop-loss closer to market price)
  • Button 8: Pop+ (pop plus - opens buy stop order above price)
  • Button 9: Pop- (pop minus - opens sell stop order below price)
  • Button 10: Drop- (drop minus - opens sell limit order above price)
  • Button 11: Drop+ (drop plus - opens buy limit order below price)
  • Button 12: S.Off (trade signal filter for auto pilot - hidden by default)
  • Button 13: AP.Off (auto pilot - trade/token count - hidden by default)
  • Button 14: V(1) (toggle volume/contract options 1 through 5 - volume/contracts to use when using pop+/-, drop+/-, auto pilot)

TickHunter v1.467

Change Log
02/14/2024 v1.467 - Updated bogey target break even feature
01/24/2024 v1.464 - Added Ctrl + Shift + buy or sell button to open max volume number of contracts...fixed bug in full auto pilot not zeroing out when bogey target hit
12/17/2023 v1.458 - Improved close and reverse features when using "blended" instrument features
12/11/2023 v1.456 - Improved take profit handling in certain margin pressure and exchange rejection situations
10/13/2023 v1.452 - Fix in DayOverMaxLoss feature
10/12/2023 v1.451 - Improved auto break even KZ feature
10/11/2023 v1.449 - Improved trail KZ Dual & KZ features
10/09/2023 v1.448 - Added new auto breakeven option TKZ and auto close option AC.KZ
09/29/2023 v1.445 - Fixed issue with stoploss
09/24/2023 v1.442 - Added new auto breakeven option "trail mix"
08/03/2023 v1.438 - Added two additional snap locations
06/11/2023 v1.421 - Updated Pop+/- features
06/07/2023 v1.414 - Updated AutoPilot profiles
06/01/2023 v1.409 - Updated AutoPilot Profiles
05/24/2023 v1.403 - Fixed position average line issue
05/15/2023 v1.398 - Improved AutoPilot alerts
05/10/2023 v1.391 - Support for multiple workspaces
05/09/2023 v1.390 - Fixed position average line issue
05/07/2023 v1.388 - Improved AutoPilot profiles
05/05/2023 v1.385 - Improved stability
03/27/2023 v1.321 - Improved performance
03/15/2023 v1.314 - Fixed auto close feature
03/12/2023 v1.311 - Added 3 new auto close features...ZombieStacked... improved AutoAddOn feature
03/07/2023 v1.309 - Added more Snap locations and reorganized IntradayMarginDollars, PositionMaxVolume, and CommissionPerSide...removed legacy settings
03/04/2023 v1.305 - Rebuilt Auto AddOn feature
02/24/2023 v1.297 - Added trade alerts to AutoPilot Lite.
01/30/2023 v1.285 - Added Creeper & Zombie Flip + Trail to Auto Breakeven button
01/20/2023 v1.281 - Added support for next filtered setups in Auto Pilot Lite (APL.F(1))
01/15/2023 v1.280 - Added support for boget targets while in drawdown
01/12/2023 v1.278 - Added support for unlimited bogey targets
01/10/2023 v1.277 - Improved AutoAddOn feature to halt addons when stoploss has moved to break even
12/07/2022 v1.265 - Added Creeper Flip + Trail to auto break even
12/05/2022 v1.264 - Improved button and label layout - now includes take profit & bogey target info
10/23/2022 v1.257 - Optimization and bug fixes
10/12/2022 v1.253 - Improved HODL feature
10/11/2022 v1.250 - Added support for blended instruments and several other improvements
09/28/2022 v1.246 - Refactored ECATP and minor bug fixes
09/15/2022 v1.235 - Bug fixes for bogey targets & SnapPBLevel
08/30/2022 v1.232 - Bug fixes and ability to bypass intraday margin check
08/28/2022 v1.227 - Added Buy/Sell buttons, LimitAddOnVolumeToInProfit functionality, average line, and bug fixes
07/05/2022 v1.222 - Changed terms Day Over Max Profit/Daily Profit to Bogey Target
06/10/2022 v1.218 - DP button now auto advances. Fixed invalid stoploss issue
06/05/2022 v1.215 - Added smart Daily Profit multiples, fixed pop replay issue, and ECATP price line
06/02/2022 v1.212 - Added DayOverMaxLossProfitRatio to automatically adjust the DayOverMaxLoss line based on a ratio of the DayOverMaxProfitDollars
05/24/2022 v1.211 - Added support for 10 multiples of the Daily Max Profit Dollars.
05/11/2022 v1.210 - Added DP button. This is used to support multiples of the Daily Max Profit Dollars.
04/29/2022 v1.207 - Fixed auto pilot issue that may cause skipped entries
04/26/2022 v1.206 - Improved Auto Pilot feature to prevent trade/token entry after the follow through candle has been open for a moment
04/21/2022 v1.205 - Changed HODL to prevent auto close and no longer will move to break even.
03/30/2022 v1.203 - Added new auto break-even option: Auto Break-Even Trail Zombie Resume
03/27/2022 v1.202 - Added new stoploss snap types and ability to zero out Auto Pilot in one click
03/23/2022 v1.200 - Added Zombie Setup Auto Pilot feature
...
04/06/2021 v1.141 - Initial release

TickHunter Indicator Settings

1) Order Management Settings
* UseAutoPositionStopLoss: enable/disable automatic stop-loss based on initial stop-loss tick/atr multiplier settings
* UseAutoPositionTakeProfit: enable/disable automatic take-profit based on initial take-profit tick/atr multiplier settings
* AutoPositionCloseType: select auto close type
** EquityCloseAllTakeProfit: closes all market positions when profit level reached
** MovingAverage1Slope: close chart instrument position when EMA 1 slope changes
** MovingAverage1SlopeMinProfit: close chart instrument position when EMA 1 slope changes & AutoCloseMinProfitDollarsPerVolume
** MovingAverage2Slope: close chart instrument position when EMA 2 slope changes
** MovingAverage2SlopeMinProfit: close chart instrument position when EMA 2 slope changes & AutoCloseMinProfitDollarsPerVolume
** MovingAverage3Slope: close chart instrument position when EMA 3 slope changes
** MovingAverage3SlopeMinProfit: close chart instrument position when EMA 3 slope changes & AutoCloseMinProfitDollarsPerVolume
** ZombieSetupFlip: close chart instrument position when opposite Zombie setup bar closes
** ZombieSetupFlipMinProfitDollars: close chart instrument position when opposite Zombie setup bar closes & AutoCloseMinProfitDollarsPerVolume
* AutoPositionBreakEvenType: select auto break-even type
** AB.OFF: auto break-even disabled
** AB.OJ: auto break-even is active and will move the stop-loss to break even using trigger ticks and trigger ATR multiplier (whichever is larger)
** AB+TM3: auto break-even is active and after BE will trail the stop-loss using break-even moving average 3 (default 89-period EMA)
** AB+TM2: auto break-even is active and after BE will trail the stop-loss using break-even moving average 2 (default 21-period EMA)
** AB+TM1: auto break-even is active and after BE will trail the stop-loss using break-even moving average 1 (default 10-period EMA)
** AB+T5B: auto break-even is active and after BE will trail the stop-loss using the high or low of the 5 previous bars
** AB+T3B: auto break-even is active and after BE will trail the stop-loss using the high or low of the 3 previous bars
** AB+T2B: auto break-even is active and after BE will trail the stop-loss using the high or low of the 2 previous bars
** AB+T1B: auto break-even is active and after BE will trail the stop-loss using the high or low of the 1 previous bars
* StopLossInitialTicks: initial ticks for stop-loss
* StopLossInitialATRMultiplier: initial ticks for stop-loss based on average true range (atr)
* StopLossInitialSnapType: choose initial stop-loss snap bars initial ticks/atr - whichever is greater
* StopLossJumpTicks: ticks to jump when moving stop-loss closer to market price (holding down CTRL key and clicking SL+ button will move stop-loss to snap price of previous candle)
* StopLossInitialDollars: initial dollars for stop-loss
* StopLossInitialDollarsCombined: initial dollars for stop-loss + initial ticks + initial snap
* StopLossRefreshOnVolumeChange: recalculate stop-loss price after volume changes
* BreakEvenInitialTicks: initial ticks of profit for stop-loss when moved to break-even
* BreakEvenJumpTicks: ticks to jump in favor after stop-loss has moved to break-even
* BreakEvenTurboJumpTicks: ticks to jump in favor after stop-loss has moved to break-even (holding down CTRL key and clicking BE+ button wil activate turbo jump ticks)
* BreakEvenAutoTriggerTicks: after price moves in favor by trigger ticks then automatically move stop-loss to break-even
* BreakEvenAutoTriggerATRMultiplier: trigger ticks based on average true range (atr)
* TakeProfitInitialTicks: initial ticks for take-profit
* TakeProfitInitialATRMultiplier: initial ticks for take-profit based on average true range (atr)
* TakeProfitJumpTicks: ticks to jump when moving take-profit away from market price
* TakeProfitCtrlSLMultipler: holding ctrl while clicking TP+ will multiply the current stop-loss ticks by this value
* SnapPaddingTicks: padding ticks above high or below low of previous candle
* PopInitialTicks: initial ticks to open a pending buy/sell stop order above or below price
* PopInitialATRMultiplier: initial ticks to open a pending buy/sell stop order above or below price based on average true range (atr)
* PopJumpTicks: jump ticks to move a pending buy/sell stop order above or below price closer to market price
* UsePopAutoJumpToSnap: Enable/disable Pop auto jump feature. When enabled and Pop+/- buttons used, pending order will automatically keep jumping toward price until it reaches Snap price
* DropInitialTicks: initial ticks to open a pending buy/sell limit order below or above price
* DropInitialATRMultiplier: initial ticks to open a pending buy/sell limit order below or above price based on average true range (atr)
* DropJumpTicks: jump ticks to move a pending buy/sell limit order below or above price closer to market price
* UseDropAutoJumpToSnap: Enable/disable Drop auto jump feature. When enabled and Drop+/- buttons used, pending
* ATRPeriod: period for all atr multiplier features

2) Auto Close Settings
* AutoCloseMinProfitDollarsPerVolume: minimum dollars per volume profit level to reach before closing chart instrument position - used with MovingAverage#SlopeMinProfit
* AutoCloseAndTrailMA1Period: EMA 1 period - used with auto close button AC+M1S and auto break-even button AB+TM1 to trail stop-loss after break-even
* AutoCloseAndTrailMA2Period: EMA 2 period - used with auto close button AC+M2S and auto break-even button AB+TM2 to trail stop-loss after break-even
* AutoCloseAndTrailMA3Period: EMA 3 period - used with auto close button AC+M3S and auto break-even button AB+TM3 to trail stop-loss after break-even
* BogeyTargetBaseDollars: Set auto close bogey target base in dollars.
* DayOverMaxLossDollars: Set auto close daily max loss in dollars. Stoploss cannot be set past this level
* DayOverMaxLossBTBaseRatio: Automatically set DayOverMaxLossDollars based on a ratio of BogeyTargetBaseDollars. Only active when ratio is greater than zero and DayOverMaxLossDollars is set to zero and BogeyTargetBaseDollars is greater than zero.
* DayOverAccountBalanceFloorDollars: Set auto close account balance floor dollars.
* ECATakeProfitDollarsPerMicroVolume: dollars per volume profit level to reach before closing all market positions
* ECATakeProfitDollarsPerEminiVolume: dollars per volume profit level to reach before closing all market positions
* ECATakeProfitATRMultiplierPerVolume: ticks per volume profit level based on average true range (atr)
* ECAStopLossMaxDDInDollars: positon max drawdown in dollars before automatic close
* ECAStopLossEquityRemainingInDollars: close all positions when equity remaining in account at or below this level

3) Auto Entry Settings
* AutoEntryVolumeType: select auto entry volume type
** Option1: uses volume number from AutoEntryVolumeOption1
** Option2: uses volume number from AutoEntryVolumeOption2
** Option3: uses volume number from AutoEntryVolumeOption3
** Option4: uses volume number from AutoEntryVolumeOption4
** Option5: uses volume number from AutoEntryVolumeOption5
* AutoEntryVolumeOption1: volume/contracts to use when using drop+/- or pop+/-
* AutoEntryVolumeOption2: volume/contracts to use when using drop+/- or pop+/-
* AutoEntryVolumeOption3: volume/contracts to use when using drop+/- or pop+/-
* AutoEntryVolumeOption4: volume/contracts to use when using drop+/- or pop+/-
* AutoEntryVolumeOption5: volume/contracts to use when using drop+/- or pop+/-

4) Button Settings

5) Output Log Settings (experimental)

6) Account Logging Settings (experimental)

For further discussion:

* Features that have both ticks and an atr multiplier with the same feature name prefix will use the larger of the two settings. Setting any atr multiplier feature to zero will disable it.
** Configure only one instance of TickHunter per instrument. Running more than one instance of
TickHunter on the same instrument may cause unintended duplicate actions.
*** Recommend fully exploring TickHunter's features and settings on a simulation or playback account before using it on a live account.

Use TickHunter at your own risk. None of the authors, contributors, administrators, or anyone else connected with TickHunter, in any way whatsoever, can be responsible or held liable for using this trading tool. No warranty expressed or implied.
 
Suggest other entries I might like
Details: TickHunter Trade Bot Indicator


October 12th, 2023
Size: 163.50 KB
Downloaded: 2757 times
Bar Type ID 5 *
I downloaded this from the NT App Share.
It shows all of the bar types installed in your NT8 system.

To use it load the indicator onto a chart and when it refreshes, the bar types are written into the output window.

This helps if you need to add a custom bar type but don't want to step on other types.
(I did not write this)
 
Suggest other entries I might like
Details: Bar Type ID


October 7th, 2023
Size: 1.53 KB
Downloaded: 108 times
RangeDisparityMeter 5 *
The RangeDisparityMeter Indicator is a powerful tool designed to provide real-time insights into the price movement within a trading session. This indicator offers traders a dynamic view of the current session's price range and compares it to historical data, enabling more informed trading decisions.

**Key Features:**

1. **Real-time Range Monitoring:** The indicator continuously tracks the development of the trading session's price range as it unfolds, allowing traders to stay on top of price movements as they happen.

2. **Historical Range Comparison:** Gain a competitive edge by comparing the current session's range to historical averages. This valuable perspective helps traders identify potential overbought or oversold conditions and assess the significance of price movements.

3. **Visual Clarity:** The Session Range Tracker Indicator presents information in a clear and intuitive visual format, making it easy for traders to spot trends and anomalies at a glance.

4. **Customizable Parameters:** Tailor the indicator to your specific trading strategy with customizable parameters, such as the look-back period for historical range comparisons, reset the range meter at various intervals and visual style preferences.

**How It Works:**

The RangeDisparityMeter Indicator calculates the price range within the current trading session (Yellow Hash Line) and overlays it with historical range data (Gray Bar Graph). By doing so, it provides a visual representation of whether the session's price movements are within the expected norm or deviating from it. This information can be instrumental in identifying potential trading opportunities and risk management.

There is an open thread if you'd like to discuss or report a misbehavior:


 
Code
/*
 * Change Log (RangeDisparityMeter):
 * 
 * [2023-09-21] - [v1.00]
 * 1st time released.
 */
 
Suggest other entries I might like
Details: RangeDisparityMeter


September 21st, 2023
Size: 6.79 KB
Downloaded: 701 times
Session Colors NT8 5 *
This is for NT8 (a conversion from NT7).

It plots three sessions per instance of the indicator with customizable start end times/opacity/colours and each session can be turned off/on individually.
 
Suggest other entries I might like
Details: Session Colors NT8


September 16th, 2023
Size: 3.09 KB
Downloaded: 347 times
VOLCumulativeDisparityMeter 5 *
Unraveling the Cumulative Volume Comparative Indicator named 'VOLCumulativeDisparityMeter'

This indicator is engineered to display the cumulative volume and compare it against historical averages, granting you unparalleled clarity into market activity.

Key Features:

1. Multiple Intra Session Analysis: Our indicator empowers you to dissect your trading sessions into distinct time windows, putting you in the driver's seat to evaluate volume variations throughout the day. You can effortlessly gauge the volume traded during the overnight session, the crucial moments when the regular trading session opens (RTH), the mid-day activity from 11:30 AM ET to 2:00 PM ET, and the volume trends for the remainder of the session. It's all about precision and timing, and this indicator gives you the edge you need.

2. Customizable Parameters: We understand that every trader has unique preferences and strategies. That's why we provide you with four adjustable parameters to fine-tune your analysis. You have complete control over the 'Period' used to calculate the average historical volume, allowing you to adapt to changing market conditions.

3. Dynamic Volume Reset: The Cumulative Volume Comparative Indicator offers five 'Reset cumulative vol. after X minutes' parameters. This feature allows you to set the interval at which the cumulative volume resets, enabling you to track volume dynamics with pinpoint accuracy. Whether you prefer minute-by-minute or customized intervals, we've got you covered.

Why Choose Our Indicator?

Precision Analysis: Gain a deep understanding of volume trends during specific trading time windows.
Customization: Tailor the indicator to your unique trading style and strategy.
Informed Decision-Making: Make smarter trading decisions based on historical volume data.
Real-Time Updates: Stay on top of market activity with up-to-the-minute insights.
How to Get Started:

Download: Obtain the Cumulative Volume Comparative Indicator and install it on your trading platform.
Configure Parameters: Customize the indicator's settings to match your trading preferences.
Analyze: Start using the indicator to evaluate volume trends during different trading sessions.
Trade with Confidence: Armed with invaluable insights, make well-informed trading decisions and maximize your profit potential.

P.S. Text description generated by AI: Courtesy of ChatGPT
;-)

There is an open thread if you'd like to discuss or report a misbehavior:


 
Code

/*
 * Change Log (VOLCumulativeDisparityMeter):
 * 
 * [2023-09-18] - [v1.01]
 * A misbehavior for sessions that span two different days (such as CME US Index Futures ETH) has been corrected.
 * [2023-09-21] - [v1.02]
 * A fix has been applied when dealing with a partial holiday
 */
 
Suggest other entries I might like
Details: VOLCumulativeDisparityMeter


September 14th, 2023
Size: 4.17 KB
Downloaded: 821 times
ScalpTrader1 5 *
This is NT8 version of Indicator posted by " phantomtrader" at https://nexusfi.com/download/vip_elite_circle/2167-download.html?view

I have upadated the version so that sound file can work correctly.
 
Suggest other entries I might like
Details: ScalpTrader1


September 9th, 2023
Size: 12.46 KB
Downloaded: 597 times
ActiveGeoKingV1006 5 *
**New Version Sept 18/9 V1006**

Auto 3 Swing Indicator with toolbar and comprehensive support/resistance identification

**NOTE** The version has been updated. The previous version must be uninstalled before importing.
1.Open Ninjatrader 8
2.Click on TOOLS > REMOVE NINJASCRIPT ASSEMBLY
3.Select ActiveGeoking from the list and process removal
3.Import new ZIP file attached to this listing via TOOLS > IMPORT > NINJASCRIPT ADDON

Hope there are some traders out there that can benefit from this! I spent years perfecting this indicator while I was trading professionally and I am excited to share it with the community.

ActiveGeoking for NT8 leverages its own custom layer built on top of the zig zag indicator to automatically identify the three most relevant swings of any chart. A feature-rich toolbar allows the user to quickly shift the identified swings to their preference.

The identified swings are used to generate a wide array of technical price points based on Fibonacci retracements and extensions, as well as pivot highs and lows, trendlines and corrective/impulsive measured moves from Elliot wave theory. These price points can be considered areas of higher significance for the trader to consider potential future support and resistance to occur.

For anyone out there that is familiar with Bryce Gilmore's book "Trading to Win", this indicator will be recognised as highly aligned with his method of trading. The indicator utilizes an XABCD marking system, also common in other methods of TA.

Inbuilt algorithms detect when price points are invalidated by market movement so as not to display irrelevant price levels wherever possible.

Reporting of price points and swing measurements are all displayed on the screen and can be toggled on and off using the toolbar for all swing degrees and price level types.

The indicator options provide an exhaustive list of configuration options for tolerances and customized ratios for the user's preference.

**IMPORTANT** Ensure enough bars are loaded onto the chart as this indicator requires a decent amount of history for large degree swings
- 15 years for day charts
- 300 days for 60min
- 30 days for 5 min

Check out this thread below for guidelines on the indicators features which I will deliver in bite sizes pieces over time. Feel free to drop in and ask questions or provide feedback

NexusFi > Trading Community > Platforms and Indicators > NinjaTrader > Active GeoKing - Triple Auto Swing Indicator for NT8

 
Suggest other entries I might like
Details: ActiveGeoKingV1006


August 23rd, 2023
Size: 59.95 KB
Downloaded: 1558 times
 



 
Category
 




© 2025 NexusFi®, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Downloads - Top