Library "TimeFilter"

provides utilities for dates and times

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
Biblioteka Pine

Działając zgodnie z prawdziwym duchem TradingView, autor opublikował ten kod Pine jako bibliotekę o otwartym kodzie źródłowym, aby inni programiści Pine z naszej społeczności mogli go ponownie wykorzystać. Brawa dla niego! Możesz korzystać z tej biblioteki prywatnie lub w innych publikacjach typu open source, ale ponowne wykorzystanie tego kodu w publikacji podlega Regulaminowi.

Wyłączenie odpowiedzialności

Informacje i publikacje przygotowane przez TradingView lub jego użytkowników, prezentowane na tej stronie, nie stanowią rekomendacji ani porad handlowych, inwestycyjnych i finansowych i nie powinny być w ten sposób traktowane ani wykorzystywane. Więcej informacji na ten temat znajdziesz w naszym Regulaminie.

Chcesz skorzystać z tej biblioteki?

Skopiuj poniższy wiersz i wklej go w swoim skrypcie.