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: 954 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: 202 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: 193 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: 245 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: 675 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: 800 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: 877 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: 468 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: 960 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: 367 times
EquitiesV2 5 *
This version is identical in terms of functionality to version 1(which is located here: https://nexusfi.com/local_links.php?action=ratelink&catid=27&linkid=1994).

I added the code (finally) to pull the expiry date from the chart and automatically add it to the indicator, so it no longer needs the user to manually input the date.

This indicator is for equities traders, to compare current performance with the 'other 3' equities and an average of all 4.

It adds data series for ES, NQ, RTY and YM, shows % change for each since the session open (24 hr session, not just the day session) as well as a simple moving average of all 4. The SMA period is user-configurable. Default is 10.

Hope you version 1 users find and download this one.


****
In reply to the comment about getting it to work in a strategy, I have never tried and am not a programming guru, but it seems likely that the 4 equity data series have to be loaded in the initializing sections of the strategy, which is before you call the indicator. The indicator can't load the data series for the strategy because it gets called after the strategy is initialized.
That'd be my guess. That you have to load the 4 data series in the strategy itself for the indicator to access them when it's called.
Good luck!
****
 
Suggest other entries I might like
Details: EquitiesV2


March 9th, 2019
Size: 5.36 KB
Downloaded: 379 times
BuySellNetVolume-NT8_V1_21 (fpgBuySellNetVolume) 5 *
Notice: This indicator has been deprecated and will no longer supported as it has been replaced by Version 2 posted here

Updated Version 1.21 March 12, 2019

Exported with NT Version 8.0.17.2


Version 1.21 Corrections are described in Change Log


Previous Version 1.1 March 5, 2019
Exported with NT Version 8.0.17.1 (note this has been changed)

Notice(posted on 2/10/2019 at 1:45 PM MST)

It appears that something has changed in the latest NT update (8.0.17.1) that effected this indicator. The version here has been recompiled and re-exported using the latest release. No code changes were made. The version date (2/10/2019) and number (1.01) in the indicator parameters section reflect this change. If you have updated to the latest NT version and are having a problem or getting error messages either recompile the indicator or download and install the latest version.

I apologize for any confusion.


Summary

This indicator is an enhanced version of the NT8 BuySellVolume indicator. The enhancements are as follows:
  • 1. Buys and Sells are show above and below the zero line,
  • 2. The Net Volume (Buys-Sells) is plotted accordingly,
  • 3. Total volume is displayed using a separate color and is shown accordingly,
  • 4. A divergence marker (Bar close is opposite the Net Volume) can be indicated (not enabled by default),
  • 5. Tick Replay (TR) is supported and defaults to display a different color for the TR Net Volume bars,
  • 6. The width of the Buy/Sell, total, and Net histogram bars can be set individually, and
  • 7. Option to reverse the Histogram Buy/Sell and Net widths so that the Net bar displays on the inside of the Buys/Sell bar.

Notes:
  1. At times the Net volume is so small it can not be seen with the indicator region parameter set in Linear Mode. This can be rectified by setting it to Log mode as shown in the screenshot.
  2. When changing the histogram bar sizes use odd numbers as the bars are painted from the midpoints.
  3. For a divergence to be detected in addition to the Net number and bar direction being opposite it must pass a percentage check. If too many (too few) divergences are detected the percentage can be changed to reduce (increase) the number detected.
  4. When using the Tick Replay with a large number of historical days (Days to Load) there may be a delay in the time it takes to initialize.
  5. The indicator is installed in a folder named “Cheech”.

Version 1.1 Enhancements
  1. Fast and Slow EMA of Net Buy and Sells with optional midrange which when set the period is the midpoint of the Fast/Slow period settings.
  2. User defined volume offset from Zero line will create a Zero Zone with optional region painting.
  3. Reorganized Indicator Parameters.

Version 1.1 Notes:
  1. If EMAs are too close together set the indicator panel properties Type Parameter to Logarithmic
  2. NT will display the upper and lower boundary lines (the zero zone) under the following conditions; 1. tick replay is enabled, 2. real time data is available (data feed is connected and market is opened), or, 3. the Zero Zone region painting is enabled. When any of the aforementioned are satisfied the lines will appear.

Version 1.21 Notes:
1. The labels of the MA plots were mis-labled as SMAs when they are actually EMAs.

Please PM me with either problems or questions instead of using the comments/rating section.


Change Log

Date_______Description
2/2/2019..........Initial release
2/10/2019........Recompiled and exported using NT 8.0.17.1
3/05/2019........Additional Enhancements described above
3/12/2019........Correct minor error in MA calculations, some code optimization, and Typos in Labels
4/13/2019........Deprecated, replaced by version 2
 
Suggest other entries I might like
Details: BuySellNetVolume-NT8_V1_21 (fpgBuySellNetVolume)


February 4th, 2019
Size: 7.94 KB
Downloaded: 754 times

Keywords: buysellnetvolume tickreplay
_dnTrendChannel 5 *
Version 1.00 January 28 2019

This is a fib channel tool I designed to help measure patterns I encountered.

More info and a template can be found at this thread
https://nexusfi.com/elite-circle/46104-market-geometry-exploratory.html

Enjoy
 
Suggest other entries I might like
Details: _dnTrendChannel


January 28th, 2019
Size: 20.11 KB
Downloaded: 745 times
Hourly Pivots (amaPivotsHourly) 5 *
Version 1.0 January 14, 2019

The Hourly Pivots indicator applies the calculation used for daily floor pivots to intraday time frames. The indicator displays pivots for any selectable period of N minutes. All pivots are calculated from the high, low and close of the prior N-minute period. The pivots can be displayed as floor pivots, wide pivots or Fibonacci pivots. The indicator further plots the pivot range, which is a value area derived from the prior N-minute period.

The default setting of the indicator is 60 minutes. With default settings the indicator will display hourly pivots including the Main Pivot PP, Central Pivot CP, Directional Pivot DP, Pivot Range, R1, R2, R3, R4 S1, S2, S3 and S4. The first period always starts with the daily session break. Depending on the period selected, the last period of the session may terminate before completion. It will not carry over to the first period of the next session.

Pivot range: The pivot range is the range between CP and DP. It is a symmetrical range around the main pivot PP.

Prior high, low and close: The indicator also displays the high, low and close for the prior N-minute period. These levels often act as support or resistance for the consecutive N-minute period.

Pivot formulas:

All options: H = prior day high, L = prior day low, C = prior day close, X = H - L
Main Pivot: P = (H+L+C)/3
Central Pivot: CP = (H+L)/2
Directional Pivot: DP = 2*P - CP
Floor Pivots: P = (H+L+C)/3, R1 = 2*P - L, S1 = 2*P - H, R2 = P + X, S2 = P - X, R3 = R1 + X, S3 = S1 - X, R4 = R3 + (P-L), S4 = S3 - (H-P)
Wide Pivots: P = (H+L+C)/3, R1 = 2*P - L, S1 = 2*P - H, R2 = P + X, S2 = P - X, R3 = R2 + X, S3 = S2 - X, R4 = R3 + X, S4 = S3 - X
Fibonacci Pivots: R1 = P + 0.382*X, S1 = P - 0.382*X, R2 = P + 0.618*X, S2 = P - 0.618*X, R3 = P + X, S3 = P - X, R4 = P + 1.382*X, S4 = P - 1.382*X
 
Suggest other entries I might like
Details: Hourly Pivots (amaPivotsHourly)


January 22nd, 2019
Size: 8.29 KB
Downloaded: 1458 times

Keywords: fibonacci floorpivots high hourly low pivots resistance support
ScrollsRite for NinjaTrader 8 5 *
This script installs as an indicator and allows users to drag their charts in any direction with a mouse. It is a feature of eSignal charting which I used for many years and simply could not live without when I moved to NinjaTrader. It is basically a rewrite of the NT7 version with the same name on this site and has been around for some time.

In truth NT8 provides this functionality already ( by holding down the Ctrl key ) but this indicator makes it that much easier by enabling it all the time.

I don't have much screen time last few years and I don't check in here that often but I will try and monitor for awhile to see that it works as expected. Leave comments in the original thread provided below.


Some Notes:

- If a chart has the Price Scale located on the Left side instead of the Right side of the chart as is normal, then you must configure ScrollsRite Scale Justification to the Left side also.

- To disable it temporarily simply uncheck the "Visible" checkbox in the ScrollsRite properties screen.

- If the Market suddenly shoots off the screen then hit the "F" icon at the top of the Price Scale to bring it back quickly.

Link to original thread:

Scrolls_Lite ( Vertical Drag/AutoScroll)
https://nexusfi.com/ninjatrader/24723-scrolls_lite-vertical-drag-autoscroll.html
 
Suggest other entries I might like
Details: ScrollsRite for NinjaTrader 8


January 21st, 2019
Size: 2.36 KB
Downloaded: 530 times
CongestionBoxBC 5 *
Hello Traders. This indicator looks for a congestion of candles and then a break out. Once the breakout is confirmed, it paints the box up or down and indicates the POC of that congestion box. The indicator is working in real time, but does not paint the box until the breakout is confirmed (2bars). You can change the Box Color if you want to see all of the boxes forming. I find that distracting.

I downloaded the CongestionBox4RNT8 a few months ago and I like the indicator, but there were a few annoying problems. This version fixes the problems that I found in my use.

Fixes:
1. The colors did not stick from startup to startup in the original version...
2. The original consumed a lot of resources, so I set a timer so that it only calculated the boxes during times that matter to the user. This cuts down on the calculations and memory use. You can set the start/stop time to what you want.

R1: Trader Contrax was having problems with autoscaling in his setup. He found what needed to be changed (Thx). Most people will not notice a difference so I edited the indie, left the name the same and just updated the file.

Several traders are having 'freezing' problems. This indie is a resource hog. You want to run as little history as possible with Congestion Box. One trick that I use is to have a transparent chart on the same panel as my main chart. Let's say you have a 5min chart. Add a second 5min chart to the same panel, transparent candles, wicks, etc, with 1 day history. The Congestion Box uses the 1 day chart as its input. You can have several instances of charts on the same panel.. A great NT attribute.

R2: Member jabeztrading, the original developer of the indicator, fixed the issue with the button recurring. This fix also fixed the resource problem. Excellent work!!!

Please let me know if you find any other issues.
Thanks
Bob

Here is the original description...Converted from the NT7 version. Originally design for range bars to box in those congestion areas produced by up and down bars that resulted from the market not going anywhere (it's not perfect).
But some folks had success using the indicator on minute charts.
The box is delayed and the red and green colors are even more delay but this was not meant to be a real time indicator.
 
Suggest other entries I might like
Details: CongestionBoxBC


December 31st, 2018
Size: 9.18 KB
Downloaded: 1397 times
MaxStopFailsafe - Hidden Auto Stop 5 *
Guys I paid for this indicator to be developed.
It’s basically a hidden automatic “stop order”

I call it my failsafe loss limiter, as when trading using NT8 I have a bad habit of removing the visible stops on the chart at times to give a trade room to breathe and then every so often I end up getting run over by a sharp move and I wanted to prevent that from happening. Stop the bad habit so to speak. So i had this indicator developed which could run in the background.

Basically you attach it to your chart like any other indicator, set your amount of ticks stop loss in the settings and away you go. Then whenever you place a trade via NT8 chart trader and forget to use a stop, when your set level/amount of ticks against you is hit, you will be stopped out automatically.

Now, forewarning:
When I used the indicator it worked well but then there were a couple of issues:

1. At times, when say I had it set to 16 ticks stop loss and I wanted to change my mind and I changed the set level to say 12 ticks in the sttings, even though I changed it in the indicator settings, the original set level was filled, not the new level.

And,

2. When I remove the indicator from the chart, the auto stop would still function and I’d get filled even though I had removed It from the chart. It only removes from the chart when I removed the actual indicator from the ninjascriptor editor indicators list.

Both of the above shouldn’t happen.

I asked my programmer to look at this, but he couldn’t find anything wrong in the programming. So if any of you programmers on here would like to use the indicator and maybe give it a test and fix the above issues if you have them I think it would be helpful indicator for NT8 users.

I really liked using this indicator as it forces my own limits upon me and saves me from my own bad habits of moving / removing stops.

Although sometimes you do have to change the stop size due to changing market conditions/volatility.
 
Suggest other entries I might like
Details: MaxStopFailsafe - Hidden Auto Stop


December 11th, 2018
Size: 2.46 KB
Downloaded: 254 times

Keywords: loss stop
MaxStopFailsafe - Hidden Auto Stop
Theres no screenshot as its a hidden indicator.

Guys I paid for this indicator to be developed.
It’s basically a hidden automatic “stop order”

I call it my failsafe loss limiter, as when trading using NT8 I have a bad habit of removing the visible stops on the chart at times to give a trade room to breathe and then every so often I end up getting run over by a sharp move and I wanted to prevent that from happening. Stop the bad habit so to speak. So i had this indicator developed which could run in the background.

Basically you attach it to your chart like any other indicator, set your amount of ticks stop loss in the settings and away you go. Then whenever you place a trade via NT8 chart trader and forget to use a stop, when your set level/amount of ticks against you is hit, you will be stopped out automatically.

Now, forewarning:
When I used the indicator it worked well but then there were a couple of issues:

1. At times, when say I had it set to 16 ticks stop loss and I wanted to change my mind and I changed the set level to say 12 ticks in the sttings, even though I changed it in the indicator settings, the original set level was filled, not the new level.

And,

2. When I remove the indicator from the chart, the auto stop would still function and I’d get filled even though I had removed It from the chart. It only removes from the chart when I removed the actual indicator from the ninjascriptor editor indicators list.

Both of the above shouldn’t happen.

I asked my programmer to look at this, but he couldn’t find anything wrong in the programming. So feel free to use it and if any of you programmers on here could maybe give it a test and fix the above issues if you have them I think it would be helpful indicator for NT8 users.

I really liked using this indicator as it forces my own limits upon me and saves me from my own bad habits of moving / removing stops.

Although sometimes you do have to change the stop size due to changing market conditions/volatility.
 
Suggest other entries I might like
Details: MaxStopFailsafe - Hidden Auto Stop


December 11th, 2018
Size: 2.46 KB
Downloaded: 98 times

Keywords: loss stop
mkHarmonics_v1.1 5 *
This is just a quick fix to mkHarmonics to fix an XML save issue preventing the indicator from staying on a chart after exiting (but saving). It also was causing an error if you tried to save the settings presets.

I simply added [XmlIgnore()] and commented out [NinjaScriptProperty] for all the brush and font properties.

The original copyright is @mk77ch for the NT7 version. The NT8 conversion from: @psytopy.
 
Suggest other entries I might like
Details: mkHarmonics_v1.1


November 26th, 2018
Size: 16.80 KB
Downloaded: 1274 times

Keywords: mkharmonics harmonics
Skid Trender Version 1.2 5 *
So there was this indicator on ThinkorSwim I liked and I knew it was moving averages but it took me awhile to figure out. ( I'm not a programmer) Here is the xml so you can have it also. The reason I like it is because the two sets will gap apart when trending. For me, it gives me a clear picture. You must have EMASlopeColor for it to work found here.

https://nexusfi.com/local_links.php?action=ratelink&linkid=1774&catid=27&lpage=1&ratesort=D&page=1


Download file: Then place the file in File>Documents>Ninjatrader 8>Templates>Chart

This is Version 1.2
Because the first had the data series set to "Default 24 x 5". This causes tick chart candles to be
wrong. Special Thanks to @MiniP for pointing this out, and @bobwest for fixing it.
If you downloaded the first Skid Trender chart, change your settings in Data Series to "Use Instrument Settings"
this fixes the problem. Added Priceline to this .XML version.

Discussion and updates found here:

https://nexusfi.com/elite-circle/45906-ninjatrader-7-verses-8-verses-tos-thinkorswim-trading-platform-skid-s-journey.html

Enjoy

Skid
 
Suggest other entries I might like
Details: Skid Trender Version 1.2


November 10th, 2018
Size: 58.60 KB
Downloaded: 1725 times
Wolf range drawing tool 5 *
For my trading i make use of two different fib retracement templates.
One template with the 50% and 61.8% retracements, and a 2nd template with the wolf range to determine the market geometry. Although ninja supports templates for the fibonacci levels, this requires me to select the correct fib. level template every time i want to draw one of them.

To make live easier i made a copy of the fib. retracement drawing tool, modified it so it uses the the wolff range settings by default. That way i don't have to switch templates anymore and i can just select the normal fib tool for my 50%/61.8% retracements and the wolf range drawing tool for drawing a wolf range

Offcourse you also adjust it and use other retracement templates as you like.

5-11-2018 : version 1.0.0.0
 
Suggest other entries I might like
Details: Wolf range drawing tool


November 5th, 2018
Size: 6.67 KB
Downloaded: 631 times
RangeRider for NT8 V1.0 5 *
The general idea was to better clarify both entry and exit points.

So I created a combination Bollinger Bands and Pivot Points indicator, but utilizing the MIN and MAX functions in order to eliminate the smoothing that comes with Bollinger Bands. By doing so market fluctuations are (for me at least) more clearly defined.

Though I mostly use range bars other bar types also work well.

It is not unusual for me to "turn off" the bars themselves by making them transparent. Much less distracting clutter on the screen and I like things simple.

However, early on it is best to leave the bars visible in order to fully understand the various patterns created by the indicator. Whether in chop or a trending market certain patterns quite often become obvious. And those patterns repeat time and time again.
 
Suggest other entries I might like
Details: RangeRider for NT8 V1.0


November 4th, 2018
Size: 4.86 KB
Downloaded: 856 times

Keywords: min range mix
Risk / Reward drawing tool (updated) 5 *
Ninjatrader comes with a built-in risk/reward drawing tool.
However i like the one from tradingview much better
This drawing tool adds a tradingview look-a-like risk/reward tool to ninja trader for both long and short positions
When placing a R/R drawing tool on your chart you can move it around, drag the stoploss/target to its correct price levels and the risk/reward ratio will be updated in real time

After installing you can find the risk/reward tools under the drawing tools menu.
There's a long position tool and a short position drawing tool
Note you can assign keyboard shortcuts to the risk/reward drawing tools using the tools->Hot Keys menu.

3-11-2018 : version 1.0.0.0
5-11-2018 : version 1.0.0.1 bugfix to make it work with all instruments
 
Suggest other entries I might like
Details: Risk / Reward drawing tool (updated)


November 3rd, 2018
Size: 4.32 KB
Downloaded: 2656 times
Tradingview $TICK window 5 *
For my trading i make a lot of use of the $TICK. Sadly though.. ninja brokerage does not supply a really good $TICK index.
So until now i always had a web browser open showing tradingview's $TICK in the bottom left corner of my screen.
It worked.. but i had to open the web browser every trading session, scale it and move it to the correct location on my screen.

So to make life easier , i created this add on.
This add-on adds new menu item to New menu called $TICK.
When you selected it a new ninja trader window opens which shows the $TICK from tradingview.com.

Since it's a ninja window , its part of your workspace and ninja will automaticly open & position it the next time you startup ninja again.

Note.. by default you will see the light skin (white color) of trading view.
But since the $TICK window is just hosting IE as a webbrowser you can interact with, and login into tradingview right from the $TICK window it self. After logging in with your credentials you can right click on the chart to choose the dark skin as you see in the screenshot

1-nov-2018 : version 1.0.0.0
 
Suggest other entries I might like
Details: Tradingview $TICK window


November 1st, 2018
Size: 1.89 KB
Downloaded: 801 times
RulerV4 for Ninjatrader 8
Is there anyone that can code the Ninjatrader7 indicator named "RulerV4" by MBAgearhead. He did a fantastic job
and this indicator is invaluable. It is exactly what many of us were looking for. If you havent used it, everyone should
take a look. However, I am also transitioning to Ninjatrader 8 and would very much love it if someone could code that
indicator for Ninjatrader 8....that would be so awesome !!!
 
Suggest other entries I might like
Details: RulerV4 for Ninjatrader 8


October 31st, 2018
Size: 94.71 KB
Downloaded: 536 times
 



 
Category
 




© 2024 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 - Privacy Policy - Downloads - Top