NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2329 matching entries

Sort by

Entries
Double Smoothed Stochastics 5 *
Exported using NT Version 7.0.1000.11

The Double Smoothed Stochastics (DSS) is an exponentially smoothed stochastics indicator applied to an exponentially smoothed stochastics. It has been popularized by Walter Bressert. The DSS can be used as a cycle indicator. Usually first a cycle analysis is performed. The DSS should then be applied with half the cycle period of the dominant cycle. Walter Bressert uses the indicator with default periods of 10 and 5, and calls them DBS10 and DBS5.

This indicator is a modified version of the Double Stochastics NinjaTrader default indicator. I have coded it for various reasons.

EMA period: The NinjaTrader default DSS uses an EMA period of 3. This setting cannot be changed. However, nearly all other versions of the DSS use an EMA period between 8 and 10. This version uses a default period of 9, which can be changed.

Coding Inefficiencies: The NinjaTrader default DSS is highly inefficient, when running with COBC = false, because both MAX and MIN methods are performed twice with every incoming ticks. I have changed the algorithm to increase the speed.

Signal Line: I have added a signal line to the DSS. The signal line is generated as an EMA of the DSS, in the same way as it is generated for the MACD.

Rising and Falling Colors: The indicator will plot in different colors, depending on whether the Double Stochastics is rising or falling.

You can put a slow and a fast Double Stochastics indicator on your chart, then use the slow one as trend filter and the fast one for timing the entry signals.


Update March 6, 2013: Code efficiency improved, signal line added.
Update March 7, 2013: Bug removed, indicator displayed false values with COBC = false.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Double Smoothed Stochastics
Category: NinjaTrader 7 Indicators 


March 7th, 2013
Size: 8.40 KB
Downloaded: 2715 times

Keywords: cycles doublestochastics stochastics
Double Smoothed Stochastics (amaDSSBressert) 5 *
Version 1.0 August 14, 2018

The Double Smoothed Stochastics by Walter Bressert came after William Blau presented his version of the Double Smoothed Stochastics in 1991. Both indicators are widespread in the trading community, but they use different algorithms. While William Blau applied separate smoothing to numerator and denominator, Walter Bressert simply applied the Stochastics %K line to itself. Applying the Stochastics twice leads to an acceleration of the running pattern. Furthermore the Double Stochastics is smoother when compared to the classic Stochastics and generates signals more frequently.

The Double Stochastics by Walter Bressert ships with NinjaTrader as in-built indicator. This version of the Stochastics adresses a few issues of the NinjaTrader default indicator:

- The default indicator has preset the %K line smoothing to 3, value which cannot be changed.
- The default indicator does not have a signal line.
- The default indicator can only be applied to price, but cannot be applied to other indicators.

This version allows for setting the smoothing period for the %K line, comes with a signal line and maybe applied to other indicators as input series.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Double Stochastic Multi Color 5 *
Double stochastic is used as a cycle indicator. You can use a long term and short term cycles on your chart and take oversold short term trades in the direction of the long term cycle. This is not holy grail!

This indicator is from the Ninja Trader Support Forum.

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


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: Double Stochastic Multi Color
Category: NinjaTrader 6.5 Indicators 


January 6th, 2010
Size: 7.08 KB
Downloaded: 666 times

Keywords: fr5050 overbought oversold stochastic stochastics
Double Stochastic Optimized 5 *
LATEST VERSION V1.4 uploaded on May 30 at 5:06 PM ET !

This version of Ninja's Double Stochastics should work with NT6.5 as well as NT7.

This is an experiment to see how far I can push the optimization. If you encounter any problems, please let me know. Seems to work OK here....

https://nexusfi.com/platforms-indicators/3565-anyone-have-any-hints-optimizing-c-code-6.html

Instances of all external MA's that are used by this indicator are pre-instantiated and the instances are defined before use.

