PDA

View Full Version : Authenticating or identifying users


ThePatientOne
02-16-2007, 09:30 AM
Is there anyway I can authenticate *who* is using my indicators or strategies by checking the license key or some other uniquely identifying piece of information within NinjaTrader 6? If so, what NinjaScript command am I looking for?

Thank you.

NinjaTrader_Ray
02-17-2007, 07:30 AM
We do not provide licensing methods at this time however, you can code your own. You can access the property

Cbi.License.MachineId

which is a unique value per PC.

Ray

PS - If you need some code sample on what can be done send me an email to ray at ninjatrader dot com.

ThePatientOne
02-17-2007, 03:04 PM
Excellent. This may be all that I need for now. Eventually, it would be better to be able to identify each NinjaTrader subscriber by their License Key or some other uniquely identifiable piece of information that would be the same for that user.

Thank you!

NinjaTrader_Ray
02-18-2007, 01:09 AM
Cbi.License.Id will giveyou the users's license key

Ray