×

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

 
(107 intermediate revisions by 15 users not shown)
Line 1: Line 1:
== About MultiCharts 7 ==
+
==MultiCharts==
  
[[MultiCharts]] is an award-winning [[trading platform]]. Whether you are a new trader or a professional, MultiCharts has features that may help you achieve your trading goals. High-definition charting, built-in indicators and strategies, one-click trading from chart and DOM, high-precision backtesting, brute-force and genetic optimization, automated execution and support for EasyLanguage scripts are all key tools at your disposal.
+
MultiCharts is a trading platform that offers a range of tools designed for market analysis, strategy development, and trading.<br>
Freedom of choice has been the driving idea behind our MultiCharts and you can see it in the wide choice of supported data feeds and brokers. Choose your trading method, test it, and start trading with any supported broker you like—that's the advantage of [[MultiCharts]].
+
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
  
== How to use ==
+
Watch '''[https://www.multicharts.com/tutorials/ 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.<br>
 +
Each section contains links to detailed pages for further information:
 +
*[[Quick Guide to Get Started]]
 +
*[[How to Install or Update MultiCharts]]
 +
*[[How to Connect to a Data Feed or a Broker]]
 +
* [https://www.multicharts.com/trading-software/index.php?title=Category:FAQ FAQ]
  
==Help==
+
==Contents==
  
 +
<categorytree mode=pages  showcount="on" depth=2>Help</categorytree>
  
==Studies==
+
==PowerLanguage Guide==
  
 +
PowerLanguage serves as the backbone of MultiCharts, empowering traders to craft personalized trading solutions.<br>
 +
This section provides an overview of PowerLanguage's fundamental aspects, offering insights into its functionality and the range of possibilities it presents for traders.
  
<categorytree mode=pages>QuoteManager</categorytree>
+
<categorytree mode=pages showcount="on">PowerLanguage</categorytree>
 +
 
 +
Download PowerLanguage Keyword Reference in PDF format [https://www.multicharts.com/trading-software/images/c/c6/PowerLanguage_Keyword_Reference.pdf here].
 +
 
 +
==MultiCharts .NET==
 +
 
 +
[http://www.multicharts.com/net/  MultiCharts .NET] combines the best features of [http://www.multicharts.com/net/  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:
 +
# Access all data from scripts for instruments that are not even charted
 +
# Create custom toolbars
 +
# Draw objects using GDI
 +
# Access all the Order and Position Tracker information from scripts
 +
 
 +
Watch a [http://www.multicharts.com/downloads/mcnet_overview.mp4 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 [http://www.multicharts.com/downloads/PowerLanguage.NET.chm 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 [https://goo.gl/JjeGeW 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 '''[http://msdn.microsoft.com/en-us/library/dd642420%28v=vs.100%29.aspx reference]''' before continuing.
 +
 
 +
This Programming Guide describes the process of creating and applying studies in MultiCharts .NET.<br>
 +
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.
 +
 
 +
<categorytree mode=pages  showcount="on" depth=2>Category:.NET Programming Guide</categorytree>

Latest revision as of 17:49, 22 May 2024

Contents

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

Help(7 C, 9 P)
FAQ(69 P)

PowerLanguage Guide

PowerLanguage serves as the backbone of MultiCharts, empowering traders to craft personalized trading solutions.
This section provides an overview of PowerLanguage's fundamental aspects, offering insights into its functionality and the range of possibilities it presents for traders.

Download PowerLanguage Keyword Reference in PDF format here.

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.