Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Another contribution - NinjaTrader isolated instance creator

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

    Another contribution - NinjaTrader isolated instance creator

    We (developers) need to have separate instance for development and separate instance for testing the different DLL's and indicators... Till date, NT doesn't support that, and we have to manually create different copies of "bin/Custom" folder and rename them by hand everytime we need to start this or that instance.

    So we created a simple application which creates separated new instances. Now, you can have different set of "Custom" folders for each instance, like:

    Code:
    MyInstance1  (the content of Custom Folder):
    
    Custom/Indicators/A.cs
    Custom/Indicators/B.cs
    ... etc
    
    MyInstance2  (the content of Custom Folder):
    
    Custom/myIndi1.dll
    Custom/myIndi2.dll
    Custom/Indicators/M.cs
    Custom/​​​​​​​Indicators/N.cs
    ​​​​​​​...
    ​​​​​​​


    https://puvox.software/blog/ninjatrader-multi-separated-instances/

    You can get an idea from that and create something built-in (native) in Ninjatrader.

    Thanks!
    Last edited by ttodua; 03-11-2019, 01:09 PM.

    #2
    Hello TazoTodua,

    Are you asking how to create an export environment?

    Below is a link to a forum post where I have outlined this.


    Or are you asking how to exclude open source files from compilation?
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hello TazoTodua,

      To switch compilation environments you can either exclude files or change the settings environment folder as demonstrated in the link I provided.

      You can have as many setting environment folders as you want. This is typically how I create videos with only a single script or export dlls.
      Chelsea B.NinjaTrader Customer Service

      Comment


        #4
        Chelsea, renaming the folders manually by hand, is annyoing.

        this app does all that automatically, in a single click. it was good you have tested it (it's open source VS project).
        Last edited by ttodua; 08-06-2019, 06:15 AM.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by fx.practic, 10-15-2013, 12:53 AM
        5 responses
        5,404 views
        0 likes
        Last Post Bidder
        by Bidder
         
        Started by Shai Samuel, 07-02-2022, 02:46 PM
        4 responses
        95 views
        0 likes
        Last Post Bidder
        by Bidder
         
        Started by DJ888, Yesterday, 10:57 PM
        0 responses
        8 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by MacDad, 02-25-2024, 11:48 PM
        7 responses
        159 views
        0 likes
        Last Post loganjarosz123  
        Started by Belfortbucks, Yesterday, 09:29 PM
        0 responses
        8 views
        0 likes
        Last Post Belfortbucks  
        Working...
        X