×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Difference between revisions of "VerifyLicense" - MultiCharts
Open main menu

Difference between revisions of "VerifyLicense"

(Created page with "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 me...")
 
 
(One intermediate revision by one other user not shown)
Line 17: Line 17:
  
 
<syntaxhighlight>VerifyLicense("Moving Average", "Adam.Smith@gmail.com"); </syntaxhighlight>
 
<syntaxhighlight>VerifyLicense("Moving Average", "Adam.Smith@gmail.com"); </syntaxhighlight>
 +
 +
[[Category:Execution Control]]

Latest revision as of 14:05, 7 November 2018

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");