Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
adding filter to swing entry condition
Collapse
X
-
SwingLow[0] meaning the nearest swing low?
This is the correct usage for prior swing low, minus 2 ticks?&& CrossBelow(Close, Swing(5).SwingLow[1] - 2 * TickSize, 1))
I would want it to enter short on the break of the blue swing low point
Last edited by brucelevy; 11-10-2015, 05:35 PM.
Comment
-
This shows the swing, I labeled them, please let me know if the counting of swings is correct or if I am off, or if for example SwingHigh 1 is actually SwingHigh[0] in the code.
Comment
-
Hello,
SwingLow[0] would return the value of the SwingLow point of the current bar which would be the previous SwingLowPoint. Calling SwingLow[1] would not return the value of the prior SwingLow point(two swing points back).
In your example with the SwingHigh, the SwingHigh 1 would be SwingHigh[0].
Can you clarify what you are meaning by break in "I would want it to enter short on the break of the blue swing low point?"Cody B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
128 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
73 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
116 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
109 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
88 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment