NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2329 matching entries

Sort by

Entries
gbMACDx5 4 *
gbMACDx5 Ver 2.0, TraderGB, April 3, 2021 (New Version)

Description: Five MACDs with different fast lenghts and one common slow length.

Histogram Coloring Scheme:

Historgram changes to uptrend color when in an upward perfect order:
Macd1 > Macd2 and Macd2 > Macd3 and Macd3 > Macd4 and Macd4 > Macd5

Historgram changes to downtrend color when in a downward perfect order:
Macd1 < Macd2 and Macd2 < Macd3 and Macd3 < Macd4 and Macd4 < Macd5







Macd over Macd coloring scheme:

Macd plot changes to uptrend color when it's above the next lower Macd plot:
Macd1 > Macd2
Macd2 > Macd3
Macd3 > Macd4
Macd4 > Macd5

Macd plot changes to downtrend color when it's below the next lower Macd plot:
Macd1 < Macd2
Macd2 < Macd3
Macd3 < Macd4
Macd4 < Macd5

Option to display date/day

Update:
Ver 2.0 04-03-2021: Changed plot and histogram trend coloring scheme.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: gbMACDx5
Category: NinjaTrader 8 Indicators and More 


March 14th, 2021
Size: 7.83 KB
Downloaded: 934 times
gbMajorBar 5 *
gbMajorBar, Ver 1.0, TraderGB, June, 24 2021

Description:
Highlights bars with above normal range and volume.

Notes:
1) This indicator is designed to be used on bars that vary in range and volume. Thus, it is not intended to be used with bars with constant range or volume (for example, range bars or volume bars).

2) WAV files are within included zip file. You'll have to manually copy and paste these files to your sound folder within NT8 (for example, C:\Program Files (x86)\NinjaTrader 8\sounds).





Parameters:
* AverageLookback: Lookback period to determine what is normal or typical.
* DevType: Deviation type: ATR or StdDev (default=StdDev)
* RangeMultiple: Threshold multiple above normal range (min=1, default=2)
* VolumeMultiple: Threshold multiple above normal volume (min=1, default=2)

MajorBar Plot Values:
0 = not a major bar
1 = major bar up
-1 = major bar down

Included sound files for alerts (place in NT sound folder):
MajorBarUp.wav
MajorBarDown.wav


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: gbMajorBar
Category: NinjaTrader 8 Indicators and More 


June 24th, 2021
Size: 166.88 KB
Downloaded: 525 times
gbMAxMTFx4 5 *
Script: gbMAxMTFx4 (Ver 1.0 by TraderGB, March 2021) Corrected Entry

Description: This indicator will draw four moving averages/filters based on user input. It is mainly used to draw higher frame moving averages/filters on lower frame charts to give reference to market condition (trending, consolidating, etc) from the higher frame perspective. Four averages are used to give some clarity of this. The indicator allows you to choose
from several bar types and averages/filters (see below).

Installation: This file contains four bar types that require a restart of NT after being imported. Bar types are: Reversal, Delta, BetterRenko, and UniRenko. If you already have these, just skip over them during the import. Included in the zip file are many indicators. If you have made any customizations to any of these named scripts, you should consider skipping that particular indicator when it prompts you to [skip or overwrite]. If you have made changes and you overwrite, your custom code is gone. You may want to make a backup copy of your indicator directory before you import just to be on the safe side. You only have to worry about this if the name of a script in this zip file matches one you already have.

Available Bar Types (* non-standard NT bar types; requires installation and restart NT):
Month, Week, Day, Minute, Range, Second, Tick, Volume, Renko, (* Reversal, Delta, BetterRenko, UniRenko)



Updates:
1) The following are set to false. You may want to set them to true and recompile:
IsAutoScale = true;
DrawHorizontalGridLine = true;
DrawVerticalGridLines = true;
Available Moving Averages/Filters:
AdaptiveExponentialMA, AdaptiveLaguerreFilter, AhrensMA, AverageDirectionalVariableMA, AutoRegression, ArnaudLegouxMA, Butterworth_2Poles, Butterworth_3Poles, DonchianChannelMean, DoubleExponentialMA, DistantCoefficientFilter, DeviationScaledMA, ExponentialHullMA, ExponentialMA, ElasticVolumeWeightedMA, GaussianFilter_2Poles, GaussianFilter_3Poles, McGinleyDynamic, HeikinAshiZeroLagTripleEMA, HullMA, HoltEMA,JurikMA, KaufmanAdaptiveMA, LaguerreFilter, LinearRegression, MovingMeanTPO, MovingMeanVWTPO, MovingMedian, MovingMedianTPO, MovingMedianVWTPO, Percentile_50, RangeWeightedMA, ReverseEngineeredRSI_50, SimpleMA, SineWeightedMA, SuperSmoother_2Poles, SuperSmoother_3Poles, Tillson3MA, TimeSeriesForecast, TripleExponentialMA, TripleWeightedMA, TriangularMA, VariableIndexDynamicAverage, VariableIndexDynamicAverageCMO, VolumeWeightedEMA, VolumeWeightedMA, WeightedMA, ZeroLagExponentialMA, ZeroLagTripleExponentialMA

