+1 888 340 6572

Help Center: Difference between revisions

From MultiCharts
Line 18: Line 18:
*[[How to Install or Update MultiCharts]]
*[[How to Install or Update MultiCharts]]
*[[How to Connect to a Data Feed or a Broker]]
*[[How to Connect to a Data Feed or a Broker]]
*[[Category:FAQ|FAQ]]


==Contents==
==Contents==

Revision as of 15:14, 22 May 2024

MultiCharts

MultiCharts is a trading platform that offers a range of tools designed for market analysis, strategy development, and trading.
Here are some of the key MultiCharts tools for traders and financial analysts:

  • High-definition charting and market scanning
  • Built-in indicators and strategies
  • Strategy development, testing and optimization tools
  • Simulated trading and market playback
  • Portfolio analysis and trading
  • Connection to various brokers for manual and automated order management and execution

Watch MultiCharts Intro Video to get an overview of the platform.

Beginner's Guide

These pages will help you get started and set MultiCharts up according to your goals and needs.
Each section contains links to detailed pages for further information:

Contents

PowerLanguage Keyword Reference

PowerLanguage is an advanced programming environment for creating technical analysis indicators and trading strategies for the MultiCharts trading platform. PowerLanguage offers sophisticated features sought after by experts while still maintaining an easy learning curve for beginners. Download PowerLanguage Keyword Reference (MultiCharts 10.0 Beta 1 and below) in PDF format: Media:PowerLanguage_Keyword_Reference.pdf

MultiCharts .NET

MultiCharts .NET combines the best features of MultiCharts with the robust potential of the .NET framework.

The main difference between MultiCharts .NET and MultiCharts regular is the ability to develop in .NET languages, such as C# and VB.NET. Any IDE can be used to create scripts, from the built-in editor to Notepad++. A very tight integration with Visual Studio makes this IDE a perfect choice.

Here are a few features in MultiCharts .NET that are not available in MultiCharts regular:

  1. Access all data from scripts for instruments that are not even charted
  2. Create custom toolbars
  3. Draw objects using GDI
  4. Access all the Order and Position Tracker information from scripts

Watch a short intro video to get an overview of the .NET Editor and the tight integration we created with Visual Studio.

The PowerLanguage .NET Help file with descriptions of all of functions is located in the PowerLanguage .NET Editor itself and can be downloaded here (you may need to unblock the .chm file to be able to see its content: right-click the file → Properties → check Unblock on the General tab → click Apply).

The MultiCharts .NET Programming Guide describing the process of creating and applying studies in MultiCharts .NET can be found here.

.NET Programming Guide

Indicators and signals for MultiCharts .NET can be written using C# and VB.NET programming languages. The following information requires that the reader has basic knowledge of any C# or VB.NET programming languages. If not, then we recommend reviewing the following reference before continuing.

This Programming Guide describes the process of creating and applying studies in MultiCharts .NET.
A description of all PowerLanguage .NET methods and classes can be found in Power Language .NET Help: PowerLanguage .NET Editor main menu → Help → PowerLanguage .NET Help.