NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Searching for entries matching Vwap bands, looking in title and description, keywords for any words
Found 122 matching entries

Sort by

Entries
Fibonacci Bands ver1 4 *
Plots fib bands around an ema you chose.


Category MultiCharts 
 
Suggest other entries I might like
Details: Fibonacci Bands ver1
Category: MultiCharts 


March 21st, 2010
Size: 5.84 KB
Downloaded: 394 times

Keywords: bands fibonacci websouth
Frama K
Great range bar trend indicator.

Combination of the FRAMA and KAMA indicators to achieve a good tradeoff between both, works especially well on range bars. Standard deviation bands are included, to make them invisble please set the input named "Deviation" to 0. Future strategies might look into optimizing the weighting factor between FRAMA and KAMA to fit better for given timeframes and interval lengths.


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: Frama K
Category: NinjaTrader 6.5 Indicators 


June 26th, 2009
Size: 11.15 KB
Downloaded: 217 times

Keywords: frama karma ninjatrader poocher
frama n colored up down sideways
Description
Combination of the FRAMA and KAMA indicators to achieve a good tradeoff between both, works especially well on range bars. Standard deviation bands are included, to make them invisble please set the input named "Deviation" to 0. Future strategies might look into optimizing the weighting factor between FRAMA and KAMA to fit better for given timeframes and interval lengths.

References
Please take a look at the original FRAMA posting for more info about the starting point of this tweak

To Import
1. Download the file to your Desktop
2. From the Control Center window select the menu File > Utilities > Import NinjaScript
3. Select the downloaded file


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: frama n colored up down sideways
Category: NinjaTrader 6.5 Indicators 


June 13th, 2009
Size: 11.26 KB
Downloaded: 422 times

Keywords: karma ninjatrader sharky farma stddev
Full IB range bands - ryanIBbands 5 *
Exported using NT Version 7.0.1000.11

Indicator will only run on NT 7.0.1000.5 or later

This is a modified version of Fat Tail IB bands V38

It has added deviation for a full 4 standard of deviations

""Use at own risk as i am not a professional programmer""




The indicator displays the current open, the initial balance (IB) and upper and lower range bands that are calculated by adding and subtracting fractions of the initial balance to the IB high and IB low.

You can only use this indicator with an appropriate session template. The opening time will align itself to the start time of the RTH session, as specified via session template. The hybrid setting assumes that you want to use the 3rd intraday session as RTH session for FOREX and currency futures and the second session for all other instruments.

Example ES: Select a session template with the following sessions: Session 1 (night session) 15:30 - 8:30 Central Time, Session 2 (RTH) 8:30 - 15:15 Central Time. Select second session for opening range.

Select length of opening period: The length of the opening range can be selected via indicator dialogue box The default setting is 60 minutes.

Multipliers for range bands: The multipliers for the upper and lower range bands can also be changed. The default settings for the bands are 0.5, 1 and 2, meaning that the first upper band is built from the IB high by adding half of the IB range, and similar for the other bands.

Developing range: Prior to the completion of the initial balance, the indicator plots the developing ranges in gray to show that the ranges are still unstable.

Night session or pre-session range: The indicator also has an option to display the full night session, European or Asian session range. This feature is not used with the default settings. I did not add it on purpose, it was already part of the opening range indicator, and it was easier to leave it than to remove it.

European Session Range: You can select start and end time of the European Session in CET (Central European Time). The European Session is pre-configured for the time between 8:00 AM and 1:00 PM CET.

Asian Session Range: You can select start and end time of the Asian Session in TST (Tokyo Standard Time). The Asian Session is pre-configured for the time between 9:00 AM and 3:00 PM TST.

Update June 2, 2011: New signature for GetNextBeginEnd() implemented.
Update June 11, 2011: Small bug removed, indicator did not display opening range and pre-session range correctly during the training period (first bars of the chart, after scrolling to the left horizontally).
Update June 21, 2011: The indicator now works with half-pip FOREX feeds. Indicator dialogue box improved.
Update July 25, 2011: Serialization of the plots and indicator dialogue box changed.
Update January 24, 2012: Offset added, opening period no longer needs to be aligned to session start.
Update February 19, 2012: Option added to cut off the opening range at the next session break.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Full IB range bands - ryanIBbands
Category: NinjaTrader 7 Indicators 


February 8th, 2013
Size: 9.75 KB
Downloaded: 790 times
gbBollingerKeltnerSqueezeMTF 5 *
gbBollingerKeltnerSqueezeMTF, Ver 1.1, TraderGB, April 7, 2021

Description: Draws rectangle around price bars to indicate Bollinger Band / Keltner Channel squeeze based on a given timeframe.

This is a multiple timeframe version of gbBollingerKeltnerSqueeze. On the included chart you'll see both indicators. The large blue rectangle is from gbBollingerKeltnerSqueezeMTF and is based on 30-min bars. The smaller red rectangles are from gbBollingerKeltnerSqeeze and are based on the timeframe of the chart, 5-min.

Included with this are two WAV files: put these in your sound folder (usually C:\Program Files (x86)\NinjaTrader 8\sounds)
BollingerKeltnerSqueezePoint.wav
BollingerKeltnerBreakout.wav








Details:
At the point where both the upper and lower Bollinger bands enter the Keltner channel, the upper and lower rectangle points are defined and are fixed for the life of the rectangle.

