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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
633 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
364 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
567 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
568 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment