Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
UDMs ?
Collapse
X
-
-
Hello spottysallrite,
Thanks for your post.
NinjaTrader 7 used a "UserDefinedMethods" class to define methods to be used across multiple NinjaScript indicators or strategies. In NinjaTrader 8, these pre-built partial classes have been removed to reduce a number of issues which could result from users sharing their UserDefinedMethods.cs files, or overwriting their existing files with copies from a new vendor. Partial classes are now best built manually and saved in the C:\Users\<user>\Documents\NinjaTrader 8\bin\Custom\AddOns folder.
The 'MySharedMethods' reference sample shared by my colleague Chelsea on the forum thread linked below demonstrates how you could set up custom methods that could be accessed by custom indicators or strategies.
https://forum.ninjatrader.com/forum/...956#post733956
You could find information about partial classes and sample code on the 'Implementation changes overview' section of this help guide page below.
https://ninjatrader.com/support/helpGuides/nt8/index.html?code_breaking_changes.htm
Information about creating partial classes in C# could also be found on the forum thread linked below.
https://ninjatrader.com/support/foru...119#post758119<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, 03-13-2026, 05:17 AM
|
0 responses
95 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
153 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
80 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
54 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
70 views
0 likes
|
Last Post
|

Comment