+1 888 340 6572

Functions: Difference between revisions

From MultiCharts
(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 == ...")
 
No edit summary
 
(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.