Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to add a boolean property to a custom BarType
Collapse
X
-
How to add a boolean property to a custom BarType
How do I add a boolean property to a custom BarType? Are there any examples?Tags: None
-
Hello sbgtrading,
For the user interface the only supported value properties in a BarsType would be the Value/Value2 properties. BarsTypes rely on changing the name of the two properties as shown in the other bars types. All the supported properties in a BarsType can be found in the list here: https://ninjatrader.com/support/help...pertyname2.htm
You can add other public properties or methods to your bars types class but those will not appear in the user interface. That would only really be useful if you are using the BarsType in some way from code, an example of what I am referring to would be how you access the volumetric bars custom methods in code.
I look forward to being of further assistance.
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
98 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
143 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
69 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
125 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
77 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment