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 Shansen, 08-30-2019, 10:18 PM
    24 responses
    942 views
    0 likes
    Last Post spwizard  
    Started by Max238, Today, 01:28 AM
    0 responses
    9 views
    0 likes
    Last Post Max238
    by Max238
     
    Started by rocketman7, Today, 01:00 AM
    0 responses
    4 views
    0 likes
    Last Post rocketman7  
    Started by wzgy0920, 04-20-2024, 06:09 PM
    2 responses
    28 views
    0 likes
    Last Post wzgy0920  
    Started by wzgy0920, 02-22-2024, 01:11 AM
    5 responses
    33 views
    0 likes
    Last Post wzgy0920  
    Working...
    X