NexusFi: Find Your Edge


Home Menu

 





Swing indicator that shows you ticks per swing


Discussion in NinjaTrader

Updated
    1. trending_up 2,239 views
    2. thumb_up 8 thanks given
    3. group 5 followers
    1. forum 4 posts
    2. attach_file 3 attachments




 
Search this Thread

Swing indicator that shows you ticks per swing

  #1 (permalink)
 
Tradeer's Avatar
 Tradeer 
Frankfurt/Hessern/Germany
 
Platform: Ninjatrader
Broker: Dorman Trading, CQG
Trading: Futures
Posts: 19 since May 2020
Thanks Given: 16
Thanks Received: 29

Hi guys,

I am looking for an indicator for NT8 that shows you the tick value of a swing.
Like in the attached picture.



I have already found one but it does not meet my requirements it is still very well done



https://ninjatraderecosystem.com/user-app-share-download/swinglength-nt8/
Credits to "soon123" and "NinjaTrader_RJ"


Maybe someone has already used something like this, I would be happy if you share it.

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NexusFi Journal Challenge - May 2024
Feedback and Announcements
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
ZombieSqueeze
Platforms and Indicators
REcommedations for programming help
Sierra Chart
How to apply profiles
Traders Hideout
 
  #2 (permalink)
 
Silvester17's Avatar
 Silvester17 
Columbus, OH
Market Wizard
 
Experience: None
Platform: NT 8, TOS
Trading: ES
Posts: 3,603 since Aug 2009
Thanks Given: 5,139
Thanks Received: 11,527


Tradeer View Post
Hi guys,

I am looking for an indicator for NT8 that shows you the tick value of a swing.
Like in the attached picture.

I have already found one but it does not meet my requirements it is still very well done

https://ninjatraderecosystem.com/user-app-share-download/swinglength-nt8/
Credits to "soon123" and "NinjaTrader_RJ"


Maybe someone has already used something like this, I would be happy if you share it.

that should do what you're looking for:

https://nexusfi.com/local_links.php?catid=26


discussed in this thread:





Reply With Quote
Thanked by:
  #3 (permalink)
 
Tradeer's Avatar
 Tradeer 
Frankfurt/Hessern/Germany
 
Platform: Ninjatrader
Broker: Dorman Trading, CQG
Trading: Futures
Posts: 19 since May 2020
Thanks Given: 16
Thanks Received: 29



Silvester17 View Post
that should do what you're looking for:

https://nexusfi.com/local_links.php?catid=26


discussed in this thread:





That's awesome thank you

Started this thread Reply With Quote
Thanked by:
  #4 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,103


Tradeer View Post
Hi guys,

I am looking for an indicator for NT8 that shows you the tick value of a swing.
Like in the attached picture.



I have already found one but it does not meet my requirements it is still very well done



https://ninjatraderecosystem.com/user-app-share-download/swinglength-nt8/
Credits to "soon123" and "NinjaTrader_RJ"


Maybe someone has already used something like this, I would be happy if you share it.


The main challenge for a swing indicator is to select the proper swing highs and lows. Once you have the swing highs and lows, it is easy to display the swing size in ticks. There are several methods for determining swing highs and lows.


1. Minimum Deviation (Vertical Method)

You simply set a minimum deviation from the high point or low point. Any move in the opposite direction must exceed that deviation before a new swing leg is added.
The minimum deviation may be set in

- multiples of ATR (average true range, indicator can be used with same settings across instruments, bar types and timeframes)
- multiples of AR (average range, indicator can be used with same settings across instruments, bar types and timeframes)
- points
- ticks
- as a percentage of price


2. Bar Count (Horizontal Method)

Here you set a number for the swing strength. For example, if you set the swing strength to 5, a new preliminary swing high should be higher than the highest high of the 5 preceding bars. A new preliminary swing low should be lower than the lowest low of the 5 preceding bars.


3. Combination of Minimum Deviation and Bar Count

A new swing leg in the opposite direction is only added, when both the conditions (1) and (2) have come true.


4. Building the Swing Trend from the Highest High / Lowest Low or from the Highest Close / Lowest Close.

I personally prefer to build the swing trend by looking at the highest and lowest closes. This is because there is no ambiguity in constructing the swing trend. When you build it from the highs and lows, you may find an outside bar that marks both a new swing high and a new swing low.


Once you have decided how to build the swing trend indicator, it is comparatively easy to display the size of a swing leg in points or ticks. In the forum download section, you will find the PriceActionSwingPro indicator, which is capable of displaying the swing sizes in ticks. It uses method 1 (ticks or percent) and has an option to build the swing legs from highs and lows or the closes.

I also know other indicators, but they are not free of charge.

Reply With Quote
  #5 (permalink)
 
Tradeer's Avatar
 Tradeer 
Frankfurt/Hessern/Germany
 
Platform: Ninjatrader
Broker: Dorman Trading, CQG
Trading: Futures
Posts: 19 since May 2020
Thanks Given: 16
Thanks Received: 29


Fat Tails View Post
The main challenge for a swing indicator is to select the proper swing highs and lows. Once you have the swing highs and lows, it is easy to display the swing size in ticks. There are several methods for determining swing highs and lows.


1. Minimum Deviation (Vertical Method)

You simply set a minimum deviation from the high point or low point. Any move in the opposite direction must exceed that deviation before a new swing leg is added.
The minimum deviation may be set in

- multiples of ATR (average true range, indicator can be used with same settings across instruments, bar types and timeframes)
- multiples of AR (average range, indicator can be used with same settings across instruments, bar types and timeframes)
- points
- ticks
- as a percentage of price


2. Bar Count (Horizontal Method)

Here you set a number for the swing strength. For example, if you set the swing strength to 5, a new preliminary swing high should be higher than the highest high of the 5 preceding bars. A new preliminary swing low should be lower than the lowest low of the 5 preceding bars.


3. Combination of Minimum Deviation and Bar Count

A new swing leg in the opposite direction is only added, when both the conditions (1) and (2) have come true.


4. Building the Swing Trend from the Highest High / Lowest Low or from the Highest Close / Lowest Close.

I personally prefer to build the swing trend by looking at the highest and lowest closes. This is because there is no ambiguity in constructing the swing trend. When you build it from the highs and lows, you may find an outside bar that marks both a new swing high and a new swing low.


Once you have decided how to build the swing trend indicator, it is comparatively easy to display the size of a swing leg in points or ticks. In the forum download section, you will find the PriceActionSwingPro indicator, which is capable of displaying the swing sizes in ticks. It uses method 1 (ticks or percent) and has an option to build the swing legs from highs and lows or the closes.

I also know other indicators, but they are not free of charge.


Hello,

thank you for your detailed reply i appreciate it !

Started this thread Reply With Quote




Last Updated on January 13, 2021


© 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
no new posts