Primary Input Parameters:
1) Bar Type (see gbMAxMTFx4_BarTypeEnum enum for list of available bar types)
2) Bar Value
3) Moving Average Type (see gbMAxMTFx4_MATypeEnum enum for list of available averages and filters)
4) Four Moving Average Lengths (Period 1, 2, 3, 4)

Non-Standard NinjaTrader Bar Types Used (you'll need to install these if you don't already have them):
1) Reversal Bars
2) Delta Bars
3) BetterRenko Bars
4) UniRenko Bars

UniRenko Parameters: If using a UniRenko Bar, you'll need to specify the Bar Values in the "Parameters - UniRenko" area.
1) Tick Trend
2) Tick Reversal
3) Open Offset

Limitations:
1) This indicator is not intended to have a frame less that the host chart. This should not present any runtime issues, but be mindful that plots are displayed based on the frame used by the host chart. Thus, if price goes up 10 points and then down 10 points before the host chart bar closes, you're not going to see this. The proper
way to use this indicator is with a higher frame than the host chart (i.e., 10 min indicator on 1 min chart, etc).
2) Most averages require a minimum of 1 period, except for: DeviationScaledMA (2), Holt EMA (2), Kaufman Adaptive MA (5), Linear Regression (2), Percentile (4). If you enter a value less that the minimum, the script will use the minimum but display what you used as input.
3) This script uses averages/filters that mostly use Length as there main input. Indicators such as MAMA and iTrend were not included since they don't use Lenght as an input.
4) Default values are used for parameters in some averages/filters that require more than Length as input, such as: Arnaud Legoux Moving Avg, Butterworth Filter, Deviation Scaled MA, Gaussian Filter, Jurik MA, KaufmanAdaptiveMA, Percentile, Reverse Engineered RSI, and Tillson3 MA.
5) Some averages/filters require a short and long term period as input (i.e., VariableIndexDynamicAverage). In these cases the Length is used as the short-term period and the long-term period is three times the Length.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: gbMAxMTFx4
Category: NinjaTrader 8 Indicators and More 


March 5th, 2021
Size: 122.79 KB
Downloaded: 479 times
gbMovAvgX5 5 *
gbMovAvgX5, Ver 1.0, TraderGB, April 7, 2021

Description: Five moving averages with optional trend shading.

Notes:
1) This indicator was requested by one of the members on one of the forums.
2) Trend changes when fastest moving average crosses slowest moving average.
3) Choose from different averages: DEMA, DSMA, EMA, HMA, SMA, TEMA, TMA, VWMA, WMA, ZLEMA.
4) Each average can be of a different type.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: gbMovAvgX5
Category: NinjaTrader 8 Indicators and More 


April 7th, 2021
Size: 18.74 KB
Downloaded: 501 times

Keywords: average moving
gbPriceActionSwingKeltnerTrend 5 *
gbPriceActionSwingKeltnerTrend, Ver 1.0, TraderGB, May 19, 2021

Description: This is a modified version of gbPriceActionSwing requested by TraderG so it could be used in Market Analyzer. It provides a single plot called KeltnerTrend to indicate trend direction. It also colors the background based on trend direction. In addition, it provides sound alerts as an option.

If KeltnerTrend = 1 the trend is up
If KeltnerTrend = -1 the trend is down

Note, the option 'Show Plot' must be checked to show this on a chart or if using Market Analyzer.

Important Notes:
1) If you use this indicator with Market Analyzer, make sure you check 'Show Plot'.
2) If you use this indicator on a sub-panel of a chart and want to see the plot, check 'Show Plot'.
3) If you use this indicator for background color only, uncheck 'Show Post' and put it on the price-panel.

This comes with two wav files: KeltnerTrendUp.wav and KeltnerTrendDown.wav
If you choose to use these wav files, place them in the NT sound folder.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: gbPriceActionSwingKeltnerTrend
Category: NinjaTrader 8 Indicators and More 


May 19th, 2021
Size: 282.74 KB
Downloaded: 835 times
gbPriceReferenceATR 5 *
gbPriceReferenceATR, Ver 1.0, TraderGB, June 24, 2021

Description:
Shows current price in relation to ATR reference points. The anchor point where the ATR calculations are pinned to can be the Close, High, Low, Median, Open, Typical or Weighted price of the current bar or any bar in the past. ATR calculations are always made from the prior bar to the current bar. No matter what price and bar is selected, the upper/lower reference lines are calculated by adding/subtracting half the ATR factor (ATR * MultipleATR) from the given price/bar anchor point.

Parameters:
* LookbackATR: Length for the ATR calculation (default=10)
* MultipleATR: Multiple used for ATR calculation (default=1)
* AnchorPoint: Price to use to anchor ATR calculations to (default=Median)
* BarsBack: Bar to use for anchor ATR calculations to (default=0)


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: gbPriceReferenceATR
Category: NinjaTrader 8 Indicators and More 


June 24th, 2021
Size: 4.43 KB
Downloaded: 335 times

Keywords: atr reference
gbRevEngRSITrend 5 *
gbRevEngRSITrend, Ver 1.0, TraderGB, May 29, 2021

Description:
Uses the Reverse Engineered RSI indicator to determine trend. Fifty on the RSI marks the point where the average of up closes is equal to the average of down closes. If the RSI is above this point the average of the up closes is greater that the down closes and vice versa. Instead of using 50 as the point of demarcation, this indicator accounts for noise by defining upper and lower boundaries above and below 50 (default of 52 for upper and 48 for lower). An uptrend is signaled when a low is printed above the upper boundary plot and a downtrend when a high is printed below the lower boundary plot.

Plots for standard deviation or ATR bands are an additional option that can be employed. The upper deviation plot is a multiple of the StdDev or ATR added to the upper boundary plot. The lower deviation plot uses this same deviation value and subtracts it from the lower boundary plot.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: gbRevEngRSITrend
Category: NinjaTrader 8 Indicators and More 


May 30th, 2021
Size: 10.87 KB
Downloaded: 910 times

Keywords: reverse rsi trend engineered
gbRMMA 5 *
gbRMMA (Ver 1.0) by TraderGB

This is a very modified version of the original Rainbow Multiple Moving Average (RMMA). It allows many averages of a given type based on user input.

Modifications:
1) Put input parameters within indicator (original indicator got input params from file).
2) Added more moving averages/filters to choose from.
3) Added deviation bands where you can choose between StdDev or ATR and multiples for bands 1/2/3.
4) Added mid-point plot of all averages. StdDev/ATR bands are based off this central point.
5) Ability to hide average lines.
6) Ability to color averages based on Up/Down colors or use Rainbow colors.
7) Ability to color background based on these trend rules:
* SlopeFull - Looks for all averages trending in the same direction before flipping trend direction.
* SlopeHalf - Looks for the number averages rising vs falling to determine trend direction.
8) Ability to show/hide the mid-point.
9) Ability to color bars based on if close is above/below mid-point.
10) Ability to show/hide bands.
11) Many color/opacity options.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: gbRMMA
Category: NinjaTrader 8 Indicators and More 


March 12th, 2021
Size: 88.74 KB
Downloaded: 406 times

Keywords: average moving rainbow rmma
gbStochRSIv2 5 *
gbStochRSIv2, Ver 2.0, TraderGB, July 7, 2021

Description:
This is the Stochastic RSI oscillator by Chande and Kroll. Most implementations of this indicator use only a single length for both RSI and Stochastic calculations. This implementation allows separate input for each. In addition, an input is included for weighted smoothing of the results, which is actually double smooth. The results are adjusted to range between +100 and -100. A common calculation used by Ehlers to do signal lines is employed here.

References:
* The New Technical Trader, Tushar S. Chande and Stanley Kroll, 1994, p 124-133

Updates:
2021-05-30: Added opacity for plots.
2021-07-07: (Ver 2.0) Made updates on color/opacity/alerts per request.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: gbStochRSIv2
Category: NinjaTrader 8 Indicators and More 


May 30th, 2021
Size: 11.57 KB
Downloaded: 474 times
gbTimeAlerts 5 *
gbTimeAlerts, Ver 1.1 (Updated), TraderGB, April 8, 2021 A big thanks to BobC for recommendations and beta testing.

Description: Time alerts indicator that draws vertical lines and plays sound alerts at user defined times. On intraday bar charts, both vertical line and sound alerts are available. On non-intraday bar charts, only sound alerts are available (not vertical lines).

Included with this is a WAV file that plays "Time Alert" three times, TimeAlertX3.wav.
This is to be placed in the NT8 sound folder (usually C:\Program Files (x86)\NinjaTrader 8\sounds).











Features:
1) Ability to have 6 time alerts. If you need more, you can add the indicator a second time
2) Option to enable/disable each individual alert
3) Uses TimeEditorKey for time input/validation
4) Option to display text tag for each vertical line [Label, Time, Both, None]
5) Option to vertically move (stagger) display text tag 0-100 pixels from top of chart.
6) Option to choose dash style for each alert [Dash, DashDot, DashDotDot, Dot, Solid]
7) Option to set line width between 1 and 9 for each alert
8) Option to select color and opacity for each line alert
9) Option to enable/disable sound alerts separate from line alerts for each alert.
10) Uses FilePathPicker for sound file input/validation.
11) Lines drawn across all panels on the screen, not just the host panel.
12) Sound alerts still play even if chart is inactive in background.
13) Works fully with indicator templates so you can have several versions of inputs (i.e., one for CL, another for ES, etc.)

Updates:
04-09-2021, Ver 1.1
1) Fixed XML on Opacity settings.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: gbTimeAlerts
Category: NinjaTrader 8 Indicators and More 


April 8th, 2021
Size: 162.36 KB
Downloaded: 507 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