Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Difference From Swing High and Low
Collapse
X
-
Difference From Swing High and Low
I have a strategy that I would like to have exclude trades when the difference between the swing high and swing low is reduced to a particular level. I thought I could simply use swing high > swing low offset +x ticks as a condition, but this yields inconsistent results. I assume this is because the swing levels aren't being expressed as an integer? Any ideas how this could be done in strategy builder. I'm not a programmer so I'd like to avoid ninjascript if possible. Thank you for your help.Tags: None
-
Hi Matt, thanks for posting.
If you need to get the mathematical difference of swing by subtracting the two values then the script will need to be unlocked. To see the results of a command in the builder, make a new set with no conditions and use the Misc>Print method to print out data. For example, you can print out the value of what you are using as a condition to see why the results are not consistent:
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
169 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
326 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
251 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
353 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
180 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment