×

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

ExitDate Checked

962 bytes added, 16:25, 15 June 2017
Created page with "Returns a numerical value, indicating the date of the complete exit from the specified position. The date is indicated in the YYYMMdd format, where YYY is the number of years..."
Returns a numerical value, indicating the date of the complete exit from the specified position. The date is indicated in the YYYMMdd format, where YYY is the number of years since 1900, MM is the month, and dd is the day of the month.

==Usage==
<syntaxhighlight>ExitDate_Checked(PosBack) </syntaxhighlight>

:'''Where''':
:'''PosBack''' - a numerical expression, specifying the position: <br>
1 - the last position closed (one position back); <br>
2 - two positions back, etc.

==Notes ==
This function can only be used in signals.
If PosBack value is greater that the real number of previously opened positions, ExitDate_Checked will generate an error.

==Example ==
Assign a value, indicating the date that the most recently closed position has been exited, to Value1 variable:

<syntaxhighlight>Value1 = ExitDate_Checked (1);
Value 1 will equal to 1081030 for the exit date of October 30th, 2008. </syntaxhighlight>

[[Category:Strategy Position]]