Thank you.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Swing Indicator
Collapse
X
-
Hello Trader17,
Thanks for your post.
There is no option within the indicator to extend the length. This could be accomplished through custom coding.
Alternatively, you may be interested in an indicator in the downloads section that does extend the unbroken swing line to the right edge. Here is a link to the download: https://ninjatrader.com/support/foru...d=7&linkid=915
-
Hello Trader17,
Thanks for your reply.
Correct, as previously advised there are no options in the standard Swing indicator to extend the dots. The dots end when a new swing is formed. You are welcome to make a copy of the indicator and perform any modifications you wish. If you would like this done for you, we can provide references to 3rd party programmers.
The SwingRays indicator previously referenced uses the swing indicator and draws the rays instead of the dots and the rays extend to the right which is what you mentioned you were looking for. You can select to show both broken and unbroken lines if you wish. You are also welcome to make a copy of this indicator and modify to your needs. If you would like this done for you, we can provide references to 3rd party programmers.
Comment
-
Hi NinjaTrader_PaulH Thank you for posting this indicator. I've used it to good success. I noticed that the minimum number of bars it calculates a swing off is two bars. Is it possible to reduce this down to one bar? Entering 1 currently doesn't work. Thanks.
Comment
-
Simply open the SwingRay2 indicator in editor and change the range from 2 to 1 for Strength under properties (I think is line 200).Originally posted by oldporkchops View PostHi NinjaTrader_PaulH Thank you for posting this indicator. I've used it to good success. I noticed that the minimum number of bars it calculates a swing off is two bars. Is it possible to reduce this down to one bar? Entering 1 currently doesn't work. Thanks.
Change: [Range(2, int.MaxValue)]
To : [Range(1, int.MaxValue)]
Cheers!
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
65 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
41 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
23 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
26 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
52 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment