I plan on separating a breakout and a mean reversion entry logic based on a drop down box in the strategy settings.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Select entry logic option for strategy
Collapse
X
-
Select entry logic option for strategy
Hi, I would like to know how I can select an entry logic condition set in the strategy settings drop down menu.
I plan on separating a breakout and a mean reversion entry logic based on a drop down box in the strategy settings.Tags: None
-
-
Hello brucelevy,
Thanks for your post.
As member koganam has offered, using an enum in the strategy properties would allow you to select which strategy code to use and then in your code you can use branching statements based on the enum selected.
Here is a link to a reference indicator that demonstrates using an enum: http://ninjatrader.com/support/forum...ead.php?t=3420
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
123 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
104 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
82 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
102 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
83 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment