[Display(ResourceType = typeof(Custom.Resource), Name = "Kontrakty", GroupName = filterMoneyManagement, Order = filterMoneyManagementOrder, Description = "Počet kontraktů, které se budou obchodovat")]
public int ContractsSet1 {
get { return iContractsSet[0]; }
set { iContractsSet[0] = value; }
}
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Access parameter description and name in onstrategy change
Collapse
X
-
Access parameter description and name in onstrategy change
Hello Is it possible to access values such as Description and name in parameters?
Code:Tags: None
-
Hi kujista, I found one answer to this question here, though I am not able to test this out due to going out of the scope of support I am able to provide on the subject:
-
Hi Chris,
Is there a way to echo properties values and names in State.DataLoaded code using similiar code to:
https://ninjatrader.com/support/help...a_typeconverte r_to_custo.htm
In this part I need to get all values of all properties and echo them to console. and in example above it does not show anything :-/ even if there is
Code:foreach (PropertyDescriptor property in propertyDescriptorCollection) { // do something with a specific property // cannot call Print() here // but you can call the static Output window "Process()" NinjaTrader.Code.Output.Process(property.Name, PrintTo.OutputTab1); }
Comment
-
Hi kujista, I answered on the other forum thread here:
Hi, is it possible when I change value of 1 parameter in strategy settings to set other values to predefined values? so i do not need to do this manually? I want to change value on top, and when i do so, it will change values of other fields.. ​ ​
Please post there if you have any questions.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
57 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
26 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
17 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
24 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
24 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|
Comment