NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2328 matching entries

Sort by

Entries
Welles Wilder True Range
I need True Range for another indicator that I am creating. Comments are welcome if anyone finds an error. Nothing came up in search so I wrote the code. Version 1.0.0.0 (My first Ninjatrader code, I am a SQL Server DBA/C#developer by day)


This is the website that has the basic equations:
https://stockcharts.com:443/school/doku.php?id=chart_school:technical_indicators:average_true_range_atr


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Welles Wilder True Range
Category: NinjaTrader 7 Indicators 


March 17th, 2013
Size: 2.18 KB
Downloaded: 135 times
What Moves The Currency Market by Kathy Lien
Short article on currency markets.

Category Educational 
 
Suggest other entries I might like
Details: What Moves The Currency Market by Kathy Lien
Category: Educational 


January 17th, 2017
Size: 832.66 KB
Downloaded: 86 times
Who are you? 5 *
Good article by Linda.

Category Educational 
 
Suggest other entries I might like
Details: Who are you?
Category: Educational 


May 13th, 2011
Size: 168.04 KB
Downloaded: 547 times
WickedRenko v1 5 *
BetterRenko is avail in elite area, and provides a better implementation, but this is left here for those interested.


Renko implemenation that maintains the correct wicks/volume.

It should coexist with SbsRenko and MedianRenko and NT Renko. The implementation also allows CandleSticks or OpenClose bar types to be used, but maintains the wick data reguardless of how it is displayed. The bar open is repainted, which is a weakness.

To use this, just import the zip file, compile some indicator, and restart Ninja to get the code loaded.


Category NinjaTrader 7 Miscellaneous 
 
Suggest other entries I might like
Details: WickedRenko v1
Category: NinjaTrader 7 Miscellaneous 


May 23rd, 2010
Size: 2.07 KB
Downloaded: 353 times
Wicks 5 *
It's common for people to look at how large the upper or lower 'wicks' or 'shadows' are in comparison to the range of a bar. In writing strategies that do so, I got tired of re-re-coding calculations to look for especially large ones.
So, I created an indicator that shows the upper and lower wick size as a percentage of the bar's range. So, now, if I want to specify a wick that's greater than 50% of the bar's range, I can just look for instances where the indicator values are UpperWick > 50 or LowerWick < -50.

If you find looking for negative numbers cumbersome, edit the indicator and reverse the LowerWick calculations, from either (Low[0] - Open[0]) or (Low[0] - Close[0]) to (Open[0] - Low[0]) or (Close[0] - Low[0]), respectively. Then, all the histogram bars will point upwards and you can make your code always look for positive values.

I hope some of you find this indicator handy.

I neglected to account for instances where Range() is zero, so the original indicator sometimes stops working. This newer version corrects that problem.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Wicks
Category: NinjaTrader 7 Indicators 


November 5th, 2017
Size: 3.29 KB
Downloaded: 171 times
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


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Wicks & Tails
Category: NinjaTrader 8 Indicators and More 


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

Keywords: bias candlestick patterns tails trend wicks
Wicks V1 5 *
It's common for people to look at how large the upper or lower 'wicks' or 'shadows' are in comparison to the range of a bar. In writing strategies that do so, I got tired of re-re-coding calculations to look for especially large ones.
So, I created an indicator that shows the upper and lower wick size as a percentage of the bar's range. So, now, if I want to specify a wick that's greater than 50% of the bar's range, I can just look for instances where the indicator values are UpperWick > 50 or LowerWick < -50.

If you find looking for negative numbers cumbersome, edit the indicator and reverse the LowerWick calculations, from either (Low[0] - Open[0]) or (Low[0] - Close[0]) to (Open[0] - Low[0]) or (Close[0] - Low[0]), respectively. Then, all the histogram bars will point upwards and you can make your code always look for positive values.

I hope some of you find this indicator handy.

Thanks go to jmont1, who graciously converted this indicator to NT8.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Wicks V1
Category: NinjaTrader 8 Indicators and More 


November 15th, 2017
Size: 3.54 KB
Downloaded: 304 times
Wide Range Body and Hidden Gaps 5 *
Hello Traders, a few months ago, a trader that I met through BigMikes turned me on to The Strategy Lab.[URL="http://www.thestrategylab.com"] There is a lot of free material there to study. The more that I read, the more that I liked the concept, so I built an indi to show the Wide Range Body (WRB) and WRB Hidden Gap. The concept is to show increasing volatility and areas of support and resistance. I encourage you to read the free material.

This NT7 indicator will work on every chart type although it does not make any sense on some range restricted charts. It colors the candle of the WRB and paints a rectangle for the WRB Hidden Gap. It also draws a vertical line for a WRB in the event that you use it on a PnF chart since there is no candle to color. You can choose the colors and audio indications for the WRB and the WRB Hidden Gap and the line width for the WRB line.

If you are interested in the WRB Zones, I have heard that there is an indi on the Strategy Lab site called Mr Zones that works fine with this indi.

Trade Well
Bob


Category The Elite Circle 
 
Suggest other entries I might like
Details: Wide Range Body and Hidden Gaps
Category: The Elite Circle 


January 10th, 2016
Size: 3.00 KB
Downloaded: 936 times
Wide Range Body and Hidden Gaps 5 *
Hello Traders, a few months ago, a trader that I met through BigMikes turned me on to The Strategy Lab.[URL="http://www.thestrategylab.com"] There is a lot of free material there to study. The more that I read, the more that I liked the concept, so I built an indi to show the Wide Range Body (WRB) and WRB Hidden Gap. The concept is to show increasing volatility and areas of support and resistance. I encourage you to read the free material.

This NT7 indicator will work on every chart type although it does not make any sense on some range restricted charts. It colors the candle of the WRB and paints a rectangle for the WRB Hidden Gap. It also draws a vertical line for a WRB in the event that you use it on a PnF chart since there is no candle to color. You can choose the colors and audio indications for the WRB and the WRB Hidden Gap and the line width for the WRB line.

If you are interested in the WRB Zones, I have heard that there is an indi on the Strategy Lab site called Mr Zones that works fine with this indi.

Trade Well
Bob


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Wide Range Body and Hidden Gaps
Category: NinjaTrader 7 Indicators 


January 10th, 2016
Size: 3.00 KB
Downloaded: 683 times
Wilder's Moving Average 4 *
Wilder's Moving Average (Tested on NT8.0.8.0)

Wilder’s Smoothing indicator was developed by Welles Wilder and mentioned in his book” New Concepts in Technical Trading”. Wilder used the Smoothing indicator as a component in several of his other indicators including the RSI. Wilder’s Smoothing indicator can be used in the same capacity as other moving averages. The smoothing indicator is used as an input in Wilder’s other indicators such as the RSI, Wilder’s Swing Indicator and Wilder’s Volatility Indicator.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Wilder's Moving Average
Category: NinjaTrader 8 Indicators and More 


August 6th, 2017
Size: 1.44 KB
Downloaded: 322 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