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

Parameters in Add On?

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

    Parameters in Add On?

    Hello, 1) How do I set a Parameter value for an AddOn? 2) How do I add a new Parameter to an existing AddOn? I'm not using AddOn to make a new tab or window....it is used to launch a background process.... Thanks

    #2
    reformatted?

    Hello,

    1) How do I set a Parameter value for an AddOn?

    2) How do I add a new Parameter to an existing AddOn?

    I'm not using AddOn to make a new tab or window....it is used to launch a background process....

    Thanks

    Comment


      #3
      Hello Turtle Trader,

      Thank you for your note.

      So I can best answer your question, would you please provide more information on what you're looking to do when you say set a parameter value?

      I look forward to your reply.
      Alan P.NinjaTrader Customer Service

      Comment


        #4
        reply

        I found a better solution than parameters

        What I am trying to do is to get the name of a session run time Profile.

        I don't like using the Ninja Parameters so I put most all parameters in an SQL database then load them at startup into public static variables.

        So, in this case I just needed the name of the Profile I want to load....for testing the profile will be something like TEST. In production, a different profile PROD.

        What I did was to put this profile name in a text file, very similar to the old idea of an INI file, in the Ninja 8 My Documents and then read it at startup (via an AddOn.

        Once I have the name of the session Profile, then I can continue loading the run configuration from the SQL database with an AddOn.

        Works good, and I don't have to mess with the Parameters.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by TradeForge, 04-19-2024, 02:09 AM
        2 responses
        28 views
        0 likes
        Last Post TradeForge  
        Started by aprilfool, 12-03-2022, 03:01 PM
        3 responses
        327 views
        0 likes
        Last Post NinjaTrader_Adrian  
        Started by giulyko00, Today, 12:03 PM
        1 response
        5 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Started by f.saeidi, Today, 12:14 PM
        1 response
        4 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by AnnBarnes, Today, 12:17 PM
        1 response
        2 views
        0 likes
        Last Post NinjaTrader_Zachary  
        Working...
        X