Yesterday (Reserved Word)
This word is retained for backward compatibility.
Remarks
Yesterday references the previous bar, even when analyzing intraday bars.
Yesterday is no longer necessary as the following are equivalent:
Value1 = Close of Yesterday;
Value1 = Close of 1 Bar Ago;
Value1 = Close[1];