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
Wicks & Tails 4 *
I've been a fan of Better Renko bars for several years now and was looking for a way to identify when a Wick or a Tail on a Better Renko bar was larger than the setting I had chosen.

Eg., Using a 4 Better Renko bar setting on the ES and looking for Wicks or Tails that were 5 ticks or greater.

This little indicator will do that for you. It simply draws an Arrow symbol above or below the corresponding Wick or Tail.

When I trade the NQ I prefer a 3 Better Renko bar, I use the irWicksandTails indicator to highlight 4 tick Wicks or Tails.

I don't use them for trade entries, I just note when they start to show up and rely on their presence to help me discern a "short term" trend bias.

This indicator is for NT-8, and was compiled with Version 8.0.17.2 64 Bit
 
Suggest other entries I might like
Details: Wicks & Tails


May 8th, 2019
Size: 3.55 KB
Downloaded: 1009 times

Keywords: bias candlestick patterns tails trend wicks
ShowBid as Ray Updated Color 5 *
Fixed the color and width of Bid Ask lines for the update.
 
Suggest other entries I might like
Details: ShowBid as Ray Updated Color


May 1st, 2019
Size: 2.12 KB
Downloaded: 219 times
ShowBidAsk wh version
Show Bid Ask with Line segment. Conversion of ShowBid_wh code from NT7 to NT8.
 
Suggest other entries I might like
Details: ShowBidAsk wh version


May 1st, 2019
Size: 2.39 KB
Downloaded: 207 times

Keywords: ask bid line showbidask_wh
ShowBidAsk as Ray
Bid Ask Lines on chart
 
Suggest other entries I might like
Details: ShowBidAsk as Ray


April 30th, 2019
Size: 2.06 KB
Downloaded: 267 times
Macd vs Macd[1] indicator converted to NT8 5 *
I have converted my MACD3 from NT7 to NT8. It shows a blue and yellow line showing the MACD vs the MACD one bar ago.
 
Suggest other entries I might like
Details: Macd vs Macd[1] indicator converted to NT8


April 19th, 2019
Size: 2.07 KB
Downloaded: 755 times

Keywords: macd3
BuySellNetVolume Version 2 for NT8 5 *
Version 2.0 April 12, 2019

Exported with NT Version 8.0.17.2


Indicator Name: fpgBuySellNetVolume_V2 Folder: Cheech

This version functionally replaces the previous version(s) described and available here but does not replace it when this version is installed. The previous version can be removed manually when and if desired.


Enhancements/Changes in Version 2

1. User can select from several MA types for the Moving Average plots, some of which are from Lizard Indicators made available by the GNU license. Credits to Lizard Indicators for both their indicators and the MA selection code.

2. When MA smoothing is selected the type can be an SMA, EMA, or the selected MA type. The smoothing period for each MA (fast, mid, and slow) can be set individually. A MA period of 0 eliminates the smoothing for that MA. Note: The Mid MA can be used as an intermediate period by specifying a value between the fast and slow periods. When the mid MA is requested with zero value for the period (default) will result in the mid period being calculated. If a period is specified and it is not between the fast and the slow the midpoint is calculated and used. No warning message is displayed.

3. The ability to apply volume filters (1-4) against the Net volume thereby limiting the Net volume histogram display a net bar only for the volume specified in the filter(s).

4. More control over how plots are displayed.

5. The divergence marker has been moved from the Total histogram to the Net histogram. This was done because the Total histogram can be turned off. The Net and/or Net filters must be active for the divergence marker to be displayed. If the Filter option is chosen without the Net plots being display the marker will only be display when there is a divergence on a filter value.|

6. The plot for the in-progress bar has its own color and can be user set. This plot is always displayed regardless of the display option selected.

7. This is not a change but a clarification as it also existed in the previous version. The position of the total line (above the line if a buy total and below the line if a sell total) is not based upon the last Close price but on the value (positive or negative) of the Net volume.

Similar to the previous version at times setting the Indicators region Type property to Logarithm is easier to read. The 2 instances of the indicator in the screen shot have the same operation modes set but the bottom one shows some of the ability to control what is displayed. without needing to independently setting each to transparent. If a particular display is turned off the values are still calculated and can be viewed in the Data Box.

