inSession(session, timezone, period) Parameters: session (simple string) timezone (simple string) period (simple string) Returns: bool inSession Whether the current time is within the defined time session
inDateRange(startDate, endDate) Parameters: startDate (int) endDate (int) Returns: bool inRange Whether the current time is within the defined date range
isWeekDay(weekDay, timezone) Parameters: weekDay (int) timezone (simple string) Returns: bool isWeekDay Whether the provided day is the current day of the week
inWeek(useMon, useTue, useWed, useThu, useFri, useSat, useSun, timezone) Parameters: useMon (bool) useTue (bool) useWed (bool) useThu (bool) useFri (bool) useSat (bool) useSun (bool) timezone (simple string) Returns: bool inWeek Whether the current time is one of the defined days
filter(useRange, useSession, useWeek, inRange, inSession, inWeek) Parameters: useRange (bool) useSession (bool) useWeek (bool) inRange (bool) inSession (bool) inWeek (bool) Returns: bool filter Whether the filter matches or not
De acordo com o verdadeiro espírito do TradingView, o autor publicou esse código Pine como uma biblioteca de código aberto para que outros programadores Pine de nossa comunidade possam reutilizá-lo. Parabéns ao autor! Você pode usar essa biblioteca de forma privada ou em outras publicações de código aberto, mas a reutilização desse código em uma publicação é regida pelas Regras da Casa.
As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.