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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
45 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
30 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
99 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
177 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
170 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment