Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Exporting a secured template
Collapse
X
-
Hello brucelevy,
Thanks for your post.
Please review the helpguide section on distribution, here: http://ninjatrader.com/support/helpG..._procedure.htm It includes a procedure for including templates.
-
Thanks Paul, also I am having an issue adding the vendor license line of code to an indicator.
The errors: https://i.gyazo.com/836545df640e8afe...f4c5c7850a.png
The code:
protected override void Initialize()
{
VendorLicense(Vendor ID, Model Name,URL, Email);
AutoScale = false;
Overlay = true;
}
Comment
-
Take another look at pairing your braces properly.Originally posted by brucelevy View PostThanks Paul, also I am having an issue adding the vendor license line of code to an indicator.
The errors: https://i.gyazo.com/836545df640e8afe...f4c5c7850a.png
The code:
protected override void Initialize()
{
VendorLicense(Vendor ID, Model Name,URL, Email);
AutoScale = false;
Overlay = true;
}
Comment
-
I would suggest that you do a physical count of the open and close braces, to cross-check. I cannot tell you how many times I was certain that my braces were aligned, and look aligned, only for me to find out that in fact, I had an extra brace in there.Originally posted by brucelevy View PostI have aligned the braces but still getting the same errors
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
553 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
100 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
543 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
546 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment