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

how to use Vendor Licensing option

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

    how to use Vendor Licensing option

    Hi PatrickH,

    I have implemented custom indicator and would like to provide trial version to demonstrate all features. How is it possible to do?

    please tell me how to use Vendor Licensing option in ninjatrader. tell me is it free tool or paid tool?

    I want to make an indicator that will only work on one machine.To do this I need to find the machine id on the computer. Is there a function that returns that?


    Thank you,

    #2
    Hello paruchuriphani,

    Thank you for your post.

    This will require commercial distribution of your software, meaning you willl ned to be a commerical third party developer. For information on this matter please visit the following link: http://www.ninjatrader.com/support/h...entication.htm

    If you have questions on this matter please send a note to sales[at]ninjatrader[dot]com.

    Comment


      #3
      Hi PatrickH,

      Thank you for your reply,

      I want to make an indicator that will only work on one machine.To do this I need to find the machine id on the computer. Is there a function that returns that? please tell how to write the code for this?

      Comment


        #4
        Hello paruchuriphani,

        Thank you for your response.

        The Machine Id is used with our Vendor Licensing and cannot be accessed outside of this.

        Please let me know if I may be of further assistance.

        Comment


          #5
          Hi PatrickH,

          Thank you for your reply,

          are you offering any (Vendor Licensing) trial version for new commerical third party developers. like me.

          and how many days it will take to give me your Vendor Licensing access? after check my Qualifications!.

          thankyou,
          Last edited by paruchuriphani; 03-04-2013, 12:45 PM.

          Comment


            #6
            Hello paruchuriphani,

            Thank you for your post.

            If you have inquiries on this matter please send a note to sales[at]ninjatrader[dot]com.

            Comment


              #7
              Hello,

              Thank you,

              i will send a note to your sales wing.

              i have one more doubt i wrote script for protecting by having an expiration date.is this correct or not?.


              protected override void OnBarUpdate()
              {
              DateTime endDate = new DateTime(2012, 6, 30);
              if( DateTime.Now > endDate) {return;}
              }

              2) please give me one example for how to use OnTermination()?

              Comment


                #8
                Hello paruchuriphani,

                Thank you for your response.

                As long as your code for the expiration is the first item in your OnBarUpdate() method and you do not use other methods within the indicator or strategy this should work as expected.

                For the OnTermination() method it comes down to cleaning up resources that do not need to be used when the Strategy or Indicator is disabled. Such as items that if left running would use your system resources such as memory.
                Please review the information on OnTermination() at the following link: http://www.ninjatrader.com/support/h...ermination.htm

                Please let me know if I may be of further assistance.

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by LiamTwine, Today, 08:10 AM
                0 responses
                1 view
                0 likes
                Last Post LiamTwine  
                Started by Balage0922, Today, 07:38 AM
                0 responses
                5 views
                0 likes
                Last Post Balage0922  
                Started by JoMoon2024, Today, 06:56 AM
                0 responses
                6 views
                0 likes
                Last Post JoMoon2024  
                Started by Haiasi, 04-25-2024, 06:53 PM
                2 responses
                19 views
                0 likes
                Last Post Massinisa  
                Started by Creamers, Today, 05:32 AM
                0 responses
                6 views
                0 likes
                Last Post Creamers  
                Working...
                X