[I][removed by NinjaTrader staff][/I]
private bool verify(){
return true;
}
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Force License check before onBarUpdate
Collapse
X
-
Force License check before onBarUpdate
I am developing indicator for my friend. He wants to control the usage of it using NT license and he worked with NT support team , got the approval. Now I have to add the code to force license check before even my indicator start drawing anything . I used below code for force check. But it is not prompting for license key / no alert and continue drawing object. I expected this to be terminated / prompt for license after checking license . Kindly review below and share your input.
Code:Tags: None
-
Hello nandhumca,
Thanks for your post.
Please be sure to review the Vendor Licensing Help Guide provided by Vendor Support and Business Development for an example script and further direction for setting up the licensing code.
Beyond the Vendor Licensing Help Guide, if you need additional help on applying the code specifically, please reach out to scriptingsupport [at] ninjatrader [dot] com to discuss using the Vendor Licensing code. Vendorsupport [at] ninjatrader [dot com] can help with setting up licenses after the code is applied. (We have removed the Vendor License related code from your post.)
I am not sure the intentions of the included verify() method, it simply will return true whenever you call it.
We look forward to assisting.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
68 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
151 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
162 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
100 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
288 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment