NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2329 matching entries

Sort by

Entries
Delta Package V3 NT8.0.2 with COT, HA and strategy sample code 5 *

Delta Package V3 NT8.0.2 now with commitment of traders (COT) and heiken-ashi

Update Feb 2017: Changed "Show above / below EMA colors" to false to avoid confusion.

Minor fix 30 Dec: Added ability to change bar width manually. Note, if you have any custom built strategies using DeltaV3 then you will have to adjust your code as per the strategy sample included.

New: Sample code for use in a strategy is included. The strategy does not do anything, it simply shows how to access the delta values. It works, I've tested it. Make sure you use TickReplay on your host chart if you want historical values accessed within a strategy.

Includes everything from V2 here as well as these additions:

1. Commitment of traders: high, low and total.
2. EMA plot: Set to normal, gapless and reset at session open.
3. Heiken Ashi: Chose from the algorithms of Dan Valcu (standard) or Sylvain Vervoort.
4. Painbars based on delta values or above/below the ema.

Plus general improvements......

Make sure you enable Tick Replay to use this historically! You will not need Gom recorder for this.

However, Tick replay will not work with some Renko bars due to RemoveLastBar()

*Occasionally if the bid/ask plots don't look quite right, especially if you haven't connected for a few days, make sure you right-click on the chart and select "Reload all Historical Data".

** Please report bugs to me via PM rather than in the comments. Thank you.

Here is a picture of how you can use delta for your trading.

I am not affiliated with this person or website, but you can get some ideas here.




Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Delta Package V3 NT8.0.2 with COT, HA and strategy sample code
Category: NinjaTrader 8 Indicators and More 


November 8th, 2016
Size: 13.50 KB
Downloaded: 5321 times
Delta Power Bars - (VacuumBars) - broke in 8.0.17.0 5 *
Uses a 2 out of 3 vote from CDMomentum, DeltaMomentum and CDCycleMTF to identify overall bursts of Cumulative Delta energy in one direction or the other.

Used with the 'Scoop' option, will identify the first of these (in gold) that occur after a 'failed' period of buying or selling i.e. price went the other way.

As ever - needs TickReplay and Math.Net.

https://nexusfi.com/elite-circle/45804-meanderings-cumulative-delta.html


Category The Elite Circle 
 
Suggest other entries I might like
Details: Delta Power Bars - (VacuumBars) - broke in 8.0.17.0
Category: The Elite Circle 


December 10th, 2018
Size: 50.42 KB
Downloaded: 492 times
Delta Power Bars - (VacuumBars) - V2 - broke in 8.0.17.0 5 *
Uses a 2 out of 3 vote from CDMomentum, DeltaMomentum and CDCycleMTF to identify overall bursts of Cumulative Delta energy in one direction or the other.

Used with the 'Scoop' option, will identify the first of these (in gold) that occur after a 'failed' period of buying or selling i.e. price went the other way.

As ever - needs TickReplay and Math.Net.

https://nexusfi.com/elite-circle/45804-meanderings-cumulative-delta.html

V2 - exposes MTFBrickFactor when using Scoop. I use BetterRenko, but somewhile back changed the bar type from 17 to 1017 due to a clash. As long as you set MTFBrickFactor to non-zero when using Scoop then this is not a problem. BTW - set MTFBrickFactor 1 and the code will always ensure bars size x, x+1 and x+2 will be loaded.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Delta Power Bars - (VacuumBars) - V2 - broke in 8.0.17.0
Category: The Elite Circle 


December 11th, 2018
Size: 50.43 KB
Downloaded: 1570 times
DeltaMomentum - broke in 8.0.17.0 5 *
This is my take on something Gomi produced (and likely others). However my spin was I wanted to look at how big each of the pushes was - I call them bulges. I was looking to try and spot exhaustion, divergence, flush combinations.

To do this the indicator looks at consecutive red/green bars (and allows a specified number in the other direction without switching) to calculate the size of each bulge and runs some stats. It calculates a running threshold and treats that as 100%. If a bulge in excess of 100% is spotted it marks the bulge yellow dots and at the end prints its percentage size on the main chart area.

