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 Waxavi, Today, 02:10 AM
      0 responses
      3 views
      0 likes
      Last Post Waxavi
      by Waxavi
       
      Started by TradeForge, Today, 02:09 AM
      0 responses
      7 views
      0 likes
      Last Post TradeForge  
      Started by Waxavi, Today, 02:00 AM
      0 responses
      2 views
      0 likes
      Last Post Waxavi
      by Waxavi
       
      Started by elirion, Today, 01:36 AM
      0 responses
      4 views
      0 likes
      Last Post elirion
      by elirion
       
      Started by gentlebenthebear, Today, 01:30 AM
      0 responses
      4 views
      0 likes
      Last Post gentlebenthebear  
      Working...
      X