Winning Entry December 1st, 2020 to January 1st, 2021 [1 votes]
I had this built to help ultilize the information that was locked up in the Ninjatrader oscillator list. Now you can specify what oscillator you want to monitor, and look for reversals inside of a threshold to see where that oscillator has formed a reverse delta.
I would deploy it in one of two configurations depending on the trading strategy. I had it made to see the entries with trend, to be accompanied with an EMA_Slope indicator. In this case, I would set the "Level_OB = -100" and "Level_OS = 100" to see every possible turn, but filter visually with trend.
When deployed with a volatility filter (keltner/bollinger,etc) set the "Level_OB" and "Level_OS" just shy of the average max min to see deviations near the extreme highs and lows.
Notes:
Datafeed Config Parameters: Experiment with non-time bars such as range or tick. These will show pivots cleaner many times sans the issues associated with choppy wicks. Be sure to make sure the bar type you're using is chosen under "Base Data Type" and "Base Data Value".
Data/Input Series: Here is where you choose the oscillator you wish to monitor from the list of indicators on your machine, and the value of that oscillator.
Winning Entry December 1st, 2020 to January 1st, 2021 [1 votes]
Version 1.6 November 25, 2017
The Multiple Keltner Channels are a generalized version of the Keltner Channels.
Standard Keltner channels are built from a simple moving average (SMA) and two channels lines above and below. The two lines above and below are drawn at a distance from the center line, a distance which is a multiple of the simple moving average of the ranges of the past N bars.
The generalized concept has the SMA replaced with any of 30 moving averages. The volatility measure used to calculate the distance of upper and lower line from the center line can be derived from an average range (AR) or average true range (ATR). You may select different lookback periods for the moving average that serves as the center line and the moving average which is applied to the range or true range.
The Multiple Keltner Channels come with an additional smoothing option for center line and channel lines. The additional smoothing is obtained by further smoothing all plots with a 3-period simple moving average (SMA).
Moving averages available for calculating the center line:
- Adaptive Laguerre Filter
- ADXVMA
- Butterworth Filter
- DEMA
- Distant Coefficient Filter
- Double Weighted Moving Average (DWMA)
- Exponential Hull Moving Average (EHMA)
- EMA
- Gaussian Filter
- HMA
- Holt EMA
- Laguerre Filter
- LinReg
- Moving Mean TPO
- Moving Median
- Moving Median TPO
- Range Weighted Moving Average (RWMA)
- Sine Weighted Moving Average (SWMA)
- SMA
- SuperSmoother
- TEMA
- Tillson T3
- TMA
- Triple Weighted Moving Average (TWMA)
- Wilder's Average
- WMA
- ZerolagHATEMA
- ZerolagTEMA
- ZLEMA
Moving averages colored according to slope: You may also use this indicator to display any of the above listed moving averages and color them according to slope. The slope is not based on a geometrical concept, as this would not be compatible with the scalability of modern charting applications. The indicator adjusts slope to bar volatility such that the indicator may be used across all instruments and bar types with the same settings. The slope is shown as upsloping, downsloping or flat. The degree of flatness which is still considered as being flat may be adjusted via the neutral threshold parameter. When you set that parameter to zero, the slope will not show any flat sections, but the moving average will always be identified as upsloping or downsloping. Channel lines may be unselected, if you just wish to display the selected moving average.
Volatility measures: The standard Keltner channel uses the range. This indicator also for substituting the range with the average true range. The average true range is used as default option to facilitate the application of the Multiple Keltner Channels to other indicators.
Applying the Multiple Keltner Channels to indicators: When an indicator is used as input series, the range will always return the value 0. However, the average true range will return the absolute amount of the difference of two neighbouring data points of the selected input series. Therefore the indicator may only be applied to other indicators, as long as the offset formula is set to "True_Range".
Paint Bars: The Multiple Keltner Channel indicator comes with paint bars. The paint bars are colored according to the slope of the center line. The paint bars may be displayed without the indicator plots. The colors of the paint bar will then show the slope of the moving average selected as center line.
Sound Alerts: In case that the sound alerts are active, the indicator will alert you when the trend derived from the slope of the center line changes. Currently, there are no sound files included with the zip file, but it is easy to create them and copy them to the NinjaTrader sounds directory.
Hello MG enthusiasts,
I was hesitant to start another thread on the subject but thought there is no harm in investigating and stirring debate. And if for no other reason - to have fun with the tool I will be uploading.
Winning Entry November 1st, 2020 to December 1st, 2020 [1 votes]
Prior OHLC Day, Week & Month MTF AIO V1.1
Updated to RC1 Sep 2016: Do not delete or comment out !BarsArray[0].IsIntraday since this is a safety check to make sure you do not use on a >= Daily chart.
Rather, change to !BarsArray[0].BarsType.IsIntraday or download this new update.
Will work on Renko bars
* Plots prior Open, High, Low & Close.
* Daily, Weekly & Monthly all in one (AIO).
* Uses minute data behind Renko charts to plot accurate levels.
* Has a button you can use to show/hide the plot.
So you can plot several indicators per chart and hide them when not needed
* Can use solid lines.
Update April 2016:
Minor code update to prevent plotting/rendering issues.
Remember this is for Beta, so please PM me for bugs or fixes.
March 7th, 2016
Size: 5.31 KB
Downloaded: 1855 times
1716
Sim22
Winning Entry November 1st, 2020 to December 1st, 2020 [1 votes]
This is a derivative work of PriceActionSwing. It requires the PricesActionSwing.base which is included in the download.
This is an idea based on the PASPro version of swing, which allows you to plot current Fib extensions and retracements. This offshoot indicator plots both the positive and negative extensions and/or retracements based on the settings you use. Not only that, but it keeps the plots historically so you can watch price arrive at the predicted fib targets.
November 13th, 2015
Size: 23.05 KB
Downloaded: 695 times
1679
Zxeses
Winning Entry November 1st, 2020 to December 1st, 2020 [1 votes]
Hello,
I've cleaned up the template, added weekly pivots to it along with daily pivots from Lizard indicators. Couldn't find the daily pivot zip though.
Also included a simple cumulative delta divergence indicator created by Bobc635 in the app store.
Edit: I just realized there's a 3rd party counter that won't transfer unless you have @tradetheplandan tradetheplan dot com tools and indicators.
Note:
If anyone is using the VLC indicator from VolumeLadderTrading dot com, I have a pretty good template. As well as indicators from TradeThePlan Just PM me
April 10th, 2017 03:45 PM SavosRU Thanks and regards!
November 14th, 2015 11:15 PM phasganon Thanks ,I will give it shot . I was wondering, the price action swing pro already has a volume per swing function.Do you
think you could add a volume profile per swing? Just the basic stuff , point of control, volume weighted average price,
value area high and low per swing? I think it would be a great addition for trade management for both Targets and Stops
! Thank you again and have a great week end.
November 14th, 2015 06:01 PM tcwairoa Very nice indi, many thanks.
July 23rd, 2020 05:50 AM TheGaryGuy Thanks for saving me a ton of programming time! Awesome tool
November 29th, 2019 07:42 AM ForexHell Wow thats cool ! I was searching for a SMA with color slope to add it to the inbuild KC but failed (only found some for
NT7) Anyway this is MUCH better! Thanks YOU!
November 20th, 2019 07:14 PM romus Top stuff!
May 8th, 2019 01:31 PM agan1337 Thank you very much !!!!
September 10th, 2018 02:33 PM rickr Thanks once again Fat Tails . . .
September 18th, 2020 06:50 PM Cyph3r I seem to be missing something in the download. The indicators seem to be there, but not the template you have in your i
mage. Any idea?
July 4th, 2020 04:38 PM bobc635 Thanks.... We will take a look!!!!
December 19th, 2020 04:20 PM kirkvan I was considering purchasing a $249 commercial product that does essentially the same thing so this is exciting. That pr
oduct was more feature-rich when using Rithmic but it appears your code doesn't have any kind of broker-based limitation
s. Looking forward to testing.
December 18th, 2020 09:03 AM FT126 I'll give it a look and report back. One note, the indicator file now has backslashed in the filename. That may cause
some people troubles depending on the OS. I was able to download to my Mac, but it blew up with my Cloud sync. East f
ix by renaming the file. Will import into NT8 later today and test it.
Thanks for sharing.
December 18th, 2020 08:51 AM kashmiami
December 18th, 2020 08:31 AM vickisb What a great idea! Is it possible to use it for trailing profit, so even if set to +1000/-500, if you're up $1500 it wou