×

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

Global Variables

87 bytes added, 13:22, 3 May 2023
AccuracySetNamedInt</syntaxhighlight>
All global variables use the same principle – it is required to specify the name that is attached to a value to get this value.<br>
The second parameter defines the error code that the function will return.<br><syntaxhighlight>value1 = AccuracyGetNamedDouble("Double_VariableName", -1);value2 = AccuracyGetNamedInt("Int_VariableName", -1);</syntaxhighlight>
In order to remember a value, one needs to assign a name and associate the value with this name:<br>
<syntaxhighlight>AccuracySetNamedDouble("Double_VariableName", 0.05);
AccuracySetNamedInt("Int_VariableName", 50);</syntaxhighlight>  
== Additional info ==
* our discussion forum:

Navigation menu