Difference between revisions of "Functions"

From MultiCharts
Jump to navigation Jump to search
(Created page with "With functions, reoccurring tasks in EasyLanguage can be made easier. Functions are also used intensively in backtesting a strategy. == Examples of EasyLanguage Functions == ...")
 
Line 1: Line 1:
 
With functions, reoccurring tasks in EasyLanguage can be made easier. Functions are also used intensively in backtesting a strategy.
 
With functions, reoccurring tasks in EasyLanguage can be made easier. Functions are also used intensively in backtesting a strategy.
 +
 +
== General ==
 +
 +
* The article [[Passing values to and from a function]] describes how variables can be send to, and received from, a function.
  
 
== Examples of EasyLanguage Functions ==
 
== Examples of EasyLanguage Functions ==

Revision as of 10:58, 27 January 2012

With functions, reoccurring tasks in EasyLanguage can be made easier. Functions are also used intensively in backtesting a strategy.

General

Examples of EasyLanguage Functions