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 f.saeidi, Today, 12:11 AM
        0 responses
        1 view
        0 likes
        Last Post f.saeidi  
        Started by Graci117, Yesterday, 11:40 PM
        0 responses
        5 views
        0 likes
        Last Post Graci117  
        Started by BIOK.NT, Yesterday, 01:56 PM
        2 responses
        11 views
        0 likes
        Last Post BIOK.NT
        by BIOK.NT
         
        Started by i2ogu3, Yesterday, 11:31 PM
        0 responses
        4 views
        0 likes
        Last Post i2ogu3
        by i2ogu3
         
        Started by RDTrader16, Yesterday, 10:19 PM
        0 responses
        10 views
        0 likes
        Last Post RDTrader16  
        Working...
        X