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

license creation for indicator

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

    license creation for indicator

    Hello,

    I have gone through this folder I don’t have any .cs file its empty.
    (My) Documents\Ninja Trader 8\bin\Custom\Add-ons folder
    1.My Problem is as a developer I need to create the vendor license for indicator.
    2. I have created indicator according to the sample code mentioned in the ‘vendor license help guide’ I just change the code my vendor name, module and the url then executed. “I need the license key where I will get” this should be generated by developer side only right then we have to provide this one o the our clients right. Please clarify my doubt .
    3. how to generate the license key for indicator as a developer am not trader are customer.

    4.This is the case I have change my vendor name, url and mail in sample code

    //VendorLicense("NT", "Module", "www.your-url.com", "[email protected]", this is sample code by help guide.

    5. From sample code:Is this nessary to get the license in my part I shoul add or comment this one.
    // No license verification should be triggered if indicator runs on indexes
    if (Instrument.MasterInstrument.InstrumentType == InstrumentType.Index)
    return false;
    // License verification for MSFT requires custom configuration
    else if (Instrument.FullName == "MSFT")
    {
    CurrentVendorLicense.Module = "Custom-MSFT-Modul";//Getting error all 3 line here should I mentione my vendor name here
    CurrentVendorLicense.VendorMail = "[email protected]";
    CurrentVendorLicense.VendorUrl = "www.custom-MSFT-url.com";
    }

    // For all other instruments the already configured license verification is triggered.
    return true;
    });

    Thank you, please reply me soon.

    #2
    Thank you for your question [email protected] . Since we are discussing licensing information not available to the general public please send an e-mail to platformsupport[at]ninjatrader[dot]com with 1698944 and Attn:NinjaTrader_JessicaP in the subject line. We will be happy to assist further.
    Jessica P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by tsantospinto, 04-12-2024, 07:04 PM
    5 responses
    67 views
    0 likes
    Last Post tsantospinto  
    Started by cre8able, Today, 03:20 PM
    0 responses
    6 views
    0 likes
    Last Post cre8able  
    Started by Fran888, 02-16-2024, 10:48 AM
    3 responses
    49 views
    0 likes
    Last Post Sam2515
    by Sam2515
     
    Started by martin70, 03-24-2023, 04:58 AM
    15 responses
    115 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by The_Sec, Today, 02:29 PM
    1 response
    8 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X