if (strategy.Entry)
{
propertyDescriptorCollection.Add(side1);
propertyDescriptorCollection.Add(entrySignal1);
propertyDescriptorCollection.Add(entrySignalBarTyp e1);
propertyDescriptorCollection.Add(entrySignalBarVal ue1);
}
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
UIConverter doesn't work if backtest type = Optimization
Collapse
X
-
UIConverter doesn't work if backtest type = Optimization
I have a UI converter to show/hide NinjaScript Properties if a checkbox has been selected, works perfect if Backtest Type is Backtest in Strategy analyzer but when I change it to optimization and select True for strategy.Entry, it does not show/hide the properties. Is it not refreshing the UI if optimization? Or is there new code I need to add for optimization selection?
Code:Tags: None
-
Hello JakeOfSpades,
Thank you for your post.
Unfortunately this would be expected behavior. Even if a property is toggled off, it will still display in the Settings Display and applying a NinjaScriptProperty attribute to toggling property breaks the toggling behavior. This is a limitation of the platform and how it performs backtests/optimizations.
Please let us know if we may be of further assistance to you.
-
Understood, unfortunate limitation.Originally posted by NinjaTrader_Kate View PostHello JakeOfSpades,
Thank you for your post.
Unfortunately this would be expected behavior. Even if a property is toggled off, it will still display in the Settings Display and applying a NinjaScriptProperty attribute to toggling property breaks the toggling behavior. This is a limitation of the platform and how it performs backtests/optimizations.
Please let us know if we may be of further assistance to you.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
47 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
23 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
33 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
51 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment