Can I just confirm the following functionality:
the getDay(0) function in eSignal returns a value from 1 to 31 representing the date numeral of the current bar.
the getDay() function when used with a Date() object returns a value from 0 to 6 representing the day of the week.
Is there a getDayOfWeek(0) function in eSignal that will return a value from 0 to 6 representing the day of the week for the current bar?
the getDay(0) function in eSignal returns a value from 1 to 31 representing the date numeral of the current bar.
the getDay() function when used with a Date() object returns a value from 0 to 6 representing the day of the week.
Is there a getDayOfWeek(0) function in eSignal that will return a value from 0 to 6 representing the day of the week for the current bar?
Comment