PROTECTED SOURCE SCRIPT
Bar

█ OVERVIEW
This indicator demonstrates how we can use Pine script for collecting data to study the market.
By building a statistical report based on the chart candlestick analysis, discover if there is an edge or not, when and where?
Compare it with a specific candlestick pattern and know how its behavior diverges. I have already covered some here.
I hope it can bring you ideas for researching new edges, testing, and trying new things.
█ FEATURES
Sections
The report organizes the data into the following sections: retracement, invalidation, continuation, breakout, and state. Each of them provides insights into the price behavior and answers to questions such as: How often does price retrace? Does the pattern often invalidate? If it does not, does it break in the pattern's direction? How far does the price go? What are the odds of a false breakout? What is the likelihood of the next bar being a down candle?
Highlighter
The indicator highlights flat bars (open and close at the same price). It also highlights bullish and bearish bars once a filter is applied.
Settings
█ NOTES
Computation
The script computation occurs on bar close.
Distances in ATR
When using a period of 20, for example, the first 19 candles are ignored because the ATR is not defined yet.
This indicator demonstrates how we can use Pine script for collecting data to study the market.
By building a statistical report based on the chart candlestick analysis, discover if there is an edge or not, when and where?
Compare it with a specific candlestick pattern and know how its behavior diverges. I have already covered some here.
I hope it can bring you ideas for researching new edges, testing, and trying new things.
█ FEATURES
Sections
The report organizes the data into the following sections: retracement, invalidation, continuation, breakout, and state. Each of them provides insights into the price behavior and answers to questions such as: How often does price retrace? Does the pattern often invalidate? If it does not, does it break in the pattern's direction? How far does the price go? What are the odds of a false breakout? What is the likelihood of the next bar being a down candle?
Highlighter
The indicator highlights flat bars (open and close at the same price). It also highlights bullish and bearish bars once a filter is applied.
Settings
- Filtering of bars closing beyond their prior bar’s high and low;
- Filtering of reversal bars (two modes available);
- Displaying distances relative to the bars length or Average True Range;
- Collapsing/expanding each section;
- Changing the report’s coloring and positioning;
█ NOTES
Computation
The script computation occurs on bar close.
Distances in ATR
When using a period of 20, for example, the first 19 candles are ignored because the ATR is not defined yet.
보호된 스크립트입니다
이 스크립트는 비공개 소스로 게시됩니다. 하지만 제한 없이 자유롭게 사용할 수 있습니다 — 여기에서 자세히 알아보기.
🌟 Listed as "Trusted Pine Programmer"
👨💻 Coding services: sbtnc.dev/hire-pine-script-developer
🔒 Premium indicators: sbtnc.gumroad.com
☕️ Tip: buymeacoffee.com/sbtnc
👨💻 Coding services: sbtnc.dev/hire-pine-script-developer
🔒 Premium indicators: sbtnc.gumroad.com
☕️ Tip: buymeacoffee.com/sbtnc
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.
보호된 스크립트입니다
이 스크립트는 비공개 소스로 게시됩니다. 하지만 제한 없이 자유롭게 사용할 수 있습니다 — 여기에서 자세히 알아보기.
🌟 Listed as "Trusted Pine Programmer"
👨💻 Coding services: sbtnc.dev/hire-pine-script-developer
🔒 Premium indicators: sbtnc.gumroad.com
☕️ Tip: buymeacoffee.com/sbtnc
👨💻 Coding services: sbtnc.dev/hire-pine-script-developer
🔒 Premium indicators: sbtnc.gumroad.com
☕️ Tip: buymeacoffee.com/sbtnc
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.