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!
See more
See less

Partner 728x90

Collapse

Separate code files

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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!

    #2
    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

    Comment


      #3
      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 ScottWalsh, Today, 04:29 PM
      0 responses
      5 views
      0 likes
      Last Post ScottWalsh  
      Started by rtwave, 04-12-2024, 09:30 AM
      2 responses
      22 views
      0 likes
      Last Post rtwave
      by rtwave
       
      Started by tsantospinto, 04-12-2024, 07:04 PM
      5 responses
      70 views
      0 likes
      Last Post tsantospinto  
      Started by cre8able, Today, 03:20 PM
      0 responses
      7 views
      0 likes
      Last Post cre8able  
      Started by Fran888, 02-16-2024, 10:48 AM
      3 responses
      49 views
      0 likes
      Last Post Sam2515
      by Sam2515
       
      Working...
      X