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 tkaboris, Today, 05:13 PM
      0 responses
      2 views
      0 likes
      Last Post tkaboris  
      Started by GussJ, 03-04-2020, 03:11 PM
      16 responses
      3,281 views
      0 likes
      Last Post Leafcutter  
      Started by WHICKED, Today, 12:45 PM
      2 responses
      19 views
      0 likes
      Last Post WHICKED
      by WHICKED
       
      Started by Tim-c, Today, 02:10 PM
      1 response
      10 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by Taddypole, Today, 02:47 PM
      0 responses
      5 views
      0 likes
      Last Post Taddypole  
      Working...
      X