Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
setting a buy order 25% above a swing low
Collapse
X
-
setting a buy order 25% above a swing low
what are the non coding specifications to set such that when price is 25% above a swing low to enter? -
Hello, thanks for writing in. I am going to provide information about the strategy builder. The builder can only perform arithmetic on the single indicator values, so you can add or subtract hard coded values but not variables (such as 25% of the closing bar).
The calculation, in general, is (High - Low) * 0.25;
The condition if((Swing(Close, 5).SwingHigh[0] + (High[0] - Low[0]) * 0.25) < Close[0])Chris L.NinjaTrader Customer Service
- Likes 1
-
Comment
-
Comment
-
Hi, unfortunately, I will not be able to debug your code for you but as a courtesy this time, I can tell you that EnterLong() needs at least 1 in the quantity field, and from the screen shot it looks like you have this code snippet outside of the OnBarUpdate method. The best way to debug a script to see data that it is processing is to use the Print function. See more details on this here:
Chris L.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by BeachTrader11807, Today, 01:14 PM
|
3 responses
20 views
0 likes
|
Last Post
|
||
Started by futureszone, Today, 06:09 PM
|
0 responses
5 views
0 likes
|
Last Post
![]()
by futureszone
Today, 06:09 PM
|
||
Started by futureszone, 02-07-2025, 02:48 AM
|
2 responses
21 views
0 likes
|
Last Post
![]()
by futureszone
Today, 06:05 PM
|
||
Started by cutzpr, Today, 05:24 PM
|
0 responses
5 views
0 likes
|
Last Post
![]()
by cutzpr
Today, 05:24 PM
|
||
Ola
by Ezequiel40
Started by Ezequiel40, Today, 05:23 PM
|
0 responses
7 views
0 likes
|
Last Post
![]()
by Ezequiel40
Today, 05:23 PM
|
Comment