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
Looking for a User App or Add-On built by the NinjaTrader community?
Visit NinjaTrader EcoSystem and our free User App Share!
Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less
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 aligator, Today, 03:04 PM
|
0 responses
2 views
0 likes
|
Last Post
![]()
by aligator
Today, 03:04 PM
|
||
Started by ATMtrader0001, Today, 02:26 PM
|
2 responses
12 views
0 likes
|
Last Post
![]() |
||
Started by jbmiguel, Today, 08:48 AM
|
3 responses
20 views
0 likes
|
Last Post
![]()
by JWilliams
Today, 03:33 PM
|
||
Started by traderUS, Today, 01:12 PM
|
0 responses
14 views
0 likes
|
Last Post
![]()
by traderUS
Today, 01:12 PM
|
||
Started by rocker84, Today, 11:57 AM
|
7 responses
30 views
0 likes
|
Last Post
![]()
by rocker84
Today, 01:17 PM
|
Comment