×

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.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

MultiCharts Study DRM Server

230 bytes added, 15:14, 18 February 2020
=== Step 3: Add a DRM Call Code to Your Study ===
 
'''In MultiCharts (PowerLanguage)'''
 
Add the [[VerifyLicense]] function to your study. For example:
 
<syntaxhighlight>VerifyLicense("Moving Average", "Adam.Smith@gmail.com");</syntaxhighlight>
 
'''In MultiCharts .NET'''
Add the VerifyLicense function call to your study in constructor and set the registered study name and your login as parameters.
For example:
'''<syntaxhighlight>public MovingAverageIndiсator(object _ctx) : base(_ctx){''' <br> '''VerifyLicense("Moving Average", "Adam.Smith@gmail.com");'''<br> '''}'''</syntaxhighlight>
Study name and e-mail are not case-sensitive.

Navigation menu