NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2328 matching entries

Sort by

Entries
LowPassCycle Indicator v2 3 *
A Cycle Indicator like the STLM2 but pliable.

Recommend 2nd order or 3rd order parameters.
1st order is just a sma presmoothed with another sma.

So for the Order Parameter the options are 1, 2, or 3.

Thanks


Category The Elite Circle 
 
Suggest other entries I might like
Details: LowPassCycle Indicator v2
Category: The Elite Circle 


June 19th, 2014
Size: 4.62 KB
Downloaded: 717 times
SveRenkoBarType by Sylvain Vervoort 4 *
This is a modification to the Renko bar as described in the article Exploring Charting Techniques written by Sylvain Vervoort and published in the July 2014 issue of Stock & Commodities Magazine. This is being made available on BMT because the code is freely provided on Vervoort’s website (see below).

According to the published article (the first 1 of 6), “This modified chart will use the correct opening price for the next bar and will also show wicks.”. He further explains that an upward moving brick can only have a wick at the lower side and conversely for a downward moving brick which would provide a more accurate representation of the price move within the bar. He further explains the problem concerning gaps being filled with virtual bricks and that caution need be exercised.

Part of this article and the complete code (no download so copy/paste must be used) can be found on his website, and the URL is:

https://stocata.org/ninjatrader/typeofcharts.html


In Part 2 of the series he will explain how to use it for trading trends.

After downloading the code it must be copied to folder:

\My Documents\Ninja Trader 7\bin\Custom\Type

and because it is provided as a .cs file it must be compiled (by compiling any other indicator). Once compiled Ninja Trader must be closed and reopened before the new chart type, named “SveRenko”, can be used.

Notes:
1. Correction, there is a Custom 1 Chart Type in use. See comments on right by @aligator (Thank you).

2. This chart type was installed only on Ninja Trader 7.0.1000.22 and limited testing performed.

3. No support for or advice on how best to use this chart type can be provided nor can the full text of the article be provided.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: SveRenkoBarType by Sylvain Vervoort
Category: NinjaTrader 7 Indicators 


