- I don't seem to understand how does this method work. I know that it returns -1 if there was no swing found within the strength+1 bars. But since I'm using strength+1 as my setting for finding swing low bar, why does it return 4 or 5 when I call the method while it should only return the last swing that was found within strength+1 bars.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
trying to understand the swing indicator
Collapse
X
-
trying to understand the swing indicator
Hi, I have been trying to develop a strategy with the setup using a lower high and higher low. I have decided to use swing since it seems to be the best approach. The setting that I will be using is Swing(2). I have been testing around with the method Swing(Input, 2).SwingLowBar(0, 1, strength + 1) with the strength set as 2, and using Print statement to test what values does it return. I understand that it would return -1 if there was no swing found within the last strength+1 bars. However, from the print statement, it has shown the possible values (-1,2,3,4,5) of what Swing(Input, 2).SwingLowBar(0, 1, strength + 1) can return.
- I don't seem to understand how does this method work. I know that it returns -1 if there was no swing found within the strength+1 bars. But since I'm using strength+1 as my setting for finding swing low bar, why does it return 4 or 5 when I call the method while it should only return the last swing that was found within strength+1 bars.
Tags: None
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
43 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
30 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
47 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
38 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment