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 Belfortbucks, Today, 09:29 PM
    0 responses
    3 views
    0 likes
    Last Post Belfortbucks  
    Started by zstheorist, Today, 07:52 PM
    0 responses
    7 views
    0 likes
    Last Post zstheorist  
    Started by pmachiraju, 11-01-2023, 04:46 AM
    8 responses
    150 views
    0 likes
    Last Post rehmans
    by rehmans
     
    Started by mattbsea, Today, 05:44 PM
    0 responses
    6 views
    0 likes
    Last Post mattbsea  
    Started by RideMe, 04-07-2024, 04:54 PM
    6 responses
    33 views
    0 likes
    Last Post RideMe
    by RideMe
     
    Working...
    X