VerifyLicense

From MultiCharts
Jump to navigation Jump to search

When executed, a popup window will appear where the client is required to enter his key for using this study. If the key is invalid study will not be executed and an error message will appear.

Usage

VerifyLicense("Study_Name", "Developer_ID")

Where:

Study_Name - the registered study name on the DRM server
Developer_ID - your login for the DRM server

Notes

Study_Name and Developer_ID parameters are not case-sensitive.

Example

VerifyLicense("Moving Average", "Adam.Smith@gmail.com");