NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Searching for entries matching trend, looking in keywords for any words
Found 43 matching entries

Sort by

Entries
3 Bar Trailing Stop 5 *
Exported using NT Version 7.0.1000.22

This is a trailing stop calculated from the prior 3 bars. It is similar to the trailing stop developed by Larry Williams, but not identical. The indicator plots a channel with an upper and lower stopline. When price reaches out beyond the upper channel line, all short positions should be exited. When price breaks through the lower channel line, that is a signal for exiting long positions.

Formula: The upper channel line is calculated as the larger of the prior bar's high + 1 tick and the upper line of a 2-period Keltner Channel displaced by 2 bars. The lower channel is calculated as the smaller of the prior bar's low - 1 tick and the lower line of a 2-period Keltner Channel displaced by 2 bars. The Keltner Channel is built from the average true range instead of the simple range, which was used for the original Keltner Channel.

Parameters: The midband of the Keltner Channel can be calculated from the typical price (default setting), the close, the median or the weighted price. The multiplier used for calculating the channel width can be selected.

Reverse Intra-bar = false: This is the default setting of the indicator. A logical signal will be generated when the signal bar closes outside the channel. The position may be reversed at the open of the next bar.

Reverse Intra-bar = true: This is a different setting. The signal will be generated with the first tick that has plotted outside the channel. In this case the position may be reversed intra-bar.

Accessing the trend: The indicator comes with a BoolSeries that holds the trend derived from the last channel breakout. The BoolSeries can be accessed by other indicators or automated strategies.

Channel shading: The area between the Keltner Channels can be shaded according to the current trend.

Paintbars: The trend can also be displayed via paint bars.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: 3 Bar Trailing Stop
Category: NinjaTrader 7 Indicators 


April 27th, 2014
Size: 5.46 KB
Downloaded: 1463 times

Keywords: keltner stop trailing trend
ADX based Trend/Reversal Regions 4 *
HI All,

I have created a simple indicator that "paints" regions on the chart based on ADX and EMA.

Very Simple algorithm:

Chart paints regions only when ADX is above a customizable level. Default is 15.

Region Color Green: ADX Rising; EMA Rising (Potentially Bullish Trending)
Region Color Blue: ADX Falling; EMA Rising (Potentially Reversal)
Region Color Red: ADX Rising; EMA Falling (Potentially Bearish Trending)
Region Color Yellow: ADX Falling; EMA Falling(Potentially Reversal)

You can use this indicator as a means of confluence with other strategies you may have.

I am new to this forum and my first attempt at publishing my program. Hence I am not aware of all caveats that I need to include here. But this is merely an indicator that portrays ADX Value and EMA Value movements. This is not by any means a suggestion to trade !!

Please provide your feedback and suggestions. Would appreciate that.

Thanks


Category The Elite Circle 
 
Suggest other entries I might like
Details: ADX based Trend/Reversal Regions
Category: The Elite Circle 


April 26th, 2019
Size: 6.48 KB
Downloaded: 1097 times

Keywords: adx reversal trend
Auto Trend Line for NT7 5 *
Found on the Ninja Trader Site:

Description
This is an indicator NinjaTrader_Ray published for the September 07 issue of Stocks & Commodities magazine. Converted it to NT7 by fixing the DrawRay code break.

To Import
1. Download the attached file to your desktop
2. From the Control Center window select the menu File > Utilities > Import NinjaScript
3. Select the downloaded file

Automatically draws a line representing the current trend and generates an alert if the trend line is broken. 0 = no signal, 1 = buy signal on down trend break, 2 = sell signal on up trend break

NT7 Only see above link for 6.5


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Auto Trend Line for NT7
Category: NinjaTrader 7 Indicators 


May 18th, 2010
Size: 6.25 KB
Downloaded: 2983 times

Keywords: alert auto line trend ztr
Bbands dots indicator
Good trend indicator for mt4 based on bollinger bands indicator.

Suggested settings for Daily chart: lenght 7 - deviation 3


Category MetaTrader 4 Indicators 
 
Suggest other entries I might like
Details: Bbands dots indicator
Category: MetaTrader 4 Indicators 


February 6th, 2014
Size: 5.20 KB
Downloaded: 394 times

Keywords: bands bollinger trend
Directional Trend Index 5 *
Exported using NT Version 7.0.1000.22

The Directional Trend Index (DTI) was developed by William Blau and published in his book "Momentum, Direction and Divergence".

To determine the value of the DTI William Blau first calculates a composite momentum from both highs and lows of the last days. In a next step both the composite momentum and the absolute values of the composite momentum are smoothed. The smoothed momentum is then divided by the smoothed absolute momentum and the result is multiplied with 100.

Momentum smoothing: William Blau smoothed both momentum and absolute momentum by applying an EMA several times (double or triple smoothing). This indicator allows to use 16 different moving averages for the smoothing. The same moving average type is used for all three average calculations.

Parameters: The lookback period for the momentum the number of bars from which the momentum is calculated. Blau uses a lookback period, which is different from the standard momentum. To obtain a 1-period momentum (price change from the last to the current bar) the Directional Trend Index requires a setting of 2 for the lookback period (default setting).

Signal line: William Blau did not use a signal line for the double smoothed indicators. I have added the signal line, because the cross of the signal line can be used as a trend indication. Moving average type and period for the signal line can be selected.

Histogram: The indicator has an option to plot a histogram, which shows the difference between DTI and signal line.

Trend definition: The indicator exposes the current trend via an IntSeries. The trend can be determined based on the DTI (rising & not oversold, falling & not overbought, neutral), the signal line (rising & not oversold, falling & not overbought, neutral)) or the DTI / signal line crosses. All trend definitions are not straightforward, but require a higher close to switch to an uptrend, or a lower close to switch to a downtrend. Moreover the DTI / signal line cross will only show an uptrend, when not oversold and a downtrend when not overbought.

Paint bars: The paintbars can be used to plot the trend information. The trend states are uptrend, downtrend and neutral trend as explained above. It is possible to apply the indicator to the price panel and unselect the indicator plots. This allows to use the indicator as a "paintbar only" indicator.

Sound alerts: The indicator comes with sound alerts which are triggered when the trend changes. The sound files are included with the zip file and should be manually copied into the directory Documents -> program files (x86) -> NinajTrader 7 -> sounds.

Update March 17, 2014: Option added to select sound files


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Directional Trend Index
Category: NinjaTrader 7 Indicators 


March 13th, 2014
Size: 148.57 KB
Downloaded: 846 times

Keywords: blau double-smoothed ergodic momentum oscillator trend
Double Weighted Moving Average Color
Here is a double weighted moving average. The line changes color to show trend. Both MA lengths are selectable. Trend color is selectable. Version 1


Category TradeStation (hidden) 
 
Suggest other entries I might like
Details: Double Weighted Moving Average Color
Category: TradeStation (hidden) 


January 7th, 2012
Size: 6.68 KB
Downloaded: 332 times

Keywords: average double moving trend weighted
dpQGP 5 *
This Code was Ported from the code of DaveP711 from Futures io in Ninjatrader 8 public download section
For more info check his indicator
I didn't have time to add the signals, maybe at later date.
It is a pair of channels, fast (Trend1 and Trend2) and slow (Trend3 and Trend4)
//**************************************************************************
// Remember:
// Due to limitations of Multicharts instead of visual ordering the study to
// the back it is better to add a second data series after you insert the
// study so candles can be visible and to avoid confluence with other indicators
// you may have.
//**************************************************************************
V1


Category MultiCharts 
 
Suggest other entries I might like
Details: dpQGP
Category: MultiCharts 


July 27th, 2023
Size: 2.22 KB
Downloaded: 63 times

Keywords: averages channels cloud trend
Effective V 3 *
Volume indicator,

Buy the greens and sell the reds with confirmation from trend indicator you like,
i trade it on 5 min Bars ES and Dax

COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: NOT TESTED [feedback]


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: Effective V
Category: NinjaTrader 6.5 Indicators 


December 27th, 2009
Size: 3.95 KB
Downloaded: 743 times

Keywords: trend volume carohump
Effective Volume (only version there is) 3 *
This is a fantastic Volume based Trend indicator that i have found to be amazing.
It is i think by far, the best tracking volume indicator, i have seen through the years i have been trading.

I am trying to make a system that is based on the Green and Orange signals of effective volume (not the cyan ones) but i am no programmer so i can't do it .

I added the Zeller shark below as it matches through another avenue the signals i try to attain. As you can see they come pretty close, again as i can;t program i can't even make the _Zeller Shark indicator to fire the proper signals.

Imagine that even with the spikes of Zeller indicator and Effective voume combined
i get a decent autotrading system that keeps loosing money on the "bllody" spikes but makes it back afterwards on the runs.

I always use renko bars in all trading and autosystems i make.

So if anyone can make a system or a plain indicator that we can use from effective volume (green and orange signals) i would be really obliged.

Take care all and all the best.

Thanks Big Mike for an astounding site and effort...

COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: NOT TESTED [feedback]


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: Effective Volume (only version there is)
Category: NinjaTrader 6.5 Indicators 


October 2nd, 2009
Size: 3.95 KB
Downloaded: 1043 times

Keywords: ninjatrader trend volume zeller isarhodes effective
Ehlers Collection for NT 7 5 *
Exported using NT Version 7.0.1000.3

This is a collection of various filters by John Ehlers outlined in his books "Rocket Science for Traders" and "Cybernet Analysis for Stocks and Futures".

The following indicators are included:

- Adaptive Cyber Cycle
- Adaptive CCI
- Adaptive Center of Gravity
- Adaptive Laguerre Filter
- Adaptive Relative Vigor Indicator
- Dominant Cycle
- Dominant Cycle Oscillator
- Hilbert Sinewave Oscillator
- Hilbert Transform 2
- Instantaneous Trend
- Laguerre Filter
- Laguerre RSI
- Median Indicator
- Smoothed Adaptive Momentum

This collection of Ehlers indicators was originally submitted by Piersh. I have simply ported the indicators to NinjaTrader 7.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Ehlers Collection for NT 7
Category: NinjaTrader 7 Indicators 


February 20th, 2011
Size: 35.71 KB
Downloaded: 2754 times

Keywords: adaptive cci centerofgravity cybercycle dominantcycle filter hilbert laguerre median momentum rvi sinewave transform trend
 



 
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