June 19th, 2014
Size: 7.71 KB
Downloaded: 1488 times
Bar counter 5 *
This is modified version of a bar counter indicator that I found on this forum. In this version you can select a time frame on the chart to number your bar(I saw similar indicator around on the forum but it wouldn't work for some reason for me). It is much easier to share screenshots and refer to the bars with 2 digits instead of 3 digit numbers if you are using globex charts.

v1-fixed issue where drawing on "every nth" bar wasn't working
v1.1 - fixed issue when sometimes first bar wasn't marked depending on the number in "mark every Nth bar" parameter, now first bar is always marked. Changed some labels text.


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


June 18th, 2014
Size: 2.45 KB
Downloaded: 482 times
ShowMeTheMoneyFlow 5 *
This indicator plots up to ten additional instruments on the same chart using percent change from daily open as the y value. There are some limitations:

1. Minute Charts Only! You can select the period, though.
2. Period parameter MUST match BasePeriod of Chart.
3. All Instruments MUST be of the same type as the Base Instrument -- ie -- Futures/Stocks/Forex.
4. Instruments MUST already exist in Instrument Manager.

Note: Chart can take a while to load as it is loading data from up to ten instruments at once.

Version 1.5 Update:

Fixed some issues with the Legend:

1. Larger Font
2. Corresponds to customizable Plot Colors.
3. New Lower Legend shows most recent values.

Version 2 Update:

1. Instruments of different types can be used.
2. Better error-handling.


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


June 6th, 2014
Size: 5.36 KB
Downloaded: 1218 times
Arrow Reader 5 *
As a Multicharts user, I am not too happy with their market replay functionality which got left behind in terms of integration with some more exotic features MC has released. For example, while in play-back you cannot place trades on the chart.
Consequently, my way to practice off-line sim-trades is just by scrolling a chart back to its first page of bars, and progressing the chart bar by bar to the right. I usually place arrows to mark entry/exit points in the market, and I do scale out.
It would be great to have an indicator (let's say), that would read the arrows I place on the bars and issue entry/partial exit/exit decisions that I could later analyze in Multichart's performance report.
Potential solution:
- Build such an indicator as described above (able to read some custom drawings such as arrows and issue signals)

Build such an arrow-reader indicator, which does:

- Read all arrows one by one, and enters long/short, depending on arrow orientation;
- Size is given by the number placed on the text attribute of the arrow
- The program can scale out - let's say, one enters long with 3 contracts and has 3 sell orders for 1 contract each later on.

Any suggestions for improvements welcome!


Category MultiCharts 
 
Suggest other entries I might like
Details: Arrow Reader
Category: MultiCharts 


June 5th, 2014
Size: 26.31 KB
Downloaded: 282 times
mkHarmonics 5 *
Indicator for NT7 to detect Harmonic Patterns. I built this indicator some time ago for myself but later decided to share it here on bmt.

The following patterns are supported:

- Bat
- Alt Bat
- Butterfly
- Crab
- Deep Crab
- Gartley
- AB=CD
- 5-0

The indicator is also able to detect uncompleted patterns.

The Zip-File has to be extracted. It includes a pdf-manual to explain the settings and the indicator to import into NT7.

Update: Version 1.1

- The indicator now also detects Cypher and Shark Patterns
- Two data-series have been added for completed "Bullish" and "Bearish" Patterns


Update: Version 1.2

- Minor fix of two fib values for the cyphern pattern.


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


June 3rd, 2014
Size: 246.79 KB
Downloaded: 2932 times

Keywords: 5-0 ab=cd alt bat butterfly crab cypher deep gartley harmonic pattern shark
Dot For VOL 5 *
Puts a dot on top of volume bar when your desired "High" volume criterion is met.
In past I had a horizontal line at my desired volume, but could not tell for sure until I checked the bar.
This way NT7 does the checking for you.

Hope this one is not considered to simple.

I am fairly new to programming and this indicator plots a Dot at the top of the volume bar or where the volume bar would be when the last bar exceeds a user selected volume in your indicator panel (default is 30,000). It can be used with or without VOL. (Best to load both in the same panel)
Also the Blue dot works best at size three, but that too is selectable (You don't even need to use the dot and select another plot style.)

Fairly simple code and easily changed. Works with any time frame that VOL works with; however VOL indicator is not totally necessary, but helps for visual display.

Also if you want to just unzip this indicator before importing it to NT7:
DotForVol.zip contains three files:
DotForVol.cs This is a text file containing my code. If you rename it to DotForVol.txt you can use any editor to view the code.
DotForVol.dll Compiled code for NT7
Info Not sure how this file works, but sure there is a reason for it, as NT7 exporter put it in there.

This is my first version 1.0.0.1 5/28.2014
Second version 1.0.0.2 6/2/2014 (Added an offset to plot above volume bar and a default of 3 for dot size. All of which can be changed without recoding the indicator the offset default is 10,000 and shows in MISC and can also be changed.)

20 OCT 2014 Added sound option for indicator. Couldn't figure out quickly how to include while zipping with NT7 and will include .WAV file separately. Just copy the .wav file into your /sounds/ folder and it should work. Note: this is a work in progress for me. I have borrowed code from MACD Color, and will be working in the future to clean up my code. Also this time I zipped without creating the .dll files. I learned that doing it that way makes it so you can see my code. Before I thought I had done this... Who knew there were different .cs files with same name when you make an indicator depending on how it is compiled. Man I have a lot to learn. Well Uploading now as I have taken a short break today to finish this. Okay... Well didn't have time today to make this perfect Here is link to update in my journal where I uploaded the files indicator and wav file. I'll do my best to fix things up and get back to this later. Just don't have the time for perfection right now.... https://nexusfi.com/trading-journals/27901-my-yellow-brick-road-bd92154-30.html


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Dot For VOL
Category: NinjaTrader 7 Indicators 


May 28th, 2014
Size: 2.60 KB
Downloaded: 250 times
Stochastic RSI 5 *
Exported using NT 7.0.1000.22

The Stochastic RSI was developed by Tushar Chande and Stanley Kroll. Details can be found in Stocks & Commodities V. 11:5 "Stochastic RSI and Dynamic Momentum Index" (May 1993) and in their book "The New Technical Trader", which was published in 1994. The Stochastic RSI is said to better in identifying overbought and oversold conditions than both the RSI or the Stochastics.

The Stochastic RSI comes as a default indicator with NinjaTrader. The version published here is a version with the following enhancements:

- The NinjaTrader default indicator calculates a raw Stochastics directly from the RSI, which is used as an input series. No further smoothing is possible. The enhanced version allows further smoothing of the raw K line. The default period for the K line smoothing is set to 1 (no smoothing).

- The indicator comes with a D line added. The D line is calculated as a SMA of the K line and can be used as signal line.

- The NinjaTrader default version uses the same lookback period for the RSI and the Stochastics. This is in line with the suggestions by Tushar Chande and Stanley Kroll. However, this version allows to select different periods for RSI and Stochastics.

- Code efficiency is improved, which results in a reduced CPU load, when the indicator is set to COBC = false.


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


May 6th, 2014
Size: 10.02 KB
Downloaded: 934 times

Keywords: chande kroll oscillator rsi stochastic
Adaptive CCI using Ehlers calculated period 5 *
Put so much work into this that it seemed like a waste to leave it languishing in the Ninjatrader Indicators created free? thread. There are no dependencies on external indicators so all you need to do is put the cs file in your Indicator folder and compile (after removing any previous versions of this indicator that have the same CLASS NAME).

The Adaptive_CCI_db was developed by Mike Winfrey and Gumphrie in a galaxy far far away what seems like a long long time ago for NT 6.0. It needed to be completely recoded for NT7.

This indicator produces one plot, and one optional set of plots:
  1. A single plot of the CCI index, with the option to dynamically adjust the CCI period based on the market cycle length per a rather old John Ehlers algorithm that does have some shortcomings. To choose this option set the period to 1. Selecting a period other than 1 will cause a standard CCI to be plotted, with the period selected.
  2. Plots of alternate CCIs in addition to the primary CCI. The Alternate CCI's are standard CCI's with fixed periods. The number of alternate CCI's, the period value for the one with the lowest period, and the spacing of the periods are user selectable. Example: 10 alternate CCI's, fastest period = 20, spacing of periods = 2. This will plot CCI's with periods of 10 12 14 16 18 20 22 24 26 28.

Code is optimized to avoid unneeded calculations. All of the alternate CCI's are calculated by one algorithm. The alternate CCI's are completely optional. There don't need to be any, but there can be any number, within reason, please.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Adaptive CCI using Ehlers calculated period
Category: The Elite Circle 


April 28th, 2014
Size: 28.70 KB
Downloaded: 1366 times
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: 1462 times

Keywords: keltner stop trailing 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