OPEN-SOURCE SCRIPT

Charan_Trading_Indicator

โดย charaannn
ที่อัปเดต:
Charan_Trading_Indicator Overview:
The Charan_Trading_Indicator combines several technical analysis tools, including Bollinger Bands, RSI (Relative Strength Index), VWAP (Volume-Weighted Average Price), and ATR (Average True Range), to provide buy and sell signals. The script incorporates multiple strategies, such as crack snap setups, overbought/oversold levels, and trend continuation indicators, all tailored for precise market entry and exit points.

Key Components:
RSI (Relative Strength Index):

The indicator uses RSI to detect overbought (RSI > 70) and oversold (RSI < 30) market conditions.
Alerts are triggered when prices are within the specified buy/sell range and RSI crosses these thresholds.
Bollinger Bands:

Bollinger Bands are calculated based on a configurable moving average and standard deviation.
The script identifies potential buy signals when the price dips below the lower Bollinger Band and recovers, and sell signals when the price exceeds the upper Bollinger Band and retraces.
Crack Snap Strategies:

The indicator incorporates multiple variations of the crack snap strategy:
Buy Signals: Triggered when price opens below the lower Bollinger Band and closes above it, alongside certain conditions in previous candles.
Sell Signals: Triggered when price opens above the upper Bollinger Band and closes below it, with similar candle patterns.
Variations such as 3-candle (3C) and 4-candle (4C) versions refine the crack snap setups for more robust signals.
Isolated Candle Conditions:

The indicator tracks isolated candles, where the entire candle lies above or below the Bollinger Bands, to identify potential reversal points.
Trend Continuation Signals:

Conditions based on the candle range and previous highs/lows allow the indicator to generate signals for trend continuation:
Buy signals when price breaks above the previous two highs.
Sell signals when price breaks below the previous two lows.
VWAP (Volume-Weighted Average Price):

The indicator integrates VWAP to give additional support and resistance levels, ensuring signals align with volume trends.
ATR-Based Stop Loss:

For both buy and sell conditions, the script plots stop-loss levels based on the ATR (Average True Range), giving dynamic risk management levels.
Buy/Sell Ranges:

The user can set minimum and maximum price ranges for buy and sell signals, ensuring that the indicator only generates alerts within desired price ranges.
How It Works:
Buy Signals: The script generates buy signals based on multiple conditions, including the crack snap strategy, oversold RSI levels, and trend continuation setups. When these conditions are met, green triangles appear below the price bars, and an alert is triggered.

Sell Signals: Sell signals are triggered when the opposite conditions are met (overbought RSI, crack snap sell setups, trend breaks), and red triangles appear above the price bars.

Visual Indicators: The script plots upper and lower Bollinger Bands, stop loss levels, and VWAP on the chart, providing a comprehensive view of market conditions and support/resistance levels.

This indicator is versatile, combining multiple technical tools for robust decision-making in trading. It generates alerts, plots visual markers, and integrates risk management, making it a well-rounded tool for technical analysis.

This indicator is versatile, combining multiple technical tools for robust decision-making in trading. It generates alerts, plots visual markers, and integrates risk management, making it a well-rounded tool for technical analysis.
เอกสารเผยแพร่
Trading Rules:
Check Fundamentals Before Trading:

Rule: Traded and tested in Day Time frame in indian stock market only

Rule: Never rely solely on technical indicators. Even if the entry signal looks perfect from a technical standpoint, ensure you analyze the stock’s fundamentals (e.g., earnings, news, industry conditions) before executing a trade.
Why: Technical analysis shows market sentiment, but fundamentals indicate the true value and potential long-term prospects of the stock.
For New Traders: Only Focus on Buy Signals:

Rule: If you're new to the market, avoid sell signals. Focus only on buy signals generated by the indicator, and treat them as potential investment opportunities rather than short-term trades.
Why: Shorting (sell signals) involves more complexity and risk. Buying and holding stocks is a safer and simpler strategy, especially for newcomers.
Managing Loss Trades - SIP or Stop Loss:

