getYear()

eSignal EFS

getYear()

 

getYear([nRelativeOffset] [, nNumBars [, Symbol ] ])

 

  • nRelativeOffset: Offset to bar. 0 is most recent bar, -1 is next bar, etc.
  • nNumBars:  Number of bars to retrieve (a negative number)
  • Symbol:  The symbol to retrieve data for.

 

Examples:

 

getYear(0);    gets the year value for the current price bar and symbol

getYear(-1);    gets the next-to-last year value for the current symbol

getYear(0, "ES #F");  gets the most recent year value for ES

getYear(0, -10, "ES #F"); gets the last 10 year values for ES and places them in an array

 

This is a shortcut to getValue, requesting the year value. See getValue for more information.

 

close()

high()

low()

open()

oi()

 

getYear()

getMonth()

getDay()

getHour()

getMinute()

getSecond()

 

 

getValue()

getValueAbsolute()