The PriceActionSwing indicator for NinjaTrader 7.0 calculates swings in different ways and visualize them. It shows swing information like the swing length, duration, volume,... It contains a lot of features. It is also useable on the Market Analyzer.
The package contains 3 indicators: PriceActionSwing
- standard swing indicator with visualization and swing information PriceActionSwingPro
- Draw automatically Fibonacci extensions and retracements
- Calculate a swing statistic
- Calculate and visualize ABC patterns
- Risk management (automatically for ABC patterns)
- Calculate and visualize divergence based on an indicator
- GomCD (uncomment the "region GomCD" parts in the source code) PriceActionSwingOscillator
- swing trend visualization
- developing swing volume (repainting)
Useful to see/trade price action with HH, HL in uptrends and LL, LH in downtrends and patterns like double top/bottom, triangle,…
Version 17 - June 5 2014
- Changed the code structure for simpler access from strategies and other indicators If you use PriceActionSwing within other files, make sure you have a backup from the old version
- Added swing tick and swing percentage calculation
- Added swing calculation based on close values
- Added seperate swing price output
- Added developing GomCD output since the last swing
- Improved risk management items
- Added risk management tab
- Added different alerts
Version 18 - June 15 2014
- Fixed minimum swing size to < 1 for percentage settings
Starting from version 17 NinjaTrader 6.5 will not longer be supported. Starting from version 19 NinjaTrader 7.0 will not longer be supported get NT8 version here
COMPATIBILITY:
NinjaTrader 6.5: NO
NinjaTrader 7.0: YES
NinjaTrader 8.0: NO, see NT8 version here
December 12th, 2016
Size: 59.19 KB
Downloaded: 37396 times
57
dorschden
//*** This is a tradestation version of the code Big Mike and Fat Tails have
uploaded here. I made several modifications as well. The sample
picture is inspired from BMT traders and many sharky templates.
//*** The sample picture contains Super trend and Double WMA Ultra Grad
Version 1: Modified Jan 2012 for tradestation ELD ***********
//**** added up dn color, added single or multi dot ***********
//**** added median price moving average logic
This indicator is the Kaufman Adaptive Moving Average, a/k/a KAMA, but which changes color when the indicator changes direction. This is a direct descendant of the Mov Avg Adaptive indicator that comes with MultiCharts.
I like single line indicators that change color when a trend changes, so this is my implementation of the KAMA with those attributes. The screenshot here is actually from TradeStation, but it looks and functions the same in MC.
Indicator Name: Mov Avg Adaptive Color Change Inputs: Same as a normal KAMA, plus:
UsePlotColoring >>> set to true for coloring; false to turn it off
UpTrendColor >>> self explanatory
DownTrendColor >>> self explanatory
Small Difference in Original Calculation:
I added the Round2Fraction function to the MAA calculation, to round to the nearest minimum move for the chart. This helps filter out minor fluctuations when the indicator is practically flat, that may show a change in trend that isn't there. I don't believe this fundamentally changes anything, from my observations.
Import the PLA and apply to a chart. You're all set!
I posted a TradeStation version in that section, as the syntax is slightly different.
The PriceActionSwing indicator for NinjaTrader 8.0 calculates swings in different ways and visualizes them. It shows swing information like the swing length, duration, volume and many more. It contains a lot of features and it is useable in the Market Analyzer.
Strategies based on older PriceActionSwing versions will not work with this update.
Remove old PriceActionSwing versions (do a backup first) before you import the updated version.
The package contains two indicators: PriceActionSwingPro
- Swing indicator with visualization and swing information
- ABC patterns
- Compute divergences based on different indicators
- Naked swing lines
- Swing statistics
- Draw automatically Fibonacci extensions and retracements PriceActionSwingOscillator
- Swing trend and relation visualization
- Swing volume (repainting)
Useful to see/trade price action based on swings and patterns like double top/bottoms, wedges and many more.