I'm currently working on list of indicators and there are some pieces of code which I want to move to separate file - is it possible to do this? And if you - how I can make the code from that file visible in my indicators? Thanks!
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Separate code files
Collapse
X
-
Separate code files
Hello
I'm currently working on list of indicators and there are some pieces of code which I want to move to separate file - is it possible to do this? And if you - how I can make the code from that file visible in my indicators? Thanks!Tags: None
-
Hello Globus000,
Thank you for writing in.
You can utilize the UserDefinedMethods script.
Our help guide details the use of the UserDefinedMethods script: https://ninjatrader.com/support/help...ed_methods.htm
This will allow you to create methods or functions that will be available to all of your indicators.
Please, let us know if we may be of further assistance.Zachary G.NinjaTrader Customer Service
-
Hi Zachary
Thank you for your response. But I've solded it in different way: I've just created several separate *.cs files in the same folder and placing my code there. I decided not to put everything in one file - even UserDefinedMethods - because I've got lots of different stuff and there will be complete mess there
The only side effect of my approach is that as far as I understand all these *.cs files will be also treated as indicators - at least when opening Tools -> Edit Ninja Script -> Indicators they have the same icons. Not a big problem for me as I'm planning to distribute my indicators as assemblies, but still...
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
574 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
333 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment