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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
128 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
73 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
116 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
109 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
88 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment