×

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
Open main menu

Changes

no edit summary
In MultiCharts .NET it is possible to develop indicators and signals not only in a pre-built editor, PLEditor.NET.exe, but in any other editor, for example, in a notepad, or in a more suitable editor such as MS VS 2010 and its freeware version, [httphttps://wwwvisualstudio.microsoft.com/visualstudiovs/engcommunity/downloads#d-2010-express MS VS ExpressCommunity].
The Integration process between MultiCharts .NET and MS VS is very simple. The script for each study is stored in a separate file (*.cs or *.vb). Below are the default paths of the folders where these scripts are stored:
# For '''MultiCharts64 MultiCharts .NETNET64''' - %allusersprofile%\Application Data\TS Support\MultiCharts64 MultiCharts .NETNET64\StudyServer\Techniques\CS\
# For '''MultiCharts .NET''' - %allusersprofile%\Application Data\TS Support\MultiCharts .NET\StudyServer\Techniques\CS\
When the compilation is started in editor, MultiCharts .NET remembers what compilation mode was used. With future background compilations, when studies scripts are changed and saved from MS VS or any other editor, the most recent mode parameters will be used.
[[Category:6.NET Programming GiudeIntegration with Microsoft Visual Studio 2010/2012/Express]]