Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Property List<string>
Collapse
X
-
Property List<string>
Is it possible to create a property that is a List<string> so that it behaves similar to how an enum property would? So that it would a) create a combo box with the list of strings where it allows you to select one of them, and b) will let you optimize across the list of values in the list when optimizing?Tags: None
-
Hello,
After speaking with development on this, it looks like the maximum complexity of optimization objects would be up to enums.
A collection of objects could be any type really so there would not be a way to cover all bases on this. Instead it was suggested to utilize a Int property or an Enum and optimize that. In the script you could utilize the int to delegate logic or use a specific index in a collection for logic.
I am unsure of the specifics on your need for a list of strings but this would likely be the easiest/most correct solution regarding what can be optimized.
I look forward to being of further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
24 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
25 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|
||
|
Started by CaptainJack, 03-25-2026, 09:53 PM
|
0 responses
30 views
0 likes
|
Last Post
by CaptainJack
03-25-2026, 09:53 PM
|
||
|
Started by CaptainJack, 03-25-2026, 09:51 PM
|
0 responses
18 views
0 likes
|
Last Post
by CaptainJack
03-25-2026, 09:51 PM
|
||
|
Started by Mindset, 03-23-2026, 11:13 AM
|
0 responses
27 views
0 likes
|
Last Post
by Mindset
03-23-2026, 11:13 AM
|

Comment