In the end I found it more useful to mark the bulge sizes relative to the previous ones on the same side (buy/sell). Magenta means the bulge is greater than the previous two and white means less than previous two. Watch for sequences of Magenta - Red/Green and then White. This can mean a move is over and ready to turn.

The indicator does colour bars according to some fuzzy bias logic. Basis for this is when bulge sizing switches from one side to the other and this can be seen when a white cross marks a bulge. The magenta bar simply says that a magenta bulge is in progress. Frankly I never found it that useful. In the end I preferred the bias colouring of my CDCycleMTF indicator mentioned in the Delta thread (although I still monitor this bias under the bonnet of my VacuumBar indicator).

As always you need Tick Replay and Math.Net.

Enjoy


Category The Elite Circle 
 
Suggest other entries I might like
Details: DeltaMomentum - broke in 8.0.17.0
Category: The Elite Circle 


December 10th, 2018
Size: 30.27 KB
Downloaded: 735 times
DEMA Crossover with Heikin Ashi Confirmation Strategy 5 *
Adding my DEMA Crossover with Heikin Ashi Confirmation Strategy for long term trades.


Category ThinkOrSwim 
 
Suggest other entries I might like
Details: DEMA Crossover with Heikin Ashi Confirmation Strategy
Category: ThinkOrSwim 


April 27th, 2019
Size: 993 bytes
Downloaded: 856 times
Derivative Oscillator
This is Constance Brown's Derivative Oscillator indicator for MultiCharts, and was presented in her book "Technical Analysis for the Trading Professional" (chapter 14, "The Derivative Oscillator").

This oscillator uses a 14-period RSI, which is then double smoothed with exponential moving averages.

In a second step, a signal line is generated from the smoothed RSI by calculating a simple moving average of it.

The Derivative Oscillator is then calculated as the difference between the smoothed RSI and it's signal line.

Based on the original "Derivative Oscillator" coded by FatTails for NinjaTrader found here.


Category MultiCharts 
 
Suggest other entries I might like
Details: Derivative Oscillator
Category: MultiCharts 


February 7th, 2012
Size: 4.41 KB
Downloaded: 301 times

Keywords: oscillator rsi smoothed
Derivative Oscillator 5 *
Exported using NT Version 7.0.1000.7


Constance Brown's Derivative Oscillator was published in her book "Technical Analysis for the Trading Professional".

The oscillator uses a 14-period RSI. The RSI is then double smoothed with exponential moving averages. The default settings for the smoothing periods are 5 and 3.

In a second step a signal line is generated from the smoothed RSI by calculating a simple moving average with a period of 9.

The Derivative Oscillator is calculated as the difference between the smoothed RSI and the signal line and displayed as histogram.


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


May 2nd, 2011
Size: 8.11 KB
Downloaded: 1156 times

Keywords: derivative oscillator rsi
Detrended Price Oscillator Strategy (EA)
This strategy is based off of the Detrended Price Oscillator indicator in the Strategy Trader platform. The EA will generate a buy signal when DPO value crosses above the zero line, and the EA will generate a sell signal when DPO value crosses below the zero line. A limit order can be specified in the EA parameters for exit.


Category FXCM Strategy Trader (hidden) 
 
Suggest other entries I might like
Details: Detrended Price Oscillator Strategy (EA)
Category: FXCM Strategy Trader (hidden) 


January 12th, 2011
Size: 2.14 KB
Downloaded: 151 times

Keywords: oscillator price dpo detrended
DetrendedPriceOscillator_V2 - DPO_V2 5 *
This version (V2) of the DetrendedPriceOscillator (DPO) provides performance improvements and new features. My thanks to @Zondor for his code enhancements and suggestions.

This indicator has been exported with Ninja Trader 7.0.1000.22.

The version has been modified for use with BBand2_V4 but can be used with V3 except for the ability to be able to keep all of the MAs in sync between the 2 indicators.

A more complete description of the use and purpose of this indicator can be found in the original post contained below.

The V2 changes are as follows:


DPO_V2 provides:

1. Additional MA selections to allow the MAs to be kept in sync with those provided in BBands2_V4.
2. Restructured the code to provide reusable instances of external indicators. (Thank you @Zondor)
3. Provide the mode “Both” which will create both the Fast and Slow plots in the same panel. In this mode there are 3 region colors, Fast, Slow, and the union of the Fast and Slow. The 3rd color is the blending of the selected Fast and Slow colors. (as shown in screen shot with BBand2_V4)
4. The periods for Fast and Slow are now independent parameters to allow for mode switching.
5. The selected period is rounded to an odd number to allow a true midrange number to be used in the DPO algorithm.
6. Added lines (.5, -.5) for possible breakout signal
7. Changed default plot line and region colors for better contrast when the “Both” mode is selected.


Information from original Post follows

This indicator was written to support the strategy described by Barbara Starr, PhD in the July, 2014 edition of Stock & Commodities Magazine in an article entitled Profit With Dual Oscillators & Bands. In the article she describes her technique for trading using a Dual Band Bollinger Band indicator with different standard deviation settings then normally used, and two instances of DetrendedPriceOscillator with different period settings.

She also described that her investigation of the DPO indicators available revealed that depending on the trading platform used there were 2 different formulas used in this oscillator. Ninja Trader does not provide a DPO with their software and although NT tech support provided 2 versions that were posted on their website neither matched the formula in the indicator she described in her article.

The indicator provided here allows the user to:

1. easily configure the visual aspects of two instances of the indicator.
2. choose from multiple MA types.
3. use optional region painting
4. use smoothing

To configure DPOs as shown in the screenshot install 2 instances of the indicator and on the second instance set DPOSpeedRate = Slow. The plot color, region fill color, and the MA period will be set for the slow DPO as shown. The default MA is set to SMA on both.


The screenshot provided shows the 2 instances of the DPO, one fast (9 period) and the other slow (20 period) along with the BBand2_V3 Bollinger Band indicator which has been posted and described separately. Although the BBand2_V3 indicator is shown here any dual Bollinger band indicator may be used with the inner band set to 1 stand deviation and the outer band set to 3 standard deviations.

In Ms. Strarr’s write up when the 9 period DPO price crosses the zero line the price is near the BB mid-range MA, it is a potential entry point for more aggressive traders, whereas when the 20 period DPO crosses its zero line the price is near/on the 1 std. dev. BB line it is a potential entry point for less aggressive traders. She is quick to point out that fake outs can still occur. Also, in her article all of the examples were with stocks and no mention of its effectiveness was mentioned for any other instrument.

I would be glad to provide other information from the article in a separate thread if anyone has interest in experimenting with this strategy, but cannot post the full text of the article. I have not traded live with it yet and have done only limited back testing as of this post.


Change Log:
Date_______Description
06/30/2014 Fix minor problem with default colors when switching back and forth between Fast and Slow
Note: Other then on the initial switch from Fast to Slow the period must be changed manually if/when going back.

07/02/2014 Fix problem with changed region paint colors not being retained after workspace or NT is closed.
08/17/2014 Version 2 released.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: DetrendedPriceOscillator_V2 - DPO_V2
Category: NinjaTrader 7 Indicators 


August 18th, 2014
Size: 57.50 KB
Downloaded: 1589 times
Dev Stop from Ninjatrader Forum 5 *
This indicator caught my attention on the Ninjatrader Forum. The idea is good.. REALLY good!- but the coding left a lot to be desired.

I predefined instances of 13 external indicators to slash the resource load while running on the new default setting of COBC=false. Some of the calls to the MIN and MAX functions were moved to an area where they only need to executed on FirstTickOfBar, not on every tick. Also changed the moving average type from EMA to LLMA.

Some of the old code was commented out, with the replacement code immediately following. Use this as a guide for the correct and efficient way to invoke external indicators. It's frustrating to see other coders continuing to handle this so poorly.

The plots look similar to those generated by the indicator on the Ninjatrader forum. Aside from the optimization the program logic is the same. However, some well founded questions have been raised about the validity of that underlying program logic.


There is also a different, very well coded version of this indicator by Fat Tails which appears to give superior results. https://nexusfi.com/ninjatrader-programming/10725-devstop-indicator-need-fixed-2.html

So, this should be considered to be a work in progress.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Dev Stop from Ninjatrader Forum
Category: The Elite Circle 


October 26th, 2011
Size: 16.48 KB
Downloaded: 484 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 - Sitemap - Downloads - Top