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 algospoke, Yesterday, 06:40 PM
        2 responses
        23 views
        0 likes
        Last Post algospoke  
        Started by ghoul, Today, 06:02 PM
        3 responses
        14 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by jeronymite, 04-12-2024, 04:26 PM
        3 responses
        45 views
        0 likes
        Last Post jeronymite  
        Started by Barry Milan, Yesterday, 10:35 PM
        7 responses
        22 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by AttiM, 02-14-2024, 05:20 PM
        10 responses
        181 views
        0 likes
        Last Post jeronymite  
        Working...
        X