Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Make "Entries Per Direction" Optimize able
Collapse
X
-
Make "Entries Per Direction" Optimize able
Im trying to optimize a strategy. How can I make "entries per direction" optimizable?Tags: None
-
Hello jonbennett.
Thanks for your question.
Please consider the following:
1. Create an integer user defined input for "MaxEntriesPerDirection"
2. Create a variable to track "EntriesMadeInOneDirection"
3. In your logic check that your EntriesMadeInOneDirection variable does not exceed MaxEntriesPerDirection in addition to your other entry logic
4. Then when you enter, increment the EntriesMadeInOneDirection variable.
You can then set "EntriesPerDirection" to a high value and then you can use your optimizable properties to control EntriesPerDirection.
Creating User Defined Inputs - https://ninjatrader.com/support/help...d_input_pa.htm
A publicly available resource on incrementing variables with C# can be found here - https://ninjatrader.com/support/help...d_input_pa.htm
Another publicly available resource on variable scope can be found here - https://www.tutorialspoint.com/scope...ables-in-chash
We look forward to assisting.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
50 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
127 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
69 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
42 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment