Announcement

Collapse
No announcement yet.

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 Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    649 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    370 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    109 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    574 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    576 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X