×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts
Open main menu

Changes

Outputting Dates in EasyLanguage

No change in size, 14:16, 23 February 2012
Just as a reminder, the following Date reserved words are often used in working with dates:
* <code><b>[[Date]]</codeb></bcode>, which returns the Date of the current bar in ''YYYMMdd'' format. This date format is always the format with which a date calculation starts. * <code><b>[[CurrentDate]]</codeb></bcode>, returns the current computer date in ''YYYMMdd'' format.* <code><b>[[ELDateToDateTime]]</codeb></bcode>, converts a date in ''YYmmdd'' format to a date into DateTime format.
See the [[:Category:Date_and_Time_Routines|Date & Time Routines]] for all EasyLanguage reserved words.