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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
160 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
307 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
244 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
348 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
178 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment