NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Searching for entries matching stochastic momentum, looking in title and description, keywords for any words
Found 116 matching entries

Sort by

Entries
AaDszlDszl 4 *
This is the same indicator as found in the NT 7 downloads, but in NT 6.5 Zip format. For the NT 7 download go to this link.

Version 7.1
This is one of my favorite indicators. We call it the 'Double Diesel'. It is two double stochastic zero lags running on the same indicator. When both lines cross through the high or low bars (selectable values) the background floods. When only one passes through, the background floods blue.

One of our favorite features with this indicator is when the fast DSZL moves down/up and back while the slow DSZL does not. This is a sure signal of a pull back. We call it the 'Jersey Pullback'. You can see one on the attached screenshot at 10:19.

Version 7.2
I got so many nice compliments on this indicator and it seems to be very popular, so I enhanced it and made it NT6.5 compatible. I put the NT6.5 version here.

This update allows the user to select the back ground colors and intensities for up or down movements.

Enjoy!
G

COMPATABILITY:
NT 6.5: Yes
NT 7.0: Yes (see link)


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


August 17th, 2010
Size: 7.87 KB
Downloaded: 466 times
ADXVMA - Recoded for NT7 5 *
Exported using NT Version 7.0.1000.10

Why code another version of the ADXVMA?

All previous versions of the ADXVMA are based on a dirty transcript from MetaTrader which has a number of bugs, inconsistencies or variables that are not being used. This is just an attempt to clean up the mess and come up with a proper version. These are the changes:

Initialization: Most versions are initialized with a value of 0 instead of Input[0], this usually creates false values for the first 100 or 200 bars.

Redundant variables: The transscripts from MetaTrader use 4 different variables for the period, although it is always the same period. A variable used for the shift in MetaTrader is carried around, although it always has the value 0.

Inefficient algorithms: The indicator mostly uses Wilder's smoothing for calculating exponential averages from the positive and negative Momentum. The smoothing constant k is calculated once and applied to the various steps required for smoothing. Searching the highest and lowest value for the last n+1 period was hidden in a complex algorithm.

Input Series: The prior versions can only be applied to the close, this version also accepts other input series, such as the high, low or the typical price of the selected instrument.

Trendfilter: The indicator can best be used as a trendfilter. The trend state, which can be positive, negative and neutral, is exposed via an IntSeries, which can then be accessed by other indicators and strategies. The trend can also be shown via a paintbar option.

Update June 11, 2012: Trendfilter and colors modified to avoid frequent trend changes.
Update July 3, 2012: Serialization of display options changed. This will make it simpler to call the indicator from other indicators or strategies.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: ADXVMA - Recoded for NT7
Category: NinjaTrader 7 Indicators 


July 3rd, 2012
Size: 8.56 KB
Downloaded: 3001 times

Keywords: adxvma average moving trendfilter vidya
Balanced Momentum 5 *
Exported using NT Version 7.0.1000.1

This is an improved version of the momentum indicator.

The n-period momentum is the difference between the close of the last bar and the close n bars ago. When a large bar n periods ago drops out of the momentum calculation, this can create a significant distortion, as it will show as a change in momentum, even if there was no or little price change for the last bar.

To eliminate this problem, the input value n bars ago was replaced with the triangular moving average SMA(SMA(Input, n+1), n+1)[0]. This modification does not change the usability of the momentum indicator, but simply eliminates the distortion.


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


December 15th, 2010
Size: 3.54 KB
Downloaded: 1329 times

Keywords: momentum movingaverage tma triangular
Big Mike's Volume Graph, Optimized 5 *
VIP Only, please do not distribute outside of the Elite Circle.

Mike's version, posted in June of 2009, was downloaded almost 700 times!

It colors the volume bars based on a sophisticated linear regression analysis without using bid ask volume data. It corresponds well with Delta Momentum generated from GomRecorder buy/sell volume.

I applied Richard's optimization method from his article, aboot the right way to call external indicators, at MoveTheMarkets.com. (eh?)

This greatly improves the performance, so much so that in NT7 it can run with CalculateOnBarClose = false. However, DO NOT run it this way. CoBC must be true for it to calculate correctly... for now.

.....click on Magnifier for screen shot


Category The Elite Circle 
 
Suggest other entries I might like
Details: Big Mike's Volume Graph, Optimized
Category: The Elite Circle 


May 25th, 2010
Size: 7.88 KB
Downloaded: 1564 times

Keywords: optimzied volume zondor graph
BloodHound Chart Template for Momentum Trading Strategy v 1 4 *
BloodHound chart template for momentum trading strategy currently being tested in the crude market. Users will need to test the strategy for performance and risk before trading. Use a 256 Tick Chart for entries and exits. Do not take additional trades if a trade is entered into.

The signals are from the TSI Oscillator, Ergodic Oscillator, and MACD 3/10/16 oscillator.

Note: Momentum style trading systems do not perform well in trading ranges. If price action is trading within a trading range, do not trade this strategy. A filter can be added to require 32 SMA sloping or TSI above 0 before entry. This may eliminate chop but reduce potential profits.

Entries: 256 Chart

1. TSI Crossover (Ergodic 3,5,32, Main x Signal) - OR -

2. SMI Slope 5-32-3 - AND -

3. TSI Slope (5/32 with nested EMA 5) - AND -

4. TSI Slope (5/32 with nested EMA 5) (156 Tick Chart Settings)

Exits: 256 Tick Chart

1. anaTSI Crossover (3/7/14/3)


Discretionary trading signals

Take entries when SMI Slope and TSI Slope are in the same direction and the TSI Slope on the 156 tick chart is also in the same direction. Or, entries can be taken when TSI crosses its signal line.

Note the MACD 3/10/16 oscillator with MACD 32/5/5 histogram is included on the chart template. The MACD signals usually occur after the Ergodic oscillator signals, providing confirmation or allowing a late entry. The MACD histogram also provides good divergence signals. A third trend filter can be added to trade long when TSI is above zero line, or short when TSI is below zero line, but this will diminish profits and may cause entries near exhaustion for shorter moves.


Category The Elite Circle 
 
Suggest other entries I might like
Details: BloodHound Chart Template for Momentum Trading Strategy v 1
Category: The Elite Circle 


November 14th, 2013
Size: 2.57 KB
Downloaded: 1286 times
Bollinger Band Squeeze with Sound Alerts 5 *
Exported using NT Version 7.0.1000.11

This is a simple Bollinger Band Squeeze. The Bollinger Band Squeeze compares directional volatility as measured by the standard deviation to non-directional volatility as measured by the average range.

The squeeze is a situation, where Bollinger Bands are inside a Keltner Channel. This indicator does not plot the Bollinger Bands and the Keltner Channels, but plots the distance of the Bollinger Band from the Keltner Channel and displays it as a histogram.

When the histogram has a positive value: This means that the Bollinger Bands are outside the Keltner Channel. Directional volatility is high or normal.

When the histogram has a negative value: This shows low directional volatility, which is called "the squeeze". For better visibility, the squeeze is reinforced with dots. When activated, sound alerts will inform you that the squeeze is on.

A squeeze is a good opportunity to enter a position, as it reflects a temporary period of balancing or indecision. To determine the direction of the expected breakout from the squeeze, other indicators should be used. In his book "Mastering the Trade", John F. Carter suggests a momentum indicator do determine the direction of the trade, but I do not think that this is sufficient to create a profitable system. You will need further indicators.

If you enter a trade during a squeeze, this usually leads to a good reward-to-risk ratio, as you will typically be able to use narrower stops during low volatility periods.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Bollinger Band Squeeze with Sound Alerts
Category: NinjaTrader 7 Indicators 


February 24th, 2013
Size: 8.34 KB
Downloaded: 2486 times

Keywords: bollinger bollingerbands range squeeze standarddeviation truerange
BR-Squeeze Indicators 5 *
I've got mixed feelings about these since these indicators are really eld files for Tradestation. But since I am providing screenshots that shows them working on MultiCharts I decided to place them in this section.

Big Mike, let me know if this is okay.

Thanks to Blu-Ray at Traders Lab who posed these and these are his comments concerning these indicators:
The attached indicators are:

"BR_CCi : Which is basically a smoothed CCi.
BR_RSI : Which again is a smoothed RSi.
BR_Momentum : Again a smoothed Momentum ( Can't believe people would actually charge for these )
BR_PaintBars : MA based trend bars.
BR_2FastMa's : Self explanatory.
BR_Squeeze : Partly based on the original squeeze ( as we all know it ), but the histogram is defined to show clearer divergences. Also includes CounterTrend and an alternative midline.
BR_HeatMeter : Can you take the heat ! ( well actually it's just a 50 period CCi )"

If you want to see the real thing then go to paintbarfactory.com. If you would like to learn more about these indicators and would like to buy the real thing then go by paintbarfactory.com!


Category MultiCharts 
 
Suggest other entries I might like
Details: BR-Squeeze Indicators
Category: MultiCharts 


July 7th, 2009
Size: 83.00 KB
Downloaded: 1246 times

Keywords: multicharts
Buy/Sell Volume G40 Version 5 *
Revised May 25 2011: This is an updated G40 version. The installation package includes the GomRecorder and related files from latest Gom Package version 2.3b.


Revised at 4:50 PM ET on May 27:
Added user selectable values for the fast and slow smoothing parameters of the Tick Volume Index, and changed the default values that previously had been hard coded.

We've come a long way since version G35. This one includes bar by bar values of Delta, Delta Momentum, and the Tick Volume Index. There were some optimizations to make it run a little faster, but it was still relatively slow to load.

On Tuesday May 26 I did some further code optimization and it now loads much faster. If you downloaded prior to around 7PM ET on that date, you should download and install the updated version posted at that time.

NT7 ONLY!


Category The Elite Circle 
 
Suggest other entries I might like
Details: Buy/Sell Volume G40 Version
Category: The Elite Circle 


May 26th, 2010
Size: 32.52 KB
Downloaded: 1781 times
BVA Version 1 5 *
NT-8 Version

BVA Version 1 (Bar Volume Accumulation), is for spotting Divergences in Volume and Price Action.

Example:
Higher High with less BVA, upward trend is loosing momentum.
Lower Low with less BVA, downward trend is loosing momentum.

Compiled using NT 8.0.9.0 64-bit (Multi-Broker)


Category The Elite Circle 
 
Suggest other entries I might like
Details: BVA Version 1
Category: The Elite Circle 


September 21st, 2017
Size: 4.67 KB
Downloaded: 1250 times
BVA Version 1 5 *
NT-7 Version

BVA Version 1 (Bar Volume Accumulation), is for spotting Divergences in Volume and Price Action.

Example:
Higher High with less BVA, upward trend is loosing momentum.
Lower Low with less BVA, downward trend is loosing momentum.

Compiled using NT 7.0.1000.35 64-bit (Multi-Broker)


Category The Elite Circle 
 
Suggest other entries I might like
Details: BVA Version 1
Category: The Elite Circle 


September 21st, 2017
Size: 5.46 KB
Downloaded: 973 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