Crypto Heros 1 - Triple MAs + BB + InfoMoving Average + Bollinger Band + Info Panel.
you can change the setting of MA, BB
布林帶(BB)
WallSwiss Branding//@version=5
indicator("WallSwiss Branding", overlay=true)
label.new(bar_index, high, "WALLSWISS", style=label.style_label_down,
textcolor=color.white, size=size.normal, yloc=yloc.abovebar)
5 Bollinger Bandstradingview_5_bollinger_bands_updated
Successfully updated the TradingView Pine Script to include a 5th Bollinger Band
with a 500-period setting in light blue color. The script now features 5 complete
Bollinger Band indicators (20, 42, 50, 200, 500 periods) with customizable colors, line
widths, show/hide options, fill areas, and alert conditions. Updated the script title to
"5 Bollinger Bands" and increased the maximum period limit to accommodate the
new longer timeframe.
rsi indicator strategyRSIBB Strategy Based on Oversold, Overrbuy Bolinger Band Band. In usoil . Time Indicators is set and the timing is in 5 minutes
An example of Long. When the green marker appears, our entry point is High High If the price fails to reject our High High, our entry will change to the next candlestick. This process will continue until we enter the position.
A marker appears in purple when the green marker appears to us, in which information appears:
The first digit related to the strategist code
The second digit is that we have a few pips to be sure of the candlestick of our entry point
The third digit is our SL that is a coefficient of overall size of yogurt (HIGH - LOW)
Charmin is the digit of our tp that is a coefficient of overall size of yogurt (HIGH - LOW)
In 6 sets
استراتژی RSIBB بر اساس اشباع فروش، اشباع خرید، باند بولینگر. در این روش، اندیکاتورهای زمانی تنظیم شده و زمانبندی ۵ دقیقه است.
مثالی از موقعیت خرید. وقتی نشانگر سبز ظاهر میشود، نقطه ورود ما High است. اگر قیمت نتواند High ما را رد کند، ورود ما به کندل بعدی تغییر میکند. این فرآیند تا زمانی که وارد موقعیت شویم ادامه خواهد داشت.
وقتی نشانگر سبز برای ما ظاهر میشود، یک نشانگر به رنگ بنفش ظاهر میشود که در آن اطلاعات زیر ظاهر میشود:
رقم اول مربوط به کد استراتژیست است.
رقم دوم این است که ما چند پیپ برای اطمینان از کندل نقطه ورود خود داریم.
رقم سوم SL ما است که ضریبی از اندازه کلی ماست (HIGH - LOW) است.
چارمین رقم tp ما است که ضریبی از اندازه کلی ماست (HIGH - LOW) است.
Volatility Squeeze IndicatorThis is All Star Charts' very own Volatility Squeeze Indicator. Popularized by Steve Strazza, it's really just a Bollinger Band Width Indicator with moving averages. Very easy...
Volume Peak BoxTH Description
Volume Peak Box
อินดิเคเตอร์นี้ใช้ตรวจจับช่วงที่มี Volume สูงผิดปกติ โดยใช้ Bollinger Band กับข้อมูล Volume ที่ดึงจาก Timeframe ที่ล็อกไว้ (เช่น 1 ชั่วโมง) และจะแสดงผลในรูปแบบ กล่องครอบช่วงราคาสูง–ต่ำ ของช่วง Volume Peak นั้น
🔧 วิธีทำงาน:
คำนวณ Bollinger Band จาก Volume ของ Timeframe ที่กำหนด
ถ้า Volume สูงกว่า Upper Band → ถือว่าเป็น Volume Peak
วาดกล่องครอบ High–Low ของแท่งที่อยู่ในช่วง Volume Peak
กล่องจะแสดงบนทุก Timeframe แต่ใช้ข้อมูลจาก Timeframe ที่ล็อกไว้เท่านั้น
🧠 เหมาะสำหรับการดู:
โซน Breakout
การเคลื่อนไหวของสถาบัน
ความไม่สมดุลของอุปสงค์/อุปทาน
เหมาะมากหากใช้ร่วมกับการอ่านพฤติกรรมราคาใน Timeframe ย่อย เพื่อดูปฏิกิริยาราคาต่อแรง Volume จาก Timeframe ใหญ่
________________
ENG Description
Volume Peak Box
This indicator detects volume spikes based on Bollinger Bands applied to volume from a locked timeframe (e.g. 1H), and draws a box around the price range during those peak periods.
🔧 How it works:
Calculates Bollinger Bands on volume from the selected timeframe.
If volume exceeds the upper band, it is marked as a volume peak.
When a volume peak starts and ends, the indicator draws a box covering the high–low price range during that period.
These boxes remain visible on all timeframes, but always reflect data from the locked timeframe.
🧠 Great for identifying:
Breakout zones
Institutional activity
Supply/demand imbalances
Tip: Use with lower timeframe price action to see how the market reacts near volume peaks from higher timeframes.
Bollinger Bands RSI strategy (by point algo)Description:
This TradingView Pine Script strategy combines Bollinger Bands and Relative Strength Index (RSI) to generate precise buy and sell signals for both intraday and positional trading. Designed for flexibility, it supports trading in Futures and Options markets, with customizable parameters to suit various trading styles and risk appetites.
Key Features:
Bollinger Bands & RSI Integration: The strategy uses Bollinger Bands to identify volatility-based entry/exit points and RSI to confirm momentum, ensuring robust trade signals. Buy signals are triggered when the price crosses above the upper Bollinger Band with RSI crossing above the upper threshold during an uptrend. Short signals occur when the price crosses below the lower Bollinger Band with RSI crossing below the lower threshold.
Customizable Trade Settings:
System Mode: Choose between "Intraday" or "Positional" trading modes.
Price Source: Select from Close, Open, High, Low, HL2, HLC3, or OHLC4 for calculations.
Bollinger Bands: Adjustable period (default 20) and standard deviation (default 2).
RSI: Configurable period (default 14) and upper/lower thresholds (default 60/40).
Session Control: Define specific trading sessions for intraday strategies and set backtest date ranges.
Risk Management:
Stop Loss (SL): Supports Percentage, Points, or Risk-based SL, with a customizable value.
Take Profit (TP): Configurable as Percentage, Points, or Risk-based targets.
Trailing Stop Loss (TSL): Optional trailing SL in Percentage, Points, or Risk modes to lock in profits dynamically.
Trade Execution:
Supports Long, Short, or Both trade directions.
Compatible with Futures and Options (ITM, ATM, OTM strikes).
Option to trade as an Option Buyer or Seller.
Customizable trade quantity and strategy tag for integration with trading platforms like Algobaba.
Visualizations: Plots Bollinger Bands, entry/exit signals, entry price, target, and stop loss levels for clear trade monitoring.
How It Works:
Buy Signal: Triggered when the price crosses above the upper Bollinger Band, RSI crosses above the upper level, and the middle band is in an uptrend.
Short Signal: Triggered when the price crosses below the lower Bollinger Band, RSI crosses below the lower level, and the middle band is in an uptrend.
Exits: Positions are closed based on SL, TP, TSL, or session end (for intraday). Positional trades exit based on signals or backtest end date.
Best Use Cases:
Ideal for traders seeking a systematic approach to trading volatile markets.
Suitable for both Futures and Options traders, with flexible risk management.
Perfect for backtesting across various instruments and timeframes within the specified date range (default: 2025).
Note: Always backtest thoroughly and adjust parameters to match your risk tolerance and market conditions before deploying in live trading.
kiwi 지표 통합 v6 MAX많이 사용하는 지표들을 하나의 지표로 만들었습니다.
주로 이동평균선을 기준으로 매매에 유용한 지표를 모았고
볼랜저밴드, 일목군형표를 하나의 지표로 만들었습니다.
특히, 캔들색이 한국 스타일을 원하는 사람에게 적합니다.
(빨간색 = 상승, 파란색 = 하락)
We made the most used indicators one indicator.
We collected indicators that are useful for trading mainly based on the moving average
The bolanger band and the Ilmok group table were made one indicator.
In particular, the candle color is written for those who want the Korean style.
(Red = Up, Blue = Down)
kiwi 지표 통합 v6 MAX많이 사용하는 지료들을 하나의 지표로 만들었습니다.
주로 이동평균선을 기준으로 매매에 유용한 지표를 모았고
볼랜저밴드, 일목군형표를 하나의 지표로 만들었습니다.
특히, 캔들색이 한국 스타일을 원하는 사람에게 적합니다.
(빨간색 = 상승, 파란색 = 하락)
I made a lot of used materials as an indicator.
We collected indicators that are useful for trading mainly based on the moving average
The bolanger band and the Ilmok group table were made one indicator.
In particular, the candle color is written for those who want the Korean style.
(Red = Up, Blue = Down)
Combined Predictive Indicator### Combined Predictive Zones & Levels
This indicator is a powerful hybrid tool designed to provide a comprehensive map of potential future price action. It merges two distinct predictive models into a single, cohesive view, helping traders identify key levels of support, resistance, and areas of high confluence.
#### How It Works: Two Models in One
This script is built on two core components that you can use together or analyze separately:
**Part 1: Classic Range & Fibonacci Prediction**
This model uses classic technical analysis principles to project a potential range for the upcoming price action.
* **Highest High / Lowest Low:** It identifies the significant trading range over a user-defined lookback period.
* **Fibonacci Levels:** It automatically plots key Fibonacci retracement levels (e.g., 38.2% and 61.8%) within this range, which often act as critical support or resistance.
* **ATR & Average Range:** It calculates a "predicted" upper and lower boundary based on the average historical range and current volatility (ATR).
**Part 2: Advanced Predictive Ranges (Self-Adjusting Channels)**
This is a dynamic model that creates adaptive support and resistance zones based on a smoothed average price and volatility.
* **Dynamic Average:** It uses a unique moving average that only adjusts when the price moves significantly, creating a stable baseline.
* **ATR-Based Zones:** It projects multiple levels of support (S1, S2) and resistance (R1, R2) around this average, which widen and narrow based on market volatility. These zones often signal areas where price might stall or reverse.
#### Key Features:
* **Hybrid Model for Confluence:** The true power of this indicator lies in finding where the levels from both models overlap. A Fibonacci level aligning with a Predictive Range support zone is a much stronger signal.
* **Comprehensive Data Table:** A clean, on-chart table displays the precise values of all key predictive levels, allowing for quick reference and precise trade planning.
* **Multi-Timeframe (MTF) Capability:** The Advanced Predictive Ranges can be calculated on a higher timeframe, giving you a broader market context.
* **Fully Customizable:** All lengths, multipliers, and levels for both models are fully adjustable in the settings to fit any asset or trading style.
* **Clear Visuals:** All zones and levels are color-coded for intuitive and easy-to-read analysis.
#### How to Use:
1. Look for areas of **confluence** where multiple levels from both models cluster together. These are high-probability zones for price reactions.
2. Use the Predictive Range zones (S1/S2 and R1/R2) as potential targets for trades or as areas to watch for entries and exits.
3. Pay attention to the on-chart table for exact price levels to set limit orders or stop-losses.
**Disclaimer:** This script is an analytical tool for educational purposes and should not be considered financial advice. All trading involves risk. Past performance is not indicative of future results. Always use this indicator as part of a comprehensive trading strategy with proper risk management.
Feedback is welcome! If you find this tool useful, please leave a like.
逆勢布林+RSI策略 for SOL可以直接套用到 SOLUSDT, SOLPERP, 或其他 SOL 合約。
在策略回測介面中選擇 5min 或 15min 看策略表現。
若要調整停利%或 RSI 數值,改變 rsi < 25 與 (shortEntryPrice - close) / shortEntryPrice >= 0.035 即可。
This can be directly applied to SOLUSDT, SOLPERP, or other SOL futures.
In the strategy backtesting interface, select 5-minute or 15-minute periods to view strategy performance.
To adjust the take-profit percentage or RSI value, set RSI < 25 and (shortEntryPrice - close) / shortEntryPrice >= 0.035.
Anti Nyangkut – Indikator Karya Anak Bangsa Anti Nyangkut – Indikator Karya Anak Bangsa
Indikator ini khusus buat kamu yang sering beli di pucuk dan jual di support, lalu akhirnya jadi bahan backtest orang lain.
💡 Sinyal buy only - muncul kalau harga udah:
✅ Di atas MA5
✅ Di atas Bollinger Bands Upper
✅ Di atas VWAP (khusus 1H & 4H)
🟢 TP dan SL otomatis muncul — biar gak cuma "niat hold sampe hijau"
📊 Cocok buat scalping & swing di 1H / 4H / 1D
Gak ada sinyal jual. Exit di tangan masing-nasing, jangan lupa pasang SL.
—
100% gratis. Bayarnya pakai amal jariyah.
—
Anti Nyangkut – An Indicator by the People, for the People
This one's for you if you always buy the top, sell the bottom, and end up becoming someone else's backtest data.
💡 Buy-Only Signals — triggered when price is:
✅ Above MA5
✅ Above Bollinger Bands Upper
✅ Above VWAP (on 1H & 4H only)
🟢 Auto TP & SL lines — so you stop saying "I'll hold until it turns green"
📊 Perfect for scalping & swing trades on 1H / 4H / 1D
There’s no sell signal. Exits are your responsibility — just don’t skip the stop loss.
—
100% free. Just pay with good karma.
Ichimoku Cloud Long & Short (Signals, TakeProfits)Description:
This is an advanced trading indicator based on the classic Ichimoku Kinko Hyo system, enhanced with dynamic signals, trade management tools, and visual alerts. It's designed for traders who want structured entries and exits for both long and short positions.
🔧 Core Features:
BUY & SELL Signals based on Ichimoku Cloud structure, Conversion/Base Line crossovers, and Chikou confirmation
Cloud Rebound detection for trend continuation signals after pullbacks
Take-Profit & Stop Signal Labels with dynamic percentage calculation
Bollinger Band Integration to highlight overbought/oversold conditions
Optional Chikou Line, Background Colors, and Signal Legend
Highly customizable through inputs: filter out weak clouds, limit false signals, and fine-tune label visibility
🏷️ Label Breakdown (Displayed on Chart):
✅ BUY
Triggered when:
Price closes above the Ichimoku cloud
Conversion Line > Base Line
Chikou Span confirms bullish structure
⛔ SELL
Triggered when:
Price closes below the cloud
Conversion Line < Base Line
Chikou confirms bearish structure
🟨 BB HIGH / BB LOW
Highlights when:
BUY signal forms above the upper Bollinger Band → BB HIGH
SELL signal forms below the lower Bollinger Band → BB LOW
🟦 S.Rebound
"Simple Rebound":
Displayed when price breaks out of the cloud and confirms a new trend direction (based on Ichimoku logic)
Often appears shortly after entry, signaling a strong follow-through
🟧 C.Rebound
"Cloud Rebound":
Shows a pullback into the cloud followed by a recovery in the trend direction
Useful for adding positions or managing stop levels
🎯 Take Profit
Triggered when:
Price strongly overshoots Bollinger Band in the trade direction
Displays current unrealized % gain from entry
🟧 Stop: Conv↓Base / Stop: Conv↑Base
Triggered when:
Conversion Line crosses against the Base Line during a trade
Signals a potential trend reversal or weakening
Displays current % profit or loss
⬛ Cloud Break Exit
Shown when:
Price crosses back through the cloud against the open trade
Indicates trend breakdown → trade exit condition
💬 RSI XX
RSI value shown at entry, placed above (BUY) or below (SELL)
Helps quickly identify overbought/oversold situations
🎨 Optional Features:
Background coloring for first BUY (🟩) or SELL (🟥) candle
One-candle-only marking (if preferred)
Adjustable cloud strength filter (%-based)
Signal-blocking for recent cloud crossovers
On-screen legend (📘) explaining all labels for clarity
Disclaimer:
This indicator is intended for educational and visual support only. It does not provide financial advice and should be used in conjunction with your own risk management and trading strategy.
[DIP] Inverse BB HighlightThis indicator allows you to highlight the area outside of the Bollinger Bands in order to draw more attention to it. This is especially useful for those who only trade when we are outside of the bands.
Keep in mind this indicator only works on bars, not on candles.
RSI+BOLLINGER (LONG & SHORT)This indicator combines two of the most popular tools in technical analysis, the Relative Strength Index (RSI) and Bollinger Bands (BB), to generate both long (BUY) and short (SELL) trading signals.
Strategy:
Entries (Buy/Short): Entry signals are based on the RSI.
A BUY is suggested when the RSI crosses above an oversold level (default: 29), indicating a possible upward reversal.
A SHORT is suggested when the RSI crosses below an overbought level (default: 71), indicating a possible downward reversal.
Exits (Position Closure): Exit signals are based on Bollinger Bands.
A long position is closed when the price crosses below the upper Bollinger Band.
A short position is closed when the price crosses above the lower Bollinger Band.
Key Features:
Cascade Filter: Includes a smart filter that prevents opening new consecutive trades if the price hasn't moved significantly in favor of a new entry, optimizing signal quality.
Automation Alerts: Generates detailed alerts in JSON format for each event (buy, sell, close), designed for easy integration with trading bots and automated systems via webhooks.
Fully Configurable: All parameters of the RSI, Bollinger Bands, and strategy filters can be adjusted from the indicator’s settings menu.
SFC Indicator_2507使用說明書 / User Manual
═══════════════════════════════════════════════════════════════════════════════
概述 / Overview
繁體中文:
SFC Indicator 是一個多功能技術分析指標,整合了布林通道、移動平均線、真實波幅均值(ATR)、箱型理論以及 Bollinger Bandit 策略。此指標專為 TradingView 平台設計,提供全面的交易信號與風險管理工具。
English:
SFC Indicator is a comprehensive technical analysis indicator that integrates Bollinger Bands, Moving Averages, Average True Range (ATR), Box Theory, and Bollinger Bandit strategy. Designed for the TradingView platform, it provides comprehensive trading signals and risk management tools.
═══════════════════════════════════════════════════════════════════════════════
主要功能 / Key Features
1. 布林通道 (Bollinger Bands)
繁體中文:
- 支援雙標準差設定 (σ1, σ2)
- 預設週期:21
- 提供上軌、中軌、下軌顯示
- 自動生成買賣信號
English:
- Supports dual standard deviation settings (σ1, σ2)
- Default period: 21
- Displays upper, middle, and lower bands
- Automatic buy/sell signal generation
2. 移動平均線 (Moving Averages)
繁體中文:
- 三條可配置的移動平均線:快線(10)、中線(20)、慢線(60)
- 支援 SMA 和 EMA 切換
- 自定義顏色設定
English:
- Three configurable moving averages: Fast (10), Medium (20), Slow (60)
- Supports SMA and EMA switching
- Customizable color settings
3. 真實波幅均值 (Average True Range - ATR)
繁體中文:
- 預設週期:14
- 支援多種平滑方式:RMA、SMA、EMA、WMA
- 動態止損計算
- 風險管理工具
English:
- Default period: 14
- Multiple smoothing methods: RMA, SMA, EMA, WMA
- Dynamic stop-loss calculation
- Risk management tool
4. 箱型理論 (Box Theory)
繁體中文:
- 自動識別價格區間
- 視覺化箱型範圍
- 突破信號提示
English:
- Automatic price range identification
- Visual box range display
- Breakout signal alerts
5. Bollinger Bandit 策略
繁體中文:
- 動態追蹤止損
- ROC (變動率) 確認
- 自適應平倉機制
English:
- Dynamic trailing stop
- ROC (Rate of Change) confirmation
- Adaptive position closing mechanism
═══════════════════════════════════════════════════════════════════════════════
參數設定 / Parameter Settings
布林通道設定 / Bollinger Bands Settings
- 布林通道均線週期 BB Period: 21 (計算週期)
- 標準差 σ1: 1 (第一標準差倍數)
- 標準差 σ2: 2 (第二標準差倍數)
移動平均線設定 / Moving Average Settings
- 快線 Fast MA: 10 (短期移動平均)
- 中線 Medium MA: 20 (中期移動平均)
- 慢線 Slow MA: 60 (長期移動平均)
- 使用 EMA: false (切換至指數移動平均)
ATR 設定 / ATR Settings
- 週期 Period: 14 (ATR 計算週期)
- 平滑方式 Smoothing: RMA (平滑算法選擇)
Bollinger Bandit 設定 / Bollinger Bandit Settings
- 布林通道週期 BB Period: 50 (Bandit 策略布林週期)
- 初始平倉均線週期 Initial Exit MA: 50 (初始止損均線週期)
- ROC 週期 ROC Period: 30 (變動率計算週期)
箱型理論設定 / Box Theory Settings
- 箱型週期 Box Period: 21 (價格區間計算週期)
═══════════════════════════════════════════════════════════════════════════════
交易信號說明 / Trading Signals
布林通道信號 / Bollinger Bands Signals
繁體中文:
- 做多信號:價格連續 X 根 K 棒低於下軌後,突破下軌向上
- 做空信號:價格連續 X 根 K 棒高於上軌後,跌破上軌向下
- 止盈目標:上軌 (Profit1) 和上 2 軌 (Profit2) 或下軌和下 2 軌
- 止損點:下 2 軌減去 ATR 值或上 2 軌加上 ATR 值
English:
- Buy Signal: Price crosses above lower band after staying below for X consecutive bars
- Sell Signal: Price crosses below upper band after staying above for X consecutive bars
- Take Profit: Upper band (Profit1) and upper 2σ band (Profit2) or lower equivalents
- Stop Loss: Lower 2σ band minus ATR value or upper 2σ band plus ATR value
Bollinger Bandit 信號 / Bollinger Bandit Signals
繁體中文:
- 做多條件:ROC > 0 且價格突破 Bandit 上軌
- 做空條件:ROC < 0 且價格跌破 Bandit 下軌
- 動態止損:使用自適應移動平均線作為追蹤止損
English:
- Buy Condition: ROC > 0 and price breaks above Bandit upper band
- Sell Condition: ROC < 0 and price breaks below Bandit lower band
- Dynamic Stop: Uses adaptive moving average as trailing stop
═══════════════════════════════════════════════════════════════════════════════
視覺元素說明 / Visual Elements
圖表元素 / Chart Elements
- 綠色三角形 ▲:做多信號 (Buy Signal)
- 紅色倒三角形 ▼:做空信號 (Sell Signal)
- 橘色線:動態止損均線 (Dynamic Stop Loss MA)
- 藍色圓點:ROC > 0 (向上動能 / Upward Momentum)
- 橘色圓點:ROC < 0 (向下動能 / Downward Momentum)
資訊面板 / Information Panel
繁體中文:
右上角顯示即時交易資訊,包含:
- 當前交易方向 (做多/做空/空手)
- 進場價格 (Entry)
- 止損價格 (Loss)
- 止盈目標 1 和 2 (Profit1, Profit2)
- Bandit 上下軌價格 (Upper, Lower)
- 動態止損線數值 (Dynamic)
English:
Top-right panel displays real-time trading information:
- Current position (Long/Short/Flat)
- Entry price
- Stop-loss price
- Take-profit targets 1 and 2
- Bandit upper/lower band prices
- Dynamic stop-loss line value
═══════════════════════════════════════════════════════════════════════════════
使用建議 / Usage Recommendations
最佳實踐 / Best Practices
繁體中文:
1. 多時間框架確認:建議在更高時間框架確認趨勢方向
2. 風險管理:嚴格遵守止損設定,建議單筆風險不超過資金的2%
3. 信號過濾:結合ROC指標過濾假信號
4. 市場環境:在趨勢明確的市場中效果較佳
5. 回測驗證:使用前請先進行充分的歷史回測
English:
1. Multi-timeframe Confirmation: Confirm trend direction on higher timeframes
2. Risk Management: Strictly follow stop-loss settings, limit single trade risk to 2% of capital
3. Signal Filtering: Use ROC indicator to filter false signals
4. Market Conditions: Works best in trending markets
5. Backtesting: Conduct thorough historical backtesting before use
適用市場 / Suitable Markets
- 股票 Stock Markets
- 外匯 Forex Markets
- 期貨 Futures Markets
- 加密貨幣 Cryptocurrency Markets
═══════════════════════════════════════════════════════════════════════════════
警示設定 / Alert Settings
繁體中文:
指標內建兩種警示功能:
- 做多信號警示:「做多訊號,來也!!!」
- 做空信號警示:「做空訊號,來也!!!」
可在 TradingView 中設定價格警示,當信號出現時自動通知。
English:
Built-in alert functions:
- Buy signal alert: "做多訊號,來也!!!" (Buy Signal Alert!)
- Sell signal alert: "做空訊號,來也!!!" (Sell Signal Alert!)
Set up price alerts in TradingView for automatic notifications when signals occur.
═══════════════════════════════════════════════════════════════════════════════
技術資訊 / Technical Information
指標作者 / Indicator Author: @lincheng_SFC
版本 / Version: Pine Script v6
授權 / License: Mozilla Public License 2.0
發布平台 / Platform: TradingView
═══════════════════════════════════════════════════════════════════════════════
免責聲明 / Disclaimer
繁體中文:
本指標僅供教育和分析用途,不構成投資建議。交易涉及風險,過往表現不代表未來結果。請在使用前進行充分測試,並根據個人風險承受能力謹慎投資。
English:
This indicator is for educational and analytical purposes only and does not constitute investment advice. Trading involves risks, and past performance does not guarantee future results. Please conduct thorough testing before use and invest carefully according to your risk tolerance.
═══════════════════════════════════════════════════════════════════════════════
聯絡資訊 / Contact Information
作者 Author: @lincheng_SFC
如有問題或建議,歡迎在TradingView上聯繫
For questions or suggestions, feel free to contact on TradingView
BB with Heikin Ashi + Reversal CheckThis indicator combines Bollinger Bands (BB) with Heikin Ashi candles to detect potential reversal points after price breaks the BB boundaries. It works on any symbol and timeframe, retrieving Heikin Ashi data via request.security().
Core Features
Heikin Ashi Candle Plot
Smooths price action by using Heikin Ashi candles instead of regular candles.
Candles are plotted directly on the chart with green (bullish) and red (bearish) colors.
Bollinger Bands (BB)
Calculated from Heikin Ashi close price.
Includes Basis (MA), Upper Band, and Lower Band, with customizable MA type, length, and standard deviation multiplier.
Break & Reversal Detection
The indicator tracks whether the price has broken above the Upper Band (p1) or below the Lower Band (p2).
It remembers the last breakout direction until the opposite breakout occurs (mutually exclusive logic).
Signal Logic
Long Signal (▲):
Price was previously below the Lower Band and then reversed upward (BB Lower rising + Heikin Ashi candle rising).
Short Signal (▼):
Price was previously above the Upper Band and then reversed downward (BB Upper falling + Heikin Ashi candle falling).
Alerts
Custom alert conditions trigger when Long or Short signals occur, allowing automated notifications or bot integration.
Use Cases
✅ Swing Trading / Trend Reversal – Identify potential bottom/top reversals after BB breakouts.
✅ Mean Reversion Strategies – Enter trades when the price reverts to the BB mean after an extreme breakout.
✅ Multi-Timeframe Analysis – Works with any timeframe and symbol via request.security().
Customization
MA Type: SMA, EMA, RMA, WMA, VWMA
BB Length & StdDev Multiplier
Timeframe & Symbol Selection
Squeeze with DojiThis script indicates Bollinger band squeeze into Keltner channels to identify the contraction of price and Doji candle formation, potentially leading up to the momentum expansion in price.
Add your preferable volume or price indicators on top of this volatility contraction indicator.
Feel free to use and share your feedback.
IVT BB MagiquesBollinger Bands "Magic" with 2.8 / 160 length with locked timeframe as we use in our trading community!
Debit Spread POMDP‑Inspired StrategyComprehensive Strategy for TradingView-Based Call and Put Debit Spread Options Using POMDP for Signal Generation
Debit spreads limit risk to the net premium paid while capping potential profit, ideal for moderate price predictions.
Pine Script in TradingView enables custom indicator integration and strategy automation for options trading.
Partially Observable Markov Decision Processes (POMDPs) optimize decision-making under market uncertainty by modeling states, actions, and observations.
Training a POMDP policy involves defining market states, actions, and observations from technical indicators, then simulating and refining the policy.
Automating the strategy via agents or TradingView alerts can execute trades when conditions align with the POMDP-generated signals.
Bullish Intuition Assistant v1.1Helps to differentiate trend change, enter/exit more precisely.
15m TF Buy actually seems to be quite accurate
Ignore SELL and AI sell in a bullish trend
It's best to use together with the WBA indicator
Consider entering when the olive buy triangles stopped forming and WBA is in the oversold section
Consider exiting when red sell triangles stopped appearing on top for quite some time, and WBA is in the overbought section
Green diamonds are possible pyramiding options (if you are very greedy)
Breakout Billionaire📈 Breakout Billionaire — Weekly Breakout Strategy with Dynamic Risk Management
Strategy Type: Trend-Following | Timeframe: Weekly | Risk Management: ATR-Based Trailing Stop | Pyramiding: Enabled
Overview: Breakout Billionaire is a powerful trend-following strategy designed to capture strong bullish breakouts on the weekly timeframe. It combines Bollinger Band breakouts, MACD momentum confirmation, and EMA trend alignment to identify high-probability long entries. The strategy includes dynamic ATR-based trailing stop-loss, partial profit booking, and pyramiding to maximize gains while managing risk.
🔍 Key Features:
✅Rule 1: Weekly Review
Every weekend after market close, open the software and review your positions
✅ Rule 2: Exit on Signal
If any stock shows an Exit Signal, sell it on Monday morning - no questions asked
✅ Rule 3: New Opportunities
If you've exited a stock or have extra funds, the system highlights fresh opportunities for reinvestment - again, only on Mondays
Weekly Bollinger Band Breakout: Entry is triggered when the weekly close breaks above the upper Bollinger Band with prior confirmation.
MACD Momentum Filter: Ensures entries align with strong bullish momentum and positive MACD slope.
EMA100 Trend Filter: Confirms long-term bullish trend.
ATR-Based Trailing Stop: Dynamically adjusts stop-loss using ATR and EMA to protect profits.
Pyramiding: Adds to winning positions when MACD strong bullish momentum.
Partial Profit Booking: Closes a portion of the position when MACD strong bearish momentum.
Dashboard Display: Real-time table showing Buy Price, Profit %, CAGR%, and Trailing SL.
⚙️ Strategy Logic:
Buy Entry:
Weekly close crosses above upper Bollinger Band
Previous weekly close was below the upper band
MACD is above zero and rising
EMA100 is positive
Pyramiding Condition:
MACD strong bullish momentum
Partial Exit:
MACD strong bearish momentum
Full Exit:
Price closes below trailing stop-loss