Change Log

Date Description
April 12, 2019........Initial release
 
Suggest other entries I might like
Details: BuySellNetVolume Version 2 for NT8


April 12th, 2019
Size: 33.35 KB
Downloaded: 839 times

Keywords: buysellnetvolume tickreplay
irInsideBarsAll for NT-8.0.17.2 64-bit 5 *
As the name implies, this NT-8 indicator looks for Inside Bars and then simply paints an all white bar on your candle stick or OHLC bar chart, (it works on Hollow Candlestick charts also).

If the bar is an Inside Bar and is also a Doji (Open[0] == Close[0]) the indicator will paint a diamond on the close of the bar to highlight the Doji for you.

You might have to change the default color choices if you're using lighter colored chart backgrounds.

Indicator will color the candlestick outlines and the candle bodies, one color regardless of the direction they close in (up or down). The indicator is set to calculate on bar close. (no need for it to be anything else)

Inside Bar condition: if(High[0] < High[1] && Low[0] > Low[1])
"Doji" condition: if(Open[0] == Close[0])

As I said, it's not the Holy Grail, but I find it helpful to have a visual clue that suggests "something may have changed here".
 
Suggest other entries I might like
Details: irInsideBarsAll for NT-8.0.17.2 64-bit


April 6th, 2019
Size: 2.33 KB
Downloaded: 928 times

Keywords: bars candlestick inside patterns
TickRefresh 5 *
This indicator allows chart updates on each tick or price change with a user defined refresh time interval.

Settings:
Refresh Time Interval in Milliseconds = Number of milliseconds between chart refreshes.
Under "Set up > Calculate" choose between updates on each tick or each price price change.

Example values for Refresh Time Interval in Milliseconds:
0 = update on every tick or price change.
1 = maximum of 1000 updates per second.
10 = maximum of 100 updates per second.
20 = maximum of 50 updates per second.
100 = maximum of 10 updates per second.
The sane default is 10 milliseconds. But you can set it to 0 without issues.

See a demos here:



Releases:
Version 1 March 25 2019: Initial release
Version 2 March 26 2019: Removed the TimerEventProcessor for better performance.
Version 3 March 28 2019: Optimized to prevent lag in fast markets if computer cannot keep up.
Version 4 April 4 2019: Improvements to latency and frame rate.
 
Suggest other entries I might like
Details: TickRefresh


March 25th, 2019
Size: 1.74 KB
Downloaded: 525 times
irReversalBarsV3 5 *
Updated previous version to correctly paint on top of other Paint Bar type indicators. March 26, 2019
Download link includes irReversalBarsV3
(for some reason the download link still refers to the previous "V2" version's name??)

This NT-8 indicator simply paints a Bullish Reversal bar or a Bearish Reversal bar on your candle stick or OHLC bar chart, it works on Hollow Candlestick charts also.

You might have to change the default color choices if you're using lighter colored chart backgrounds.

Indicator will color the candle bodies solid regardless of the direction they close in (up or down).
The indicator is set to calculate on bar close. (no need for it to be anything else)

Bullish Reversal condition: if((High[0] > Open[0] && Low[0] < Low[1]) && Close[0] > Open [0])
Bearish Reversal condition: if((High[0] > High[1] && Low[0] < Open[0]) && Close[0] < Open [0])

It's not the Holy Grail, but I find it helpful to have a visual clue that suggests "something may have changed here".

Enjoy,
Trade well.
 
Suggest other entries I might like
Details: irReversalBarsV3


March 21st, 2019
Size: 3.02 KB
Downloaded: 1016 times
Trades Navigator (Strategy Analyzer Chart) 5 *
Lets you navigate trade by trade in Chart mode after back-testing in Strategy Analyzer.

How to use it:

1. Run your backtesting in Strategy Analyzer
2. When backtesting is done, select Chart mode
3. Attach indicator
 
Suggest other entries I might like
Details: Trades Navigator (Strategy Analyzer Chart)


March 18th, 2019
Size: 160.40 KB
Downloaded: 405 times
 



 
Category
 




© 2026 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