Rule: If a buy signal results in a loss, consider averaging down the position (like a systematic investment plan - SIP) by buying more at lower prices, or exit when the stop loss (SL) is hit and re-enter when a new signal occurs (if you have the time and knowledge to monitor the market closely).
Why: Averaging helps lower your entry price, while following stop loss rules helps minimize your losses.
Stop Loss Levels:

Rule: The stop loss for buy signals is the green line plotted on the chart, which is the ATR-based stop loss calculated from the lowest low of the previous candles.
Rule: The stop loss for up and down (trend continuation) signals is based on the lowest low of the previous three candles (for buy signals) and the highest high of the previous three candles (for sell signals).
Why: Following these SL rules helps manage risk and avoid significant losses.
Avoid Trades in Overbought or Oversold Conditions:

Rule: Avoid trades when the price is overbought or oversold, as indicated by the “lmt” labels on the chart (yellow labels). Overbought means the price has moved up too fast, and oversold means the price has dropped too fast.
Why: In these conditions, the price may reverse direction, leading to losing trades.
Taking Profits:

Rule: There are no fixed take profit levels in this strategy; you should decide when to take profits based on your own goals and risk tolerance.
Why: Flexibility in profit-taking allows you to adjust based on market conditions and personal preferences, whether you prefer short-term gains or long-term holding.
By following these rules, you can make better-informed decisions when trading, manage risks effectively, and align your trades with your own experience level and goals.

Indicator Components:
Exponential Moving Averages (EMAs):

The script calculates 3 EMAs (50, 100, 200 periods) to identify the overall trend of the market.
These EMAs help in understanding short, medium, and long-term price movements.
Bollinger Bands (BB):

Uses a 20-period simple moving average and standard deviations as multipliers to create upper and lower bands.
The lower BB is used as a support level for the "Crack and Snap" strategy to identify buying opportunities when the price snaps back above the lower band after dipping below it.
Crack and Snap Buy Conditions:

Several conditions (crack_snap_buy_1C, crack_snap_buy_2C, crack_snap_buy_3C, and crack_snap_buy_4C) check for different price behaviors around the lower Bollinger Band to generate buy signals.
These conditions examine the current and previous candles' relationship with the lower band and plot buy signals accordingly.
Trend Continuation Indicator:

Determines if the price is continuing to move upward or downward based on the range of the current candle and previous candles.
Generates an "up" buy signal when the price breaks above previous highs and a "dn" sell signal when the price drops below previous lows.
ATR-Based Stop Loss:

An ATR (Average True Range) value is used to set a stop loss level below the lowest low of the last three candles to manage risk.
RSI (Relative Strength Index):

A 14-period RSI is used to identify overbought (above 70) and oversold (below 30) conditions.
Signals are placed on the chart to indicate when the price enters overbought or oversold territory.
Visual Cues:
Buy and Sell Signals: Triangles are plotted below the candles for buy signals and above the candles for sell signals.
Stop Loss Levels: A step line representing the stop loss for buy conditions is plotted in green, offering a visual representation of the stop loss level.
Key Concept:
The core idea behind the "Crack and Snap" strategy is that when the price dips below the lower Bollinger Band and then snaps back above it, it suggests that buyers are coming into the market, thus generating a buy signal.
Improvements:
Consider adding toggle switches for each condition (Crack Snap, Trend Continuation, RSI) to allow customization based on specific preferences.
Further refinement of the stop-loss logic based on different volatility conditions might improve risk management.
Bands and ChannelsCandlestick analysisChart patterns

สคริปต์โอเพนซอร์ซ

ด้วยเจตนารมณ์หลักของ TradingView ผู้เขียนสคริปต์นี้ได้เผยแพร่เป็นโอเพนซอร์ส เพื่อให้เทรดเดอร์สามารถเข้าใจและตรวจสอบได้ ต้องขอบคุณผู้เขียน! ที่ให้คุณใช้ได้ฟรี แต่การนำโค้ดนี้ไปใช้ในการเผยแพร่ซ้ำจะต้องอยู่ภายใต้ กฎระเบียบการใช้งาน คุณสามารถตั้งเป็นรายการโปรดเพื่อใช้บนชาร์ตได้

ต้องการที่จะใช้สคริปต์นี้บนชาร์ตใช่ไหม?

คำจำกัดสิทธิ์ความรับผิดชอบ