OPEN-SOURCE SCRIPT
已更新 Inside Bars/Candles [CodeCraftedTrading]

This Pine Script indicator is designed to identify and visually represent inside bars or candles. Here's a breakdown of its features and functionality:
1. Inputs:
2. Logic:
3. Visualization:
4. Usage:
5. Note:
1. Inputs:
- insideCandlesColor: Color of the inside bars or candles.
- highColor: Color of the horizontal line representing the high of the inside bar.
- lowColor: Color of the horizontal line representing the low of the inside bar.
- showHighLowLabel: Option to display labels for the high and low prices.
2. Logic:
- The script checks for the conditions of an inside bar:
Pine Script® high < high[1] and low > low[1]- If an inside bar is detected and is not already in the range:
* Stores the high and low prices of the previous bar.
* Records the parent bar index and sets the broken flag to false. - If the current bar's high exceeds the stored high or the low falls below the stored low, the broken flag is set to true.
- If the current bar is within the stored high and low range, it is considered in-range.
- The script then dynamically plots horizontal lines at the high and low prices of the parent bar until the inside bar is broken.
3. Visualization:
- The inside bars are colored based on the insideCandlesColor.
- Horizontal lines are drawn at the high and low prices of the parent bar within the inside bar.
- Optional labels display the rounded values of the high and low prices.
4. Usage:
- Apply the script to your chart.
- Adjust the input parameters according to your preferences.
- The indicator will highlight inside bars with colored bars and draw lines representing the high and low prices. Labels are optional.
5. Note:
- Inside bars are bars where the entire price range is within the high and low of the previous bar.
- The script uses historical bar information and visualizes the inside bars dynamically on the chart.
發行說明
- Added precision up to 5 as it is required in forex symbols.
發行說明
Added support to - Show History ranges
- Proper Inside range calculation
開源腳本
本著TradingView的真正精神,此腳本的創建者將其開源,以便交易者可以查看和驗證其功能。向作者致敬!雖然您可以免費使用它,但請記住,重新發佈程式碼必須遵守我們的網站規則。
Telegram: t.me/codecraftedtradingofficial
Facebook: facebook.com/profile.php?id=61552202836996
YouTube: youtube.com/@codecraftedtrading
Facebook: facebook.com/profile.php?id=61552202836996
YouTube: youtube.com/@codecraftedtrading
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
開源腳本
本著TradingView的真正精神,此腳本的創建者將其開源,以便交易者可以查看和驗證其功能。向作者致敬!雖然您可以免費使用它,但請記住,重新發佈程式碼必須遵守我們的網站規則。
Telegram: t.me/codecraftedtradingofficial
Facebook: facebook.com/profile.php?id=61552202836996
YouTube: youtube.com/@codecraftedtrading
Facebook: facebook.com/profile.php?id=61552202836996
YouTube: youtube.com/@codecraftedtrading
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。