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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
42 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
29 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
46 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
38 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment