PINE LIBRARY
已更新 Time_Filter

Library "Time_Filter"
Time filters for trading strategies.
f_isInWeekDay(_timeZone, _byWeekDay, _byMon, _byTue, _byWed, _byThu, _byFri, _bySat, _bySun)
f_isInWeekDay - Filter by week day or by time delimited session.
Parameters:
_timeZone: - Time zone to use when filter allowed trading by days of the week.
_byWeekDay: - Filter allowed trading time by days of the week.
_byMon: - Is Monday a trading day?
_byTue: - Is Tuesday a trading day?
_byWed: - Is Wednesday a trading day?
_byThu: - Is Thursday a trading day?
_byFri: - Is Friday a trading day?
_bySat: - Is Saturday a trading day?
_bySun: - Is Sunday a trading day?
Returns: series of bool whether or not the time is inside the current day.
f_isInSession(_timeZone, _bySession_1, _timeSession_1, _bySession_2, _timeSession_2)
f_isInSession - Is the current time with in the allowed trading session time.
Parameters:
_timeZone: - Time zone to use when filter allowed trading by days of the week.
_bySession_1: - Filter allowed trading time with in hours defined in _timeSession_1
_timeSession_1: - Hours with in trading is allowed.
_bySession_2: - Filter allowed trading time with in hours defined in _timeSession_2
_timeSession_2: - Hours with in trading is allowed.
Returns: series of bool whether or not the time is inside selected session.
f_isTradingAllowed(_timeZone, _byWeekDay, _byMon, _byTue, _byWed, _byThu, _byFri, _bySat, _bySun, _bySession_1, _timeSession_1, _bySession_2, _timeSession_2)
f_isTradingAllowed - Is the current time with in the allowed.
Parameters:
_timeZone: - Time zone to use when filter allowed trading by days of the week.
_byWeekDay: - Filter allowed trading time by days of the week.
_byMon: - Is Monday a trading day?
_byTue: - Is Tuesday a trading day?
_byWed: - Is Wednesday a trading day?
_byThu: - Is Thursday a trading day?
_byFri: - Is Friday a trading day?
_bySat: - Is Saturday a trading day?
_bySun: - Is Sunday a trading day?
_bySession_1: - Filter allowed trading time with in hours defined in _timeSession_1
_timeSession_1: - Hours with in trading is allowed.
_bySession_2: - Filter allowed trading time with in hours defined in _timeSession_2
_timeSession_2: - Hours with in trading is allowed.
Returns: series of bool whether or not trading is allowed at the current time.
Time filters for trading strategies.
f_isInWeekDay(_timeZone, _byWeekDay, _byMon, _byTue, _byWed, _byThu, _byFri, _bySat, _bySun)
f_isInWeekDay - Filter by week day or by time delimited session.
Parameters:
_timeZone: - Time zone to use when filter allowed trading by days of the week.
_byWeekDay: - Filter allowed trading time by days of the week.
_byMon: - Is Monday a trading day?
_byTue: - Is Tuesday a trading day?
_byWed: - Is Wednesday a trading day?
_byThu: - Is Thursday a trading day?
_byFri: - Is Friday a trading day?
_bySat: - Is Saturday a trading day?
_bySun: - Is Sunday a trading day?
Returns: series of bool whether or not the time is inside the current day.
f_isInSession(_timeZone, _bySession_1, _timeSession_1, _bySession_2, _timeSession_2)
f_isInSession - Is the current time with in the allowed trading session time.
Parameters:
_timeZone: - Time zone to use when filter allowed trading by days of the week.
_bySession_1: - Filter allowed trading time with in hours defined in _timeSession_1
_timeSession_1: - Hours with in trading is allowed.
_bySession_2: - Filter allowed trading time with in hours defined in _timeSession_2
_timeSession_2: - Hours with in trading is allowed.
Returns: series of bool whether or not the time is inside selected session.
f_isTradingAllowed(_timeZone, _byWeekDay, _byMon, _byTue, _byWed, _byThu, _byFri, _bySat, _bySun, _bySession_1, _timeSession_1, _bySession_2, _timeSession_2)
f_isTradingAllowed - Is the current time with in the allowed.
Parameters:
_timeZone: - Time zone to use when filter allowed trading by days of the week.
_byWeekDay: - Filter allowed trading time by days of the week.
_byMon: - Is Monday a trading day?
_byTue: - Is Tuesday a trading day?
_byWed: - Is Wednesday a trading day?
_byThu: - Is Thursday a trading day?
_byFri: - Is Friday a trading day?
_bySat: - Is Saturday a trading day?
_bySun: - Is Sunday a trading day?
_bySession_1: - Filter allowed trading time with in hours defined in _timeSession_1
_timeSession_1: - Hours with in trading is allowed.
_bySession_2: - Filter allowed trading time with in hours defined in _timeSession_2
_timeSession_2: - Hours with in trading is allowed.
Returns: series of bool whether or not trading is allowed at the current time.
發行說明
Update to Pinescript v6Pine腳本庫
秉持 TradingView 一貫的共享精神,作者將此 Pine 程式碼發佈為開源庫,讓社群中的其他 Pine 程式設計師能夠重複使用。向作者致敬!您可以在私人專案或其他開源發佈中使用此庫,但在公開發佈中重複使用該程式碼需遵守社群規範。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
Pine腳本庫
秉持 TradingView 一貫的共享精神,作者將此 Pine 程式碼發佈為開源庫,讓社群中的其他 Pine 程式設計師能夠重複使用。向作者致敬!您可以在私人專案或其他開源發佈中使用此庫,但在公開發佈中重複使用該程式碼需遵守社群規範。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。