Changes

Jump to navigation Jump to search

Global Variables

10 bytes added, 17:46, 1 April 2022
Global Variables is an external .dll file that can be used to pass values between strategies on separate charts and third party applications.
The information is stored in a shared memory space. External processes can access the data in the memory for further operations.<br>
<br>When a customer uses Global Variables it is important to determine the read-write action time because the actions are performed in the script calculation.<br>
<br>
Global Variables work between different MultiCharts processes of the same bitness if they use the same GlobalVariable.dll (that is stored in the same place).
<br>MultiCharts .NET 32bit and MultiCharts 32bit
<br>MultiCharts .NET 64bit and MultiCharts 64bit
 
== Example ==
From MultiCharts, the Global Variables functionality is accessed by PowerLanguage functions:

Navigation menu