A TriangleUp/TriangleDown is used to indicate the point where the squeeze starts (squeeze point). The left most point of the rectangle is also defined and fixed at this point. It draws backward based on breakTypeUsed (UseClose, UseHiLo).

If breakTypeUsed=UseClose is used, it keeps drawing the rectangle backwards until there is a close outside of the rectangles upper or lower points. If breakTypeUsed=UseHiLo is used, it keeps drawing the rectangle backwards until there is either a low that is above the
upper squeeze point or a high that is below the lower squeeze point.

This same logic is used for escaping the rectangle going forward. It keeps moving the right most point until this criteria is met. Since BB/KB are based off of lagging moving averages, a rectangle is draw backwards/forwards from the squeeze point to give context.

Note, there can be overlapping rectangles. If the criteria is met to end the rectangle, another squeeze can take place shortly after and the new rectangle will form and start drawing backwards and possible into a prior rectangle. This is normal and happens more often with
breakTypeUsed=UseClose since this is easier to achieve than breakTypeUsed=UseHiLo.

Please DM me if you find any issues.

Updates:
1) 04/07/2021, Ver 1.1: Fixed repeating sound alert.


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


April 7th, 2021
Size: 10.78 KB
Downloaded: 703 times
gbCompositeIndex 5 *
gbCompositeIndex Ver 1.0, TraderGB, March 17, 2021

This is Constance Brown's Composite Index

Formula:
Momentum(RSI(Close, 14), 9) + SMA(RSI(Close, 3), 3)

It has two parts that are added together:
(a) A 9-period Momentum on a 14-period RSI
(b) A 3-period SMA on a 3-period RSI

The result is an unbounded RSI that better catches divergences than the traditional RSI indicator.

Note: This indicator uses Input rather than Close. Thus, you can feed any indicator into this indicator (i.e., On Balance Volume, etc).




Presentation Mode Options:
(1) Traditional : Shows traditional Composite Index
(2) Traditional with Bands: Shows traditional Composite Index with Bollinger Bands
(3) ZScore : Shows Composite Index in Z-Score

References:
https://aeroinvest.com/COMPOSITE_INDEX.pdf
https://coinclarity.com/trader-education-the-rsi-is-old-use-this-instead-powerful-strategy


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


March 17th, 2021
Size: 12.17 KB
Downloaded: 233 times
gbDWAP 5 *
gbDWAP, Ver 1.0, TraderGB, June 24, 2021

Description:
gbDWAP is the Delta Volume Weighted Average Price. I was interested in what it would look like if regular volume in VWAP was replaced with the 'absolute value' of the delta volume. Note, since delta volume can be either positive or negative, the absolute value is used rather than the signed value. The Typical price is used in the calculation for this indicator.

The attached chart shows VWAP (Yellow), DWAP-BidAsk (Cyan), and DWAP-UpDownTick (Pink) side-by-side so you can see how they appear relative to one another. At this point, this indicator is only an experiment born out of curiosity and I have not studied it much to determine what value it may have, if any. My initial thought is that it adds no additional value over VWAP.

Notes:
1) Make sure you enable Tick Replay for this indicator.
2) This indicator requires that you have the NT8 OrderFlowCumulativeDelta indicator. If you have the NinjaTrader Lifetime license you should have this.

Parameters:
* DeltaType: Base the DWAP on either BidAsk or UpDownTick


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


June 25th, 2021
Size: 2.49 KB
Downloaded: 612 times
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: 905 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: 402 times

Keywords: average moving rainbow rmma
Gold Pattern Alert 5 *
Utilizes a number of indicators to mark turning points, pullbacks, pivots, and continuation entries.

Inputs:
BBPeriod - Bolinger Band Period Value (20)
BufferTicks - + Value above or - Value below bands to be considered a pierce (-0.3)
CCI Period - CCI Period Value (10)
NumStdDev - Bolinger Standard Deviations (1.9)
PeriodD - Stochastic Period D - Slower Line (5)
PeriodK - Stocastic Period K - Faster Line (3)
SMAPeriod - Simple Moving Average Period (50)
Smooth - Stochastic Smooting Value (2)
StochLong - Value of Low Extreme that has to be met before going long (20)
StochShort - Value of High Extreme that has to be met before going short (80)
UncertaintyBarNum - Number of bars that signal criteria have to be fully met (3)
UseBBSMALoc - Requires the bands to be above or below the SMA in the direction of the trade (False)

StoTType - Slope uses direction of Stochastic PeriodD line, PriceRelation uses the actual values of the Stochastic PeriodD line
TType - Slope uses direction of the SMA, PriceRelation requires price to be above or below the sma in the direction of the trade

UseRule1 - Checks the SMA/Price parameters are met
UseRule2 - Checks the Bolinger Band Pierce parameters are met
UseRule3 - Checks the BBSMALoc value parameters are met
UseRule4 - Checks the Stochastic parameters are met
UseRule5 - Checks for CCI coming off of extremes
UseRule6 - Checks for SMA2 parameters are met

(commissioned by me, non - copyrighted)

COMPATIBILITY:
NinjaTrader 6.5: YES - ZTrade101
NinjaTrader 7.0: YES - ZTrade101


Category The Elite Circle 
 
Suggest other entries I might like
Details: Gold Pattern Alert
Category: The Elite Circle 


February 5th, 2010
Size: 14.34 KB
Downloaded: 2695 times

Keywords: bands patterns itguy
 



 
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