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 == ...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
With functions, reoccurring tasks in EasyLanguage can be made easier. Functions are also used intensively in backtesting a strategy.
 
  
== Examples of EasyLanguage Functions ==
 
  
* [[BarsSinceStartSession|Bars Since Start Session]]; returns the number of bars since the start of the current session.
 
* [[DecimalsOfInstrument|Decimals Of Instrument]]; gives the number of decimals for an instrument.
 
* [[TickValue|Tick Value]]; returns the value of a tick.
 
  
[[Category:Functions]]
+
 
 +
This page can be deleted by the Admin; it's content is replaced by the [[:Category:Functions]] page.

Latest revision as of 17:30, 27 January 2012



This page can be deleted by the Admin; it's content is replaced by the Category:Functions page.