I'm trying set up a strategy that closes the trade based on the printing of the Swing High of Swing Low from the Swing Indicator. Would you just set the indicator values to equal to trigger the condition?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to use Swing Indicator as an Exit Strategy
Collapse
X
-
How to use Swing Indicator as an Exit Strategy
Good afternoon,
I'm trying set up a strategy that closes the trade based on the printing of the Swing High of Swing Low from the Swing Indicator. Would you just set the indicator values to equal to trigger the condition?Tags: None
-
Hello conniejforextrader,
The swing indicator in general cannot be used for signals as the value can update to new higher or lower swings which will adjust the current swing. This indicator is mostly a visual tool. The swing does have custom methods that can be used in manual coding to retrieve finalized swing instances, that would be the number of bars after the swing which equals the strength setting. You can find an example of the methods that can be used here: https://ninjatrader.com/support/help.../nt8/swing.htm
-
Good evening,
Thank you for the prompt response. Do you know of another indicator that I can use as an exit strategy that prints real time Highs/Lows?
Comment
-
Hello conniejforextrader,
I am not aware of another swing indicator, you can access in general the High and Low bar prices if that is what you are asking.
You can look on the public user app share to see if anything custom matches your criteria, you can find that page here: https://ninjatraderecosystem.com/user-app-share/
Comment
-
"The swing does have custom methods that can be used in manual coding to retrieve finalized swing instances, that would be the number of bars after the swing which equals the strength setting. You can find an example of the methods that can be used here: https://ninjatrader.com/support/help.../nt8/swing.htm"
Can you expand on this? If I get the "finalized swing instances", can I them use as an exit conditions in the strategy builder?
Comment
-
Hello conniejforextrader,
Those methods cannot be used in the strategy builder, that is only for manual coding. Those also would not be useful for signals because you would need to wait the number of bars that you set for the strength property. For example if you set 8 bars for the strength you will only know the swing value 8 bars after it has been finalized, for a signal that would likely be 8 bars late. If you can use that data in some way after the amount of bars for strength then you could certainly use those values in conditions.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
111 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
60 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
38 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
43 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
79 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment