×

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 "GetUserName" - MultiCharts
Open main menu

Difference between revisions of "GetUserName"

(Created page with "Returns MultiCharts registration name (UserName) for MultiCharts installation on the PC that the study is being run on. UserName is used for study protection. ==== Usage ...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Returns MultiCharts registration name (UserName) for MultiCharts installation on the PC that the study is being run on.  
+
Returns MultiCharts login (UserName) for MultiCharts installation on the PC that the study is being run on.  
  
 
UserName is used for study protection.  
 
UserName is used for study protection.  
 
   
 
   
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>GetUserName</syntaxhighlight>  
 
<syntaxhighlight>GetUserName</syntaxhighlight>  
 
   
 
   
==== Example ====
+
== Example ==
 
Assign a value, indicating the UserName, to UserName variable:  
 
Assign a value, indicating the UserName, to UserName variable:  
  

Latest revision as of 17:59, 20 December 2021

Returns MultiCharts login (UserName) for MultiCharts installation on the PC that the study is being run on.

UserName is used for study protection.

Usage

GetUserName

Example

Assign a value, indicating the UserName, to UserName variable:

var: UserName("");
UserName = getUserName;