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 RookieTrader, Today, 09:37 AM
        3 responses
        15 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by kulwinder73, Today, 10:31 AM
        0 responses
        6 views
        0 likes
        Last Post kulwinder73  
        Started by terofs, Yesterday, 04:18 PM
        1 response
        24 views
        0 likes
        Last Post terofs
        by terofs
         
        Started by CommonWhale, Today, 09:55 AM
        1 response
        4 views
        0 likes
        Last Post NinjaTrader_Erick  
        Started by Gerik, Today, 09:40 AM
        2 responses
        7 views
        0 likes
        Last Post Gerik
        by Gerik
         
        Working...
        X