EntryDate (Reserved Word)
Returns the entry date of the specified position in EasyLanguage date format (YYYMMDD).
EntryDate(Num)
Where Num is a numeric expression representing the number of positions ago (up to a maximum of ten).
Remarks
This function can only be used in the evaluation of strategies. It does not require an input. However, by using the input Num, you can obtain the specified value from a previous position, up to ten positions ago.
Example
EntryDate(2) might return a value of 1231025 if the entry date of 2 positions ago was October 25, 2023.