TFlab

Sessions KillZones Library [TradingFinder]

🔵Introduction

"The Forex Trading Sessions" highlight the active periods across different markets where significant trading volume and influence on the forex market are evident. The primary trading sessions globally include the "Asian Session," "London Session," and "New York Session."

A "Kill Zone" refers to a segment within a session characterized by high trading volume and notably sharper price movements. Consequently, there's a higher probability of encountering price action setups within these zones. Traders capitalize on this phenomenon in pursuit of more successful trading outcomes.

If you aim to integrate sessions or kill zones into your indicators or strategies, utilizing this library can amplify the precision and efficiency of your Python script development.


🔵How to Use

First, you can add the library to your code as shown in the example below:

import TFlab/SessionAndKillZoneLibrary_TradingFinder/1


🟣Parameters

SessionDetector(Session_Name, Session_Time, KillZone_Time, Session_Show, KillZone_Show, AreaUpdate, MoreInfo, Session_Color, Info_Color) =>

Parameters: 

•Session_Name (string) 
•Session_Time (string) 
•KillZone_Time (string) 
•Session_Show (bool) 
•KillZone_Show (bool) 
•AreaUpdate (string) 
•MoreInfo (bool) 
•Session_Color (color) 
•Info_Color (color)


Session_Name: You must enter the session name in this parameter.

Session_Time: Enter here the start and end time of the session, which should be based on the UTC time zone.

KillZone_Time: Enter the start and end times of the kill zone, which should be based on the UTC time zone, here.

Session_Show: You can control whether or not to show the session using this entry. You must set true to display and false to not display.

KillZone_Show: Using this input you can control whether the kill zone is displayed or not. You must set true to display and false to not display.

AreaUpdate: If you want the session to be determined based on the time and high and low of the session itself, you must enter "Session" and if you want the area to be determined based on the time and high and low of the kill zone, you must enter "Kill Zone".

MoreInfo: If you want more information, you should set this entry to true, otherwise set to false. This information includes the number of candles in the area, the length of time in the area and the volume of transactions in the area.

Session_Color: Enter your desired color to display the session at this section. It is recommended to use bright and sharp colors.

Info_Color: Enter your desired color to display more information in this section.







🔵Function Outputs
The outputs of this function are direct and indirect.


🟣Indirect outputs
These outputs include session display, kill zone display, and time and volume information of session or kill zone.


🟣Direct outputs

There are 8 direct outputs, which are:

Session Time: If the Session is active, it outputs 1, and if the Session is inactive, it outputs 0.

Kill Zone Time: If the Kill Zone is active, it outputs 1, and if the Kill Zone is inactive, it outputs 0.

Open: Session opening price.

High: The highest price of the session.

Low: The lowest price of the session.

Close: The last price of the session.

Low Touch Alert: If "Area Update" is in "Kill Zone" mode, if the price reaches the lowest price of the kill zone in the same session after the end of the kill zone, this output will be true. You can use this output to create an alert.

High Touch Alert: If "Area Update" is in "Kill Zone" mode, if the price reaches the highest price of the kill zone in the same session after the end of the kill zone, this output will be true. You can use this output to create an alert.


Important: To use "Open", "High", "Low" and "Close", "Area Update" must be in "Session" mode.

Pine脚本库

本着真正的TradingView精神,作者将此Pine代码以开源脚本库发布,以便我们社区的其他Pine程序员可以重用它。向作者致敬!您可以私下或在其他开源出版物中使用此库,但在出版物中重用此代码受网站规则约束。

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想使用这个脚本库吗?

复制以下行并将其粘贴到您的脚本中。