Calls to the external MIN and MAX indicators have been replaced by calls to new internal private functions that give the minimum and maximum values.
The calls to those functions can only be made on the first tick of each new bar, and then ONLY when the maximum or minimum value of the applicable series is known to have changed. This eliminates a great deal of unnecessary loop processing.


Special thanks to Richard of MoveTheMarkets.com for the optimization strategies, at least SOME of which should be used whenever an external indicator is called from a Ninjacript INDICATOR or STRATEGY... it's a Paradigm Shifter.



This version should work on NT6.5 or NT7, but I have not tested it on NT6.5.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Double Stochastic Optimized
Category: The Elite Circle 


May 26th, 2010
Size: 6.86 KB
Downloaded: 1262 times

Keywords: stochastic zondor
Double Stochastics 5 *
This is the conversion of the NinjaTrader 7 Double Stochastics indicator by FatTails.

Both periods can be changed in the settings, and the color for up lines and down lines can be selected. Double Stochastics work especially well when using one with a more 'quicker' setting and one with a 'slower' setting, notifying you early of trend changes.

This indicator also includes a function for use in backtesting.


Category MultiCharts 
 
Suggest other entries I might like
Details: Double Stochastics
Category: MultiCharts 


January 22nd, 2012
Size: 6.70 KB
Downloaded: 258 times
Double Weighted Moving Average (amaDWMA) 5 *
Version 1.0 March 6, 2017

The Double Exponential Moving Average (DEMA) was first presented by Patrick Mulloy in "Stocks & Commodities" in 1994. It attempts to offer a smoothed average with less lag than a straight exponential moving average.

The Double Weighted Moving Average (DWMA) replicates the DEMA formula, applying it to the WMA (weighted moving average) instead of the EMA.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Double Weighted Moving Average (amaDWMA)
Category: NinjaTrader 8 Indicators and More 


September 4th, 2017
Size: 3.89 KB
Downloaded: 314 times

Keywords: dema dwma exponential movingaverage weighted
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
DoubleMA
This is a simple port of the famous DoubleMA for NinjaTrader. I say simple because it's only a few lines, where the NT version is hundreds of lines (needlessly).

Read the code to understand the 'type' selections, it is easy.

Discussion thread:
https://nexusfi.com/tradestation-multicharts-easylanguage-programming/4948-ts-multicharts-doublema-indicator.html

Mike


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


August 6th, 2010
Size: 40.27 KB
Downloaded: 410 times

Keywords: doublema easylanguage multicharts
DoubleMA and ChannelThis 4 *
Two-in-one bundle: DoubleMA plots two moving averages in one (originally by Rollins, updated by me to add new MA's and a Signal/DMV dataseries).

ChannelThis will put any two moving averages into a channel with various display options so you can look for breakouts or identify Kill Zones.

You should first delete the old ChannelThis, DoubleMA Paint, DoubleMA, and MAV indicators from your indicator list --- in that order --- if you have them. Tools -> Edit NinjaScript.

UPDATED June 20th, 2009: Version 2.0


COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: [COLOR=#0000ff]NOT TESTED [feedback][/COLOR]


Category NinjaTrader 6.5 Indicators 
 
Suggest other entries I might like
Details: DoubleMA and ChannelThis
Category: NinjaTrader 6.5 Indicators 


June 15th, 2009
Size: 46.33 KB
Downloaded: 904 times

Keywords: bmt channel channelthis dma double doublema ninjatrader
DoubleMANT7 v3 5 *
I found a couple of glitches in the code (SEE... I TOLD you I wasn't a professional programmer...). I uploaded the corrected version 19 January 2011. The "None" choice wasn't working correctly.

This is an updated version that includes the JMA moving average, None (No ma type, so you can plot a regular MA) and the option to draw an Arrow on the price panel when the trend changes.


Category The Elite Circle 
 
Suggest other entries I might like
Details: DoubleMANT7 v3
Category: The Elite Circle 


January 13th, 2011
Size: 33.93 KB
Downloaded: 1402 times

Keywords: double doublema nt7
 



 
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