+1 888 340 6572

Functions: Difference between revisions

From MultiCharts
No edit summary
No edit summary
 
Line 1: Line 1:
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 ==


* [[BarsSinceStartSession|Bars Since Start Session]]; returns the number of bars since the start of the current session.
This page can be deleted by the Admin; it's content is replaced by the [[:Category:Functions]] page.
* [[DecimalsOfInstrument|Decimals Of Instrument]]; gives the number of decimals for an instrument.
* [[TickValue|Tick Value]]; returns the value of a tick.
 
[[Category:Functions]]

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.