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.
January 17th, 2017
Size: 832.66 KB
Downloaded: 82 times
1802
ericson
This is a variation of Gordos "Better Line Break".
The difference: the "Real Line Break" uses the close of the last bar as open. This gives a more realistic chart and backtesting results.
Install via "Import Ninja Script".
(The code uses "Custom6" as ID. Change the value, if you already have an bar type with this number.)
Version 1.
May 10th, 2015
Size: 4.79 KB
Downloaded: 954 times
1636
soren
Version 1.1 July 21, 2017
Only to be used with minute or daily charts.
The Relative Volume indicator measures the volume of a minute bar or a daily bar against the average volume for the same time of the day over the preceding n days. The indicator comes with two different options to calculate the relative volume:
All_Days: Today's volume is compared to the average volume of the N preceding business days. The default value is N = 40. With the setting "All_Days" the indicator requires the use of proper trading hours templates which match the trading day of the instrument traded. Trading hours templates that cut the week into arbitrary sessions - such as the session template 24/7 - cannot be handled by the indicator and will trigger an error message.
Day_Of_Week: Today's volume is compared to the average volume calculated for the same day of the week over the N preceeding weeks. The default value is N = 8. With the setting "Day_Of_Week", all session templates can be handled.
Relative Volume: The relative volume is shown as a percentage of the average volume calculated over the reference period.
Cumulated ratio: Compares the cumulated volume of the current day to the average cumulated volume of the selected reference period.
Holidays: Holidays as selected via the indicator dialogue box may be excluded from all calculations.
Default settings: Relative volume bars between 80% and 120% of the normal volume are shown as white bars. Higher relative volume bars are shown as blue bars, lower relative volume bars are shown as red bars.
March 25th, 2016
Size: 6.24 KB
Downloaded: 429 times
1722
elechim72
Version 1.1 September 9, 2018
The Regression Channel already comes as a NinjaTrader default indicator. However, the NinjaTrader default indicator comes with a few limitations, which are adressed by this indicator:
- The default indicator calculates the regression channel from the last bar loaded by OnBarUpdate(). When the chart scrolled back horizontally, the regression channel remains in its future position until it drops out of the chart.
- The default indicator does not allow for calculating the linear regression channel a few bars ago and then project the channel lines forward until the current bar.
This version of the indicator has the two issues addressed:
- The regression channel is calculated from the last bar shown on the chart and will adapt its position accordingly when you scoll back the chart horizontally.
- You may enter an offset and calculate the regression channel a few bars ago. The regression channel will then be extended until the last bar shown on the chart.
Repainting behavior: All regression channels - whether linear or polynomial - belong to the class of repainting indicators. All regression channels are retrofitted to the selected lookback period. The repainting can be easily observed with this indicator when scrolling horizontally. The indicator comes with an option to display the regression bands. The regression bands show the trace that the regression channel has painted on the chart without repainting any prior bars.
Public DataSeries: The indicator comes with four additional public DataSeries that can be accessed via the strategy builder.
- Normalized slope - This is an output which returns the slope in synthetic degrees. The slope has been normalized by dividing it by the square root of the average true range and then applying the arctangent.
- NormalizedChannelWidth - This series returns the normalized channel width around the regression line and may be used as a measure of non-directional volatility.
- RegressionTrend - The regression trend holds the value + 1 for an upsloping regression line and -1 for a downsloping regression line.
Market Analyzer Columns: The indicator comes with three separately coded market analyer columns which allow for displaying normalized slope, normalized channel width and the regression trend on the market analyzer.
Name: GW_TriDiff Version: 1.0
Platform: TOS (Use import function in TOS)
Description:
I use this indicator every day in my futures trading on 3min charts. It works on all time frames, and I often consult a higher timeframe to verify the more …
Hello Traders, I thought that I uploaded this a few years ago...
I have added color and Volatility Channels (Keltner-ish) to the popular ADXVMA. You can select your colors for an Up trend, Down trend or Neutral. The Volatility Bands can be colored and set to the multipliers that you prefer. In the picture, the ADXVMA is set to 5 periods and the bands are set to 1.618 for the inner band and 3.14 for the outer band.
When the center line is yellow, the trend is not defined. I have found that a touch of the band with a yellow center will reject. I hope that this helps you with the chop.
August 25th, 2012 03:05 PM David D Really like this, kis and clean.
May 19th, 2012 08:10 PM marker
October 3rd, 2011 12:53 AM BarOne Great indicator, especially using the zerolagEMA! I am trying to learn how to build strategies in NinjaTrader. Would l
ike to use this and the CCI to build a NT strategy, can anyone help, please?