Difference between revisions of "Which version to choose"

From MultiCharts
Jump to navigation Jump to search
(Created page with "'''Compare Editions''' It is critical to have the right trading platform to trade on the Stock, Futures, Forex and other financial markets. MultiCharts was recognized as the...")
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
'''Compare Editions'''
 
'''Compare Editions'''
  
 
+
It is critical to have the right trading platform to trade on Stocks, Futures, Forex and other financial markets. MultiCharts was recognized as the best trading software for several years in a row. We offer two flagship products MultiCharts and MultiCharts .NET.  
It is critical to have the right trading platform to trade on the Stock, Futures, Forex and other financial markets. MultiCharts was recognized as the best trading software for several years in a row. We offer two flagship products MultiCharts and MultiCharts .NET.  
 
  
 
MultiCharts combines powerful trading features with simplicity of EasyLanguage. Professional programmers, however, often prefer the more powerful .NET languages to create indicators and strategies. Both products are available in 64-bit version to let you load as many data as you need for the even most demanding backtesting and trading.
 
MultiCharts combines powerful trading features with simplicity of EasyLanguage. Professional programmers, however, often prefer the more powerful .NET languages to create indicators and strategies. Both products are available in 64-bit version to let you load as many data as you need for the even most demanding backtesting and trading.
  
  
'''What version to choose? The table below will help you!'''
+
'''Which version to choose? The points below will help you!'''
  
  
'''MultiCharts PLE'''  
+
'''MultiCharts'''  
  
*EasyLanguage compatibility allows to import studies from TradeStation   
+
*EasyLanguage compatibility allows to import studies from TradeStation.  
*User-friendly programming language can be easily learned by a non-professional programmer  
+
*User-friendly programming language can be easily learned by a non-professional programmer.
*A great amount of third-party add-ons available
+
*A great number of third-party add-ons available.
*Thousands of free studies available on the web
+
*Thousands of free studies available on the web.
*Easily protected as a read-only file (binary code)
+
*Easily protected as a read-only file (binary code).
*One study can easily get access to the values of the other study
+
*One study can easily get access to the values of the other study.
*Password protection of your script
+
*Password protection of your script.
  
  
Line 24: Line 23:
  
 
*Engineered specifically for programmers who use VB.NET and C#. The .NET Framework is much more flexible than PowerLanguage.
 
*Engineered specifically for programmers who use VB.NET and C#. The .NET Framework is much more flexible than PowerLanguage.
*Ability to debug your scripts using Visual Studio Debug Tool
+
*Ability to debug your scripts using Visual Studio Debug Tool.
*Access all data from Scripts for instruments that are not even charted  
+
*Access all data from Scripts for instruments that are not even charted.
*Access to the list of symbols in the database from studies
+
*Access to the list of symbols in the database from studies.
*Ability to use the third-party databases (SQL Server, Mongo DB)
+
*Ability to use the third-party databases (SQL Server, Mongo DB).
*Ability to plot custom charts, drawings, texts, images, highlight any pixel on a chart
+
*Ability to plot custom charts, drawings, texts, images, highlight any pixel on a chart.
*Ability to trade simultaneously with more than one broker and on more than one instrument using just one strategy on a chart (sending unmanaged orders)
+
*Ability to trade simultaneously with more than one broker and on more than one instrument using just one strategy on a chart (sending unmanaged orders).
*Access to the status of orders, positions, accounts, logs from the script
+
*Access to the status of orders, positions, accounts, logs from the script.
*Ability to create custom Toolbars
+
*Ability to create custom Toolbars.
  
 
[[Category:FAQ]]
 
[[Category:FAQ]]

Latest revision as of 13:04, 27 October 2023

Compare Editions

It is critical to have the right trading platform to trade on Stocks, Futures, Forex and other financial markets. MultiCharts was recognized as the best trading software for several years in a row. We offer two flagship products MultiCharts and MultiCharts .NET.

MultiCharts combines powerful trading features with simplicity of EasyLanguage. Professional programmers, however, often prefer the more powerful .NET languages to create indicators and strategies. Both products are available in 64-bit version to let you load as many data as you need for the even most demanding backtesting and trading.


Which version to choose? The points below will help you!


MultiCharts

  • EasyLanguage compatibility allows to import studies from TradeStation.
  • User-friendly programming language can be easily learned by a non-professional programmer.
  • A great number of third-party add-ons available.
  • Thousands of free studies available on the web.
  • Easily protected as a read-only file (binary code).
  • One study can easily get access to the values of the other study.
  • Password protection of your script.


MultiCharts .NET

  • Engineered specifically for programmers who use VB.NET and C#. The .NET Framework is much more flexible than PowerLanguage.
  • Ability to debug your scripts using Visual Studio Debug Tool.
  • Access all data from Scripts for instruments that are not even charted.
  • Access to the list of symbols in the database from studies.
  • Ability to use the third-party databases (SQL Server, Mongo DB).
  • Ability to plot custom charts, drawings, texts, images, highlight any pixel on a chart.
  • Ability to trade simultaneously with more than one broker and on more than one instrument using just one strategy on a chart (sending unmanaged orders).
  • Access to the status of orders, positions, accounts, logs from the script.
  • Ability to create custom Toolbars.