Long Position with 1:3 Risk Reward and 20EMA CrossoverThe provided Pine Script code implements a strategy to identify long entry signals based on a 20-EMA crossover on a 5-minute timeframe. Once a buy signal is triggered, it calculates and plots the following:
Entry Price: The price at which the buy signal is generated.
Stop Loss: The low of the previous candle, acting as a risk management tool.
Take Profit: The price level calculated based on a 1:3 risk-reward ratio.
Key Points:
Buy Signal: A buy signal is generated when the current 5-minute candle closes above the 20-EMA.
Risk Management: The stop-loss is set below the entry candle to limit potential losses.
Profit Target: The take-profit is calculated based on a 1:3 risk-reward ratio, aiming for a potential profit three times the size of the risk.
Visualization: The script plots the entry price, stop-loss, and take-profit levels on the chart for visual clarity.
Remember:
Backtesting: It's crucial to backtest this strategy on historical data to evaluate its performance and optimize parameters.
Risk Management: Always use appropriate risk management techniques, such as stop-loss orders and position sizing, to protect your capital.
Market Conditions: Market conditions can change, and strategies that worked in the past may not perform as well in the future. Continuously monitor and adapt your strategy.
By understanding the core components of this script and applying sound risk management principles, you can effectively use it to identify potential long entry opportunities in the market.
Search in scripts for "stop loss"
WhalenatorThis custom TradingView indicator combines multiple analytic techniques to help identify potential market trends, areas of support and resistance, and zones of heightened trading activity. It incorporates a SuperTrend-like line based on ATR, Keltner Channels for volatility-based price envelopes, and dynamic order blocks derived from significant volume and pivot points. Additionally, it highlights โwhaleโ activitiesโperiods of exceptionally large volumeโalong with an estimated volume profile level and approximate bid/ask volume distribution. Together, these features aim to offer traders a more comprehensive view of price structure, volatility, and institutional participation.
This custom TradingView indicator integrates multiple trading concepts into a single, visually descriptive tool. Its primary goal is to help traders identify directional bias, volatility levels, significant volume events, and potential support/resistance zones on a price chart. Below are the main components and their functionalities:
SuperTrend-Like Line (Trend Bias):
At the core of the indicator is a trend-following line inspired by the SuperTrend concept, which uses Average True Range (ATR) to adaptively set trailing stop levels. By comparing price to these levels, the line attempts to indicate when the market is in an uptrend (price above the line) or a downtrend (price below the line). The shifting levels can provide a dynamic sense of direction and help traders stay with the predominant trend until it shifts.
Keltner Channels (Volatility and Range):
Keltner Channels, based on an exponential moving average and Average True Range, form volatility-based envelopes around price. They help traders visualize whether price is extended (touching or moving outside the upper/lower band) or trading within a stable range. This can be useful in identifying low-volatility consolidations and high-volatility breakouts.
Dynamic Order Blocks (Approximations of Supply/Demand Zones):
By detecting pivot highs and lows under conditions of significant volume, the indicator approximates "order blocks." Order blocks are areas where institutional buying or selling may have occurred, potentially acting as future support or resistance zones. Although these approximations are not perfect, they offer a visual cue to areas on the chart where price might react strongly if revisited.
Volume Profile Proxy and Whale Detection:
The indicator highlights price levels associated with recent maximum volume activity, providing a rough "volume profile" reference. Such levels often become key points of price interaction.
"Whale" detection logic attempts to identify bars where exceptionally large volume occurs (beyond a defined threshold). By tracking these "whale bars," traders can infer where heavy participationโoften from large traders or institutionsโmay influence market direction or create zones of interest.
Approximate Bid/Ask Volume and Dollar Volume Tracking:
The script estimates whether volume within each bar leans more towards the bid or the ask side, aiming to understand which participant (buyers or sellers) might have been more aggressive. Additionally, it calculates dollar volume (close price multiplied by volume) and provides an average to gauge the relative participation strength over time.
Labeling and Visual Aids:
Dynamic labels display Whale Frequency (the ratio of bars with exceptionally large volume), average dollar volume, and approximate ask/bid volume metrics. This gives traders at-a-glance insights into current market conditions, participation, and sentiment.
Strengths:
Multifaceted Analysis:
By combining trend, volatility, volume, and order block logic in one place, the indicator saves chart space and simplifies the analytical process. Traders gain a holistic view without flipping between multiple separate tools.
Adaptable to Market Conditions:
The use of ATR and Keltner Channels adapts to changing volatility conditions. The SuperTrend-like line helps keep traders aligned with the prevailing trend, avoiding constant whipsaws in choppy markets.
Volume-Based Insights:
Integrating whale detection and a crude volume profile proxy helps traders understand where large players might be interacting. This perspective can highlight critical levels that might not be evident from price action alone.
Convenient Visual Cues and Labels:
The indicator provides quick reference points and textual information about the underlying volume dynamics, making decision-making potentially faster and more informed.
Weaknesses:
Heuristic and Approximate Nature:
Many of the indicatorโs features, like the "order blocks," "whale detection," and the approximate bid/ask volume, rely on heuristics and assumptions that may not always be accurate. Without actual Level II data or true volume profiles, the insights are best considered as supplementary, not definitive signals.
Lagging Components:
Indicators that rely on past data, like ATR-based trends or moving averages for Keltner Channels, inherently lag behind price. This can cause delayed signals, particularly in fast-moving markets, potentially missing some early opportunities or late in confirming market reversals.
No Guaranteed Predictive Power:
As with any technical tool, it does not forecast the future with certainty. Strong volume at a certain level or a bullish SuperTrend reading does not guarantee price will continue in that direction. Market conditions can change unexpectedly, and false signals will occur.
Complexity and Overreliance Risk:
With multiple signals combined, thereโs a risk of information overload. Traders might feel compelled to rely too heavily on this one tool. Without complementary analysis (fundamentals, news, or additional technical confirmation), overreliance on the indicator could lead to misguided trades.
Conclusion:
This integrated indicator offers a comprehensive visual guide to market structure, volatility, and activity. Its strength lies in providing a multi-dimensional viewpoint in a single tool. However, traders should remain aware of its approximations, inherent lags, and the potential for conflicting signals. Sound risk management, position sizing, and the use of complementary analysis methods remain essential for trading success.
Risks Associated with Trading:
No indicator can guarantee profitable trades or accurately predict future price movements. Market conditions are inherently unpredictable, and reliance on any single tool or combination of tools carries the risk of financial loss. Traders should practice sound risk management, including the use of stop losses and position sizing, and should not trade with funds they cannot afford to lose. Ultimately, decisions should be guided by a thorough trading plan and possibly supplemented with other forms of market analysis or professional advice.
Risks and Important Considerations:
โข Not a Standalone Tool:
โข This indicator should not be used in isolation. It is essential to incorporate additional technical analysis tools, fundamental analysis, and market context when making trading decisions.
โข Relying solely on this indicator may lead to incomplete assessments of market conditions.
โข Market Volatility and False Signals:
โข Financial markets can be highly volatile, and indicators based on historical data may not accurately predict future movements.
โข The indicator may produce false signals due to sudden market changes, low liquidity, or atypical trading activity.
โข Risk Management:
โข Always employ robust risk management strategies, including setting stop-loss orders, diversifying your portfolio, and not over-leveraging positions.
โข Understand that no indicator guarantees success, and losses are a natural part of trading.
โข Emotional Discipline:
โข Avoid making impulsive decisions based on indicator signals alone.
โข Emotional trading can lead to significant financial losses; maintain discipline and adhere to a well-thought-out trading plan.
โข Continuous Learning and Adaptation:
โข Stay informed about market news, economic indicators, and global events that may impact trading conditions.
โข Continuously evaluate and adjust your trading strategies as market dynamics evolve.
โข Consultation with Professionals:
โข Consider seeking advice from financial advisors or professional traders to understand better how this indicator can fit into your overall trading strategy.
โข Professional guidance can provide personalized insights based on your financial goals and risk tolerance.
Disclaimer:
Trading financial instruments involves substantial risk and may not be suitable for all investors. Past performance is not indicative of future results. This indicator is provided for informational and educational purposes only and should not be considered investment advice. Always conduct your own research and consult with a licensed financial professional before making any trading decisions.
Note: The effectiveness of any technical indicator can vary based on market conditions and individual trading styles. It's crucial to test indicators thoroughly using historical data and possibly paper trading before applying them in live trading scenarios.
Fractal Trail [UAlgo]The Fractal Trail is designed to identify and utilize Williams fractals as dynamic trailing stops. This tool serves traders by marking key fractal points on the chart and leveraging them to create adaptive stop-loss trails, enhancing risk management and trade decision-making.
Williams fractals are pivotal in identifying potential reversals and critical support/resistance levels. By plotting fractals dynamically and providing configurable options, this indicator allows for personalized adjustments based on the trader's strategy.
This script integrates both visual fractal markers and adjustable trailing stops, offering insights into market trends while catering to a wide variety of trading styles and timeframes.
๐ถ Key Features
Williams Fractals Identification: The indicator marks Williams Fractals on the chart, which are significant highs and lows within a specified range. These fractals are crucial for identifying potential reversal points in the market.
Dynamic Trailing Stops: The indicator generates dynamic trailing stops based on the identified fractals. These stops adjust automatically as new fractals are formed, providing a responsive and adaptive approach to risk management.
Fractal Range: Users can specify the number of bars to the left and right for analyzing fractals, allowing for flexibility in identifying significant price points.
Trail Buffer Percentage: A percentage-based safety margin can be added between the fractal price and the trailing stop, providing additional control over risk management.
Trail Invalidation Source: Users can choose whether the trailing stop flips based on candle closing prices or the extreme points (high/low) of the candles.
Alerts and Notifications: The indicator provides alerts for when the price crosses the trailing stops, as well as when new Williams Fractals are confirmed. These alerts can be customized to fit the trader's notification preferences.
๐ถ Interpreting the Indicator
Fractal Markers: The triangles above and below the bars indicate Williams Fractals. These markers help traders identify potential reversal points in the market.
Trailing Stops: The dynamic trailing stops are plotted as lines on the chart. These lines adjust based on the latest identified fractals, providing a visual representation of potential support and resistance levels.
Fill Colors: The optional fill colors between the trailing stops and the price action help traders quickly identify the current trend and potential pullback zones.
๐ถ Disclaimer
Use with Caution: This indicator is provided for educational and informational purposes only and should not be considered as financial advice. Users should exercise caution and perform their own analysis before making trading decisions based on the indicator's signals.
Not Financial Advice: The information provided by this indicator does not constitute financial advice, and the creator (UAlgo) shall not be held responsible for any trading losses incurred as a result of using this indicator.
Backtesting Recommended: Traders are encouraged to backtest the indicator thoroughly on historical data before using it in live trading to assess its performance and suitability for their trading strategies.
Risk Management: Trading involves inherent risks, and users should implement proper risk management strategies, including but not limited to stop-loss orders and position sizing, to mitigate potential losses.
No Guarantees: The accuracy and reliability of the indicator's signals cannot be guaranteed, as they are based on historical price data and past performance may not be indicative of future results.
ICT Setup 02 [TradingFinder] Breaker Blocks + Reversal Candles๐ต Introduction
The "Breaker Block" concept, widely utilized in ICT (Inner Circle Trader) technical analysis, is a crucial tool for identifying reversal points and significant market shifts. Originating from the "Order Block" concept, Breaker Blocks help traders pinpoint support and resistance levels. These blocks are essential for understanding market trends and recognizing optimal entry and exit points.
A Breaker Block is essentially a failed Order Block that changes its role when price action breaks through it. When an Order Block fails to hold as a support or resistance level, it reverses its function, becoming a Breaker Block.
There are two primary types : Bullish Breaker Blocks and Bearish Breaker Blocks. These Breaker Blocks align with the prevailing market trend and indicate potential entry points after a liquidity sweep or a shift in market structure.
Understanding and applying the Breaker Block strategy enables traders to capitalize on the behavior of institutional investors, enhancing their trading outcomes.
Bullish Setup :
Bearish Setup :
๐ต How to Use
The ICT Setup 02 indicator designed to automate the identification of Bullish and Bearish Breaker Blocks. This tool enables traders to easily spot these blocks on a chart and utilize them for entering or exiting trades. Below is a breakdown of how to use this indicator in both bullish and bearish setups.
๐ฃ Bullish Breaker Block Setup
A Bullish Breaker Block setup is identified in an uptrend, where it serves as a potential entry point. This setup occurs when a Bearish Order Block fails and the price moves above the high of that Order Block. In this scenario, the previously bearish Order Block turns into a Bullish Breaker Block, which now acts as a support level for the price.
To trade a Bullish Breaker Block, wait for the price to retest this newly formed support level. Confirmation of the uptrend can be achieved by analyzing lower time frames for further market structure shifts or other bullish indicators.
A successful retest of the Bullish Breaker Block provides a high-probability entry point for a long trade, as it signals institutional support. Traders often place their stop-loss below the low of the Breaker Block zone to minimize risk.
๐ฃ Bearish Breaker Block Setup
A Bearish Breaker Block setup, conversely, is used in a downtrend to identify potential sell opportunities. This setup forms when a Bullish Order Block fails, and the price moves below the low of that Order Block.
Once this Order Block is broken, it reverses its role and becomes a Bearish Breaker Block, providing resistance to the price as it pushes downward. For a Bearish Breaker Block trade, wait for the price to retest this resistance level.
A confirmation of the downtrend, such as a market structure shift on a lower time frame or additional bearish signals, strengthens the setup. The Bearish Breaker Block retest provides an opportunity to enter a short position, with a stop-loss placed just above the high of the Breaker Block zone.
๐ต Settings
Pivot Period : This setting controls the look-back period used to identify pivot points that contribute to the detection of Order Blocks. A higher period captures longer-term pivots, while a lower period focuses on more recent price action. Adjusting this parameter allows traders to fine-tune the indicator to match their trading time frame.
Breaker Block Validity Period : This setting defines how long a Breaker Block remains valid based on the number of bars elapsed since its formation. Increasing the validity period keeps Breaker Blocks active for a longer duration, which can be useful for higher time frame analysis.
Mitigation Level BB : This option lets traders choose the level of the Order Block at which the price is expected to react. Options like "Proximal," "50% OB," and "Distal" adjust the zone where a reaction may occur, offering flexibility in setting up the entry and stop-loss levels.
Breaker Block Refinement : The refinement option refines the Breaker Block zone to display a more precise range for aggressive or defensive trading approaches. The "Aggressive" mode provides a tighter range for risk-tolerant traders, while the "Defensive" mode expands the zone for those with a more conservative approach.
๐ต Conclusion
The Breaker Block indicator provides traders with a sophisticated tool for identifying key reversal zones in the market. By leveraging Breaker Blocks, traders can gain insights into institutional order flow and predict critical support and resistance levels.
Using Breaker Blocks in conjunction with other ICT concepts, like Fair Value Gaps or liquidity sweeps, enhances the reliability of trading signals. This indicator empowers traders to make informed decisions, aligning their trades with institutional moves in the market.
As with any trading strategy, it is crucial to incorporate proper risk management, using stop-losses and position sizing to minimize potential losses. The Breaker Block strategy, when applied with discipline and thorough analysis, serves as a powerful addition to any traderโs toolkit.
PERFECT PIVOT RANGE DR ABIRAM SIVPRASAD (PPR)PERFECT PIVOT RANGE (PPR) by Dr. Abhiram Sivprasad
The Perfect Pivot Range (PPR) indicator is designed to provide traders with a comprehensive view of key support and resistance levels based on pivot points across different timeframes. This versatile tool allows users to visualize daily, weekly, and monthly pivots along with high and low levels from previous periods, helping traders identify potential areas of price reversals or breakouts.
Features:
Multi-Timeframe Pivots:
Daily, weekly, and monthly pivot levels (Pivot Point, Support 1 & 2, Resistance 1 & 2).
Helps traders understand price levels across various timeframes, from short-term (daily) to long-term (monthly).
Previous High-Low Levels:
Displays the previous week, month, and day high-low levels to highlight key zones of historical support and resistance.
Traders can easily see areas of price action from prior periods, giving context for future price movements.
Customizable Options:
Users can choose which pivot levels and high-lows to display, allowing for flexibility based on trading preferences.
Visual settings can be toggled on and off to suit different trading strategies and timeframes.
Real-Time Data:
All pivot points and levels are dynamically calculated based on real-time price data, ensuring accurate and up-to-date information for decision-making.
How to Use:
Pivot Points: Use daily, weekly, or monthly pivot points to find potential support or resistance levels. Prices above the pivot suggest bullish sentiment, while prices below indicate bearishness.
Previous High-Low: The high-low levels from previous days, weeks, or months can serve as critical zones where price may reverse or break through, indicating potential trade entries or exits.
Confluence: When pivot points or high-low levels overlap across multiple timeframes, they become even stronger levels of support or resistance.
This indicator is suitable for all types of traders (scalpers, swing traders, and long-term investors) looking to enhance their technical analysis and make more informed trading decisions.
Here are three detailed trading strategies for using the Perfect Pivot Range (PPR) indicator for options, stocks, and commodities:
1. Options Buying Strategy with PPR Indicator
Strategy: Buying Call and Put Options Based on Pivot Breakouts
Objective: To capitalize on sharp price movements when key pivot levels are breached, leading to high returns with limited risk in options trading.
Timeframe: 15-minute to 1-hour chart for intraday option trading.
Steps:
Identify the Key Levels:
Use weekly pivots for intraday trading, as they provide more significant levels for options.
Enable the "Previous Week High-Low" to gauge support and resistance from the previous week.
Call Option Setup (Bullish Breakout):
Condition: If the price breaks above the weekly pivot point (PP) with high momentum (indicated by a strong bullish candle), it signifies potential bullishness.
Action: Buy Call Options at the breakout of the weekly pivot.
Confirmation: Check if the price is sustaining above the pivot with a minimum of 1-2 candles (depending on timeframe) and the first resistance (R1) isnโt too far away.
Target: The first resistance (R1) or previous weekโs high can be your target for exiting the trade.
Stop-Loss: Set a stop-loss just below the pivot point (PP) to limit risk.
Put Option Setup (Bearish Breakdown):
Condition: If the price breaks below the weekly pivot (PP) with strong bearish momentum, itโs a signal to expect a downward move.
Action: Buy Put Options on a breakdown below the weekly pivot.
Confirmation: Ensure that the price is closing below the pivot, and check for declining volumes or bearish candles.
Target: The first support (S1) or the previous weekโs low.
Stop-Loss: Place the stop-loss just above the pivot point (PP).
Example:
Letโs say the weekly pivot point (PP) is at 1500, the price breaks above and sustains at 1510. You buy a Call Option with a strike price near 1500, and the target will be the first resistance (R1) at 1530.
2. Stock Trading Strategy with PPR Indicator
Strategy: Swing Trading Using Pivot Points and Previous High-Low Levels
Objective: To capture mid-term stock price movements using pivot points and historical high-low levels for better trade entries and exits.
Timeframe: 1-day or 4-hour chart for swing trading.
Steps:
Identify the Trend:
Start by determining the overall trend of the stock using the weekly pivots. If the price is consistently above the pivot point (PP), the trend is bullish; if below, the trend is bearish.
Buy Setup (Bullish Trend Reversal):
Condition: When the stock bounces off the weekly pivot point (PP) or previous weekโs low, it signals a bullish reversal.
Action: Enter a long position near the pivot or previous weekโs low.
Confirmation: Look for a bullish candle pattern or increasing volumes.
Target: Set your first target at the first resistance (R1) or the previous weekโs high.
Stop-Loss: Place your stop-loss just below the previous weekโs low or support (S1).
Sell Setup (Bearish Trend Reversal):
Condition: When the price hits the weekly resistance (R1) or previous weekโs high and starts to reverse downwards, itโs an opportunity to short-sell the stock.
Action: Enter a short position near the resistance.
Confirmation: Watch for bearish candle patterns or decreasing volume at the resistance.
Target: Your first target would be the weekly pivot point (PP), with the second target as the previous weekโs low.
Stop-Loss: Set a stop-loss just above the resistance (R1).
Use Previous High-Low Levels:
The previous weekโs high and low are key levels where price reversals often occur, so use them as reference points for potential entry and exit.
Example:
Stock XYZ is trading at 200. The previous weekโs low is 195, and it bounces off that level. You enter a long position with a target of 210 (previous weekโs high) and place a stop-loss at 193.
3. Commodity Trading Strategy with PPR Indicator
Strategy: Trend Continuation and Reversal in Commodities
Objective: To capitalize on the strong trends in commodities by using pivot points as key support and resistance levels for trend continuation and reversal.
Timeframe: 1-hour to 4-hour charts for commodities like Gold, Crude Oil, Silver, etc.
Steps:
Identify the Trend:
Use monthly pivots for long-term commodities trading since commodities often follow macroeconomic trends.
The monthly pivot point (PP) will give an idea of the long-term trend direction.
Trend Continuation Setup (Bullish Commodity):
Condition: If the price is consistently trading above the monthly pivot and pulling back towards the pivot without breaking below it, it indicates a bullish continuation.
Action: Enter a long position when the price tests the monthly pivot (PP) and starts moving up again.
Confirmation: Look for a strong bullish candle or an increase in volume to confirm the continuation.
Target: The first resistance (R1) or previous monthโs high.
Stop-Loss: Place the stop-loss below the monthly pivot (PP).
Trend Reversal Setup (Bearish Commodity):
Condition: When the price reverses from the monthly resistance (R1) or previous monthโs high, itโs a signal for a bearish reversal.
Action: Enter a short position at the resistance level.
Confirmation: Watch for bearish candle patterns or decreasing volumes at the resistance.
Target: Set your first target as the monthly pivot (PP) or the first support (S1).
Stop-Loss: Stop-loss should be placed just above the resistance level.
Using Previous High-Low for Swing Trades:
The previous monthโs high and low are important in commodities. They often act as barriers to price movement, so traders should look for breakouts or reversals near these levels.
Example:
Gold is trading at $1800, with a monthly pivot at $1780 and the previous monthโs high at $1830. If the price pulls back to $1780 and starts moving up again, you enter a long trade with a target of $1830, placing your stop-loss below $1770.
Key Points Across All Strategies:
Multiple Timeframes: Always use a combination of timeframes for confirmation. For example, a daily chart may show a bullish setup, but the weekly pivot levels can provide a larger trend context.
Volume: Volume is key in confirming the strength of price movement. Always confirm breakouts or reversals with rising or declining volume.
Risk Management: Set tight stop-loss levels just below support or above resistance to minimize risk and lock in profits at pivot points.
Each of these strategies leverages the powerful pivot and high-low levels provided by the PPR indicator to give traders clear entry, exit, and risk management points across different markets
Sniper Entry using RSI confirmationThis is a sniper entry indicator that provides Buy and Sell signals using other Indicators to give the best possible Entries (note: Entries will not be 100 percent accurate and analysis should be done to support an entry)
Moving Average Crossovers:
The indicator uses two moving averages: a short-term SMA (Simple Moving Average) and a long-term SMA.
When the short-term SMA crosses above the long-term SMA, it generates a buy signal (indicating potential upward momentum).
When the short-term SMA crosses below the long-term SMA, it generates a sell signal (indicating potential downward momentum).
RSI Confirmation:
The indicator incorporates RSI (Relative Strength Index) to confirm the buy and sell signals generated by the moving average crossovers.
RSI is used to gauge the overbought and oversold conditions of the market.
A buy signal is confirmed if RSI is below a specified overbought level, indicating potential buying opportunity.
A sell signal is confirmed if RSI is above a specified oversold level, indicating potential selling opportunity.
Dynamic Take Profit and Stop Loss:
The indicator calculates dynamic take profit and stop loss levels based on the Average True Range (ATR).
ATR is used to gauge market volatility, and the take profit and stop loss levels are adjusted accordingly.
This feature helps traders to manage their risk effectively by setting appropriate profit targets and stop loss levels.
Combining the information provided by these, the indicator will provide an entry point with a provided take profit and stop loss. The indicator can be applied to different asset classes. Risk management must be applied when using this indicator as it is not 100% guaranteed to be profitable.
Goodluck!
Smart Money Concept [TradingFinder] Major OB + FVG + Liquidity๐ต Introduction
"Smart Money" refers to funds under the control of institutional investors, central banks, funds, market makers, and other financial entities. Ordinary people recognize investments made by those who have a deep understanding of market performance and possess information typically inaccessible to regular investors as "Smart Money".
Consequently, when market movements often diverge from expectations, traders identify the footprints of smart money. For example, when a classic pattern forms in the market, traders take short positions. However, the market might move upward instead. They attribute this contradiction to smart money and seek to capitalize on such inconsistencies in their trades.
The "Smart Money Concept" (SMC) is one of the primary styles of technical analysis that falls under the subset of "Price Action". Price action encompasses various subcategories, with one of the most significant being "Supply and Demand", in which SMC is categorized.
The SMC method aims to identify trading opportunities by emphasizing the impact of large traders (Smart Money) on the market, offering specific patterns, techniques, and trading strategies.
๐ฃ Key Terms of Smart Money Concept (SMC)
โข Market Structure (Trend)
โข Change of Character (ChoCh)
โข Break of Structure (BoS)
โข Order Blocks (Supply and Demand)
โข Imbalance (IMB)
โข Inefficiency (IFC)
โข Fair Value Gap (FVG)
โข Liquidity
โข Premium and Discount
๐ต How Does the "Smart Money Concept Indicator" Work?
๐ฃ Market Structure
a. Accumulation
b. Market-Up
c. Distribution
d. Market-Down
a) Accumulation Phase : During the accumulation period, typically following a downtrend, smart money enters the market without significantly affecting the pricing trend.
b) Market-Up Phase : In this phase, the price of an asset moves upward from the accumulation range and begins to rise. Usually, the buying by retail investors is the main driver of this trend, and due to positive market sentiment, it continues.
c) Distribution Phase : The distribution phase, unlike the accumulation stage, occurs after an uptrend. In this phase, smart money attempts to exit the market without causing significant price fluctuations.
d) Market-Down Phase : In this stage, the price of an asset moves downward from the distribution phase, initiating a prolonged downtrend. Smart money liquidates all its positions by creating selling pressure, trapping latecomer investors.
The result of these four phases in the market becomes the market trend.
Types of Trends in Financial Markets :
a. Up-Trend
b. Down Trend
c. Range (No Trend)
a) Up-Trend : The market breaks consecutive highs.
b) Down Trend : The market breaks consecutive lows.
c) No Trend or Range : The market oscillates within a range without breaking either highs or lows.
๐ฃ Change of Character (ChoCh)
The "ChoCh" or "Change of Character" pattern indicates an initial change in order flow in financial markets. This structural change occurs when a major pivot in the opposite direction of the market trend fails. It signals a potential change in the market trend and can serve as a signal for short-term or long-term trend changes in a trading symbol.
๐ฃ Break of Structure (BoS)
The "BoS" or "Break of Structure" pattern indicates the continuation of the trend in financial markets. This structure forms when, in an uptrend, the price breaks its ceiling or, in a downtrend, the price breaks its floor.
๐ฃ Order Blocks (Supply and Demand)
Order blocks consist of supply and demand areas where the likelihood of price reversal is higher. There are six order blocks in this indicator, categorized based on their origin and formation reasons.
a. Demand Main Zone, "ChoCh" Origin.
b. Demand Sub Zone, "ChoCh" Origin.
c. Demand All Zone, "BoS" Origin.
d. Supply Main Zone, "ChoCh" Origin.
e. Supply Sub Zone, "ChoCh" Origin.
f. Supply All Zone, "BoS" Origin.
๐ฃ FVG | Inefficiency | Imbalance
These three terms are almost synonymous. They describe the presence of gaps between consecutive candle shadows. This inefficiency occurs when the market moves rapidly. Primarily, imbalances and these rapid movements stem from the entry of smart money and the imbalance between buyer and seller power. Therefore, identifying these movements is crucial for traders.
These areas are significant because prices often return to fill these gaps or even before they occur to fill price gaps.
๐ฃ Liquidity
Liquidity zones are areas where there is a likelihood of congestion of stop-loss orders. Liquidity is considered the driving force of the entire market, and market makers may manipulate the market using these zones. However, in many cases, this does not happen because there is insufficient liquidity in some areas.
Types of Liquidity in Financial Markets :
a. Trend Lines
b. Double Tops | Double Bottoms
c. Triple Tops | Triple Bottoms
d. Support Lines | Resistance Lines
All four types of liquidity in this indicator are automatically identified.
๐ฃ Premium and Discount
Premium and discount zones can assist traders in making better decisions. For instance, they may sell positions in expensive ranges and buy in cheaper ranges. The closer the price is to the major resistance, the more expensive it is, and the closer it is to the major support, the cheaper it is.
๐ต How to Use
๐ฃ Change of Character (ChoCh) and Break of Structure (BoS)
This indicator detects "ChoCh" and "BoS" in both Minor and Major states. You can turn on the display of these lines by referring to the last part of the settings.
๐ฃ Order Blocks (Supply and Demand)
Order blocks are Zones where the probability of price reversal is higher. In demand Zones you can buy opportunities and in supply Zones you can check sell opportunities.
The "Refinement" feature allows you to adjust the width of the order block according to your strategy. There are two modes, "Aggressive" and "Defensive," in the "Order Block Refine". The difference between "Aggressive" and "Defensive" lies in the width of the order block.
For risk-averse traders, the "Defensive" mode is suitable as it provides a lower loss limit and a greater reward-to-risk ratio. For risk-taking traders, the "Aggressive" mode is more appropriate. These traders prefer to enter trades at higher prices, and this mode, which has a wider order block width, is more suitable for this group of individuals.
๐ฃ Fair Value Gap (FVG) | Imbalance (IMB) | Inefficiency (IFC)
In order to identify the "fair value gap" on the chart, it must be analyzed candle by candle. In this process, it is important to pay attention to candles with a large size, and a candle and a candle should be examined before that.
Candles before and after this central candle should have long shadows and their bodies should not overlap with the central candle body. The distance between the shadows of the first and third candles is known as the FVG range.
These areas work in two ways :
โข Supply and demand area : In this case, the price reacts to these areas and the trend is reversed.
โข Liquidity zone : In this scenario, the price "fills" the zone and then reaches the order block.
Important note : In most cases, the FVG zone of very small width acts as a supply and demand zone, while the zone of significant width acts as a liquidity zone and absorbs price.
When the FVG filter is activated, the FVG regions are filtered based on the specified algorithm.
FVG filter types include the following :
1. Very Aggressive Mode : In addition to the initial condition, an additional condition is considered. For bullish FVG, the maximum price of the last candle must be greater than the maximum price of the middle candle.
Similarly, for a bearish FVG, the minimum price of the last candle must be lower than the minimum price of the middle candle. This mode removes the minimum number of FVGs.
2. Aggressive : In addition to the very aggressive condition, the size of the middle candle is also considered. The size of the center candle should not be small and therefore more FVGs are removed in this case.
3. Defensive : In addition to the conditions of the very aggressive mode, this mode also considers the size of the middle pile, which should be relatively large and make up the majority of the body.
Also, to identify bullish FVGs, the second and third candles must be positive, while for bearish FVGs, the second and third candles must be negative. This mode filters out a significant number of FVGs and keeps only those of good quality.
4. Very Defensive : In addition to the conditions of the defensive mode, in this mode the first and third candles should not be very small-bodied doji candles. This mode filters out most FVGs and only the best quality ones remain.
๐ฃ Liquidity
These levels are where traders intend to exit their trades. "Market makers" or smart money usually accumulate or distribute their trading positions near these levels, where many retail traders have placed their "stop loss" orders. When liquidity is collected from these losses, the price often reverses.
A "Stop hunt" is a move designed to offset liquidity generated by established stop losses. Banks often use major news events to trigger stop hunts and capture liquidity released into the market. For example, if they intend to execute heavy buy orders, they encourage others to sell through stop-hots.
Consequently, if there is liquidity in the market before reaching the order block area, the validity of that order block is higher. Conversely, if the liquidity is close to the order block, that is, the price reaches the order block before reaching the liquidity limit, the validity of that order block is lower.
๐ฃ Alert
With the new alert functionality in this indicator, you won't miss any important trading signals. Alerts are activated when the price hits the last order block.
1. It is possible to set alerts for each "symbol" and "time frame". The system will automatically detect both and include them in the warning message.
2. Each alert provides the exact date and time it was triggered. This helps you measure the timeliness of the signal and evaluate its relevance.
3. Alerts include target order block price ranges. The "Proximal" level represents the initial price level strike, while the "Distal" level represents the maximum price gap in the block. These details are included in the warning message.
4. You can customize the alert name through the "Alert Name" entry.
5. Create custom messages for "long" and "short" alerts to be sent with notifications.
๐ต Setting
a. Pivot Period of Order Blocks Detector :
Using this parameter, you can set the zigzag period that is formed based on the pivots.
b. Order Blocks Validity Period (Bar) :
You can set the validity period of each Order Block based on the number of candles that have passed since the origin of the Order Block.
c. Demand Main Zone, "ChoCh" Origin :
You can control the display or not display as well as the color of Demand Main Zone, "ChoCh" Origin.
d. Demand Sub Zone, "ChoCh" Origin :
You can control the display or not display as well as the color of Demand Sub Zone, "ChoCh" Origin.
e. Demand All Zone, "BoS" Origin :
You can control the display or not display as well as the color of Demand All Zone, "BoS" Origin.
f. Supply Main Zone, "ChoCh" Origin :
You can control the display or not display as well as the color of Supply Main Zone, "ChoCh" Origin.
g. Supply Sub Zone, "ChoCh" Origin :
You can control the display or not display as well as the color of Supply Sub Zone, "ChoCh" Origin.
h. Supply All Zone, "BoS" Origin :
You can control the display or not display as well as the color of Supply All Zone, "BoS" Origin.
i. Refine Demand Main : You can choose to be refined or not and also the type of refining.
j. Refine Demand Sub : You can choose to be refined or not and also the type of refining.
k. Refine Demand BoS : You can choose to be refined or not and also the type of refining.
l. Refine Supply Main : You can choose to be refined or not and also the type of refining.
m. Refine Supply Sub : You can choose to be refined or not and also the type of refining.
n. Refine Supply BoS : You can choose to be refined or not and also the type of refining.
o. Show Demand FVG : You can choose to show or not show Demand FVG.
p. Show Supply FVG : You can choose to show or not show Supply FVG
q. FVG Filter : You can choose whether FVG is filtered or not. Also specify the type of filter you want to use.
r. Show Statics High Liquidity Line : Show or not show Statics High Liquidity Line.
s. Show Statics Low Liquidity Line : Show or not show Statics Low Liquidity Line.
t. Show Dynamics High Liquidity Line : Show or not show Dynamics High Liquidity Line.
u. Show Dynamics Low Liquidity Line : Show or not show Dynamics Low Liquidity Line.
v. Statics Period Pivot :
Using this parameter, you can set the Swing period that is formed based on Static Liquidity Lines.
w. Dynamics Period Pivot :
Using this parameter, you can set the Swing period that is formed based Dynamics Liquidity Lines.
x. Statics Liquidity Line Sensitivity :
is a number between 0 and 0.4. Increasing this number decreases the sensitivity of the "Statics Liquidity Line Detection" function and increases the number of lines identified. The default value is 0.3.
y. Dynamics Liquidity Line Sensitivity :
is a number between 0.4 and 1.95. Increasing this number increases the sensitivity of the "Dynamics Liquidity Line Detection" function and decreases the number of lines identified. The default value is 1.
z. Alerts Name : You can customize the alert name using this input and set it to your desired name.
aa. Alert Demand Main Mitigation :
If you want to receive the alert about Demand Main 's mitigation after setting the alerts, leave this tick on. Otherwise, turn it off.
bb. Alert Demand Sub Mitigation :
If you want to receive the alert about Demand Sub's mitigation after setting the alerts, leave this tick on. Otherwise, turn it off.
cc. Alert Demand BoS Mitigation :
If you want to receive the alert about Demand BoS's mitigation after setting the alerts, leave this tick on. Otherwise, turn it off.
dd. Alert Supply Main Mitigation :
If you want to receive the alert about Supply Main's mitigation after setting the alerts, leave this tick on. Otherwise, turn it off.
ee. Alert Supply Sub Mitigation :
If you want to receive the alert about Supply Sub's mitigation after setting the alerts, leave this tick on. Otherwise, turn it off.
ff. Alert Supply BoS Mitigation :
If you want to receive the alert about Supply BoS's mitigation after setting the alerts, leave this tick on. Otherwise, turn it off.
gg. Message Frequency :
This parameter, represented as a string, determines the frequency of announcements. Options include: 'All' (triggers the alert every time the function is called), 'Once Per Bar' (triggers the alert only on the first call within the bar), and 'Once Per Bar Close' (activates the alert only during the final script execution of the real-time bar upon closure). The default setting is 'Once per Bar'.
hh. Show Alert time by Time Zone :
The date, hour, and minute displayed in alert messages can be configured to reflect any chosen time zone. For instance, if you prefer London time, you should input 'UTC+1'. By default, this input is configured to the 'UTC' time zone.
ii. Display More Info : The 'Display More Info' option provides details regarding the price range of the order blocks (Zone Price), along with the date, hour, and minute. If you prefer not to include this information in the alert message, you should set it to 'Off'.
You also have access to display or not to display, choose the Style and Color of all the lines below :
a. Major Bullish "BoS" Lines
b. Major Bearish "BoS" Lines
c. Minor Bullish "BoS" Lines
d. Minor Bearish "BoS" Lines
e. Major Bullish "ChoCh" Lines
f. Major Bearish "ChoCh" Lines
g. Minor Bullish "ChoCh" Lines
h. Minor Bearish "ChoCh" Lines
i. Last Major Support Line
j. Last Major Resistance Line
k. Last Minor Support Line
l. Last Minor Resistance Line
BBSR Extreme Strategy [nachodog]The Bollinger Bands Stochastic RSI Extreme Strategy is a comprehensive trading approach designed for use on the TradingView platform, employing a combination of Bollinger Bands and the Stochastic RSI to identify potential entry and exit points in the market. This strategy is converted into Pine Script version 5 and is specifically tailored as a strategy rather than a mere study, allowing traders to simulate and backtest their trades within the TradingView environment.
Strategy Overview:
Bollinger Bands serve as the primary tool for volatility and price level analysis. By calculating the standard deviation of price movements around a simple moving average (SMA), this strategy identifies the upper and lower bounds of price fluctuations, helping traders spot potential reversal points.
Stochastic RSI is used to gauge the momentum by comparing the closing price's position relative to its price range over a certain period. This indicator helps in determining overbought or oversold conditions, providing insights into potential bullish or bearish momentum.
Entry Signals:
Bullish Entry: The strategy signals a long entry when the price moves from below to above the lower Bollinger Band, coupled with a Stochastic RSI indicating an exit from oversold conditions. This suggests an uptrend initiation, prompting a buy order.
Bearish Entry: Conversely, a short entry is signaled when the price drops from above to below the upper Bollinger Band while the Stochastic RSI moves from overbought territory. This condition indicates a potential downtrend, triggering a sell order.
Exit Criteria:
Stop Loss: A key feature of this strategy is the inclusion of a user-defined stop loss percentage, which helps manage risk by specifying the maximum allowable loss per trade.
Bearish Exit for Long Positions: Long positions are exited either when a bearish signal is detected or when the price crosses below the lower Bollinger Band, suggesting a reversal or weakening of the bullish trend.
Bullish Exit for Short Positions: Short positions are closed upon a bullish signal or when the price crosses above the upper Bollinger Band, indicating a potential reversal or diminishing bearish momentum.
Strategy Benefits:
The strategy provides a structured framework for entering and exiting trades, leveraging the strengths of both Bollinger Bands and Stochastic RSI.
It includes parameters for customization, such as the stop loss percentage, allowing traders to align the strategy with their risk tolerance and trading objectives.
The ability to backtest and simulate trades on TradingView enhances its utility, offering insights into the strategy's performance under historical market conditions.
Overall, the Bollinger Bands Stochastic RSI Extreme Strategy is designed for traders who seek to capitalize on trend reversals and momentum shifts, with built-in risk management features to safeguard against significant losses.
Strategy / Connectable [Azullian]The connectable strategy serves as a foundational component in our indicator system on TradingView, designed for intuitive testing, visualization, and construction of trading strategies. In concert with the connectable signal filter , it forms a cohesive unit that allows for efficient signal processing and strategy implementation. This integration enables the strategy to receive and act on weighted signals from various connectable indicators, making it a versatile tool for both novice and experienced traders.
Let's review the separate parts of this indicator.
โโ STRATEGY INPUTS
We've provided an input to connect a signal filter or indicators or chains (โ) which is set to 'Close' by default.
An input has several controls:
โโข Input: Connect indicators or signal filter here, choose indicators with a compatible : Signal connector.
โโข SM - Signal Mode: Choose a trading direction compatible with the settings in your signal filter
โ POSITION INVESTMENT
Determine the percentage of your trading budget you would like to use in each position based on the strategy's profit or loss.
โโข LINVB - Loss Investment Base: Choose which base to use to determine the investment percentage when the strategy is in a loss.
โโโโโ Equity: Use the equity as the base for percentage calculation.
โโโโโ Initial capital: Use the initial capital as the base for percentage calculation.
โโข LINV% - Loss Investment Percentage: Set a percentage of the chosen investment base as the investment for a new position.
โโโโโ For example, when 10% in loss, and a initial capital of $100, and the investment base is set to equity with a percentage of 50%, your investment will be 50% of $90, $45.
โโข PINVB - Profit Investment Base: Choose which base to use to determine the investment percentage when the strategy is in profit.
โโโโโ Equity: Use the equity as the base for percentage calculation.
โโโโโ Initial capital: Use the initial capital as the base for percentage calculation.
โโข PINV% - Profit Investment Percentage: Set a percentage of the chosen investment base as the investment for a new position.
โโโโโ For example, when 10% in profit, and an initial capital of $100, and the investment base is set to equity with a percentage of 100%, your investment will be 100% of $110, $110.
โโข RISK% - Risk Percentage:
โโโโโ Determine how much of the calculated position investment is at risk when the stop-loss is hit.
โโโโโโโโ- For example, 1% of $45 represents a maximum loss of $0.45.
โโโโโ Risk percentage works together with the stop loss and the max leverage.
โโข MXLVG - Maximum Leverage:
โโโโโ Investigate the trading rules for your trading pair and use the maximum allowed amount of leverage.
โโโโโ To determine the number of contracts to be bought or sold, considering the stop loss and the specified risk percentage, the maximum leverage available will constrain the amount of leverage utilized to ensure that the maximum risk threshold is not exceeded. For instance, suppose the stop loss is set at 1%, and the risk percentage is defined as 10%. Initially, the calculated leverage to be used would be 10. However, if there is a maximum leverage cap set at 5, it would constrain the calculated leverage of 10 to adhere to the maximum limit of 5.
โ EXIT STOP LOSS
Determine the Stop Loss price based on your selected configuration.
As the stop loss is an integral part of the ordered contracts calculation used in conjunction with the Risk and Max leverage, you'll always need to provide a stop loss price.
โโข SLB - Stop Loss Base: Choose a stop loss mode for calculating stop loss prices.
โโโโโ Risk: Determines the price using the Risk parameter (RISK%) and maximum leverage (MXLVG). In this case, SLB% will not have any impact.
โโโโโ Price Entry + Offset: Calculates the stop loss price based on a offset percentage (SLB%) from the entry price of the position.
โโข SLB% - Stop Loss Base Percentage: Define an offset percentage that will be applied in the price entry + offset stop loss mode.
โโข SLT - Stop Loss Trailing:
โโโโโ Fixed: The initial stop loss will be kept and no trailing stop loss will be applied.
โโโโโ Trail Price: Computes the trailing stop loss price based on an offset percentage (SLT%) from the closing price of the current candle.
โโโโโโโโ- If a better stop loss price is calculated, it will be set as the new stop loss price.
โโโโโ Trail Incr: Adapts the trailing stop loss price based on the offset percentage (SLT%).
โโโโโโโโ- Each price change in favor of your position will incrementally adapt the trailing stop loss with SLT%.
โโข SLT% - Stop Loss Trailing Percentage: This percentage serves as an offset or increment depending on your chosen trailing mode.
โ EXIT TAKE PROFIT
Determine the Take Profit price based on your selected configuration.
โโข TPB - Take Profit Base: Choose a take profit mode for calculating take profit prices.
โโโโโ Reward: Determines the take profit price using the Risk parameter (RISK%) and the calculated Stop Loss price and the set reward percentage (TPB%).
โโโโโโโโ- For example: Risk 1%, Calculated Stop loss price: $90, Entry price: $100, Reward (TPB%): 2%, will result in a take profit price on $120.
โโโโโ Price Entry + Offset: Calculates the take profit price based on a offset percentage (TPB%) from the entry price of the position.
โโโโโโโโ- For example: Entry price: $100, Offset (TPB%): 2%, will result in a take profit price on $102.
โโข TPB% - Take Profit Base Percentage: Define an offset percentage that will be applied in the price entry + offset take profit mode.
โโข TPT - Take Profit Trailing:
โโโโโ Fixed: The initial take profit will be kept and no trailing take profit will be applied.
โโโโโ Trail Price: Computes the trailing take profit price based on an offset percentage (TPT%) from the closing price of the current candle.
โโโโโโโโ- If an applicable take profit price is calculated, it will be set as the new take profit price.
โโโโโ Trail Incr: Adapts the trailing take profit price based on the offset percentage (TPT%). Each price change against your position will incrementally adapt the trailing take profit with TPT%.
โโข TPT% - Take Profit Trailing Percentage: This percentage serves as an offset or increment depending on your chosen trailing mode.
โโ STRATEGY CONDITIONS
Specify when the strategy is permitted to execute trades.
โโข DATE: Enable the Date Range filter to restrict entries to a specific date range.
โโโโโ START: Set a start date and hour to commence trading.
โโโโโ END: Set an end date and hour to conclude trading within the defined range.
โ VISUALS
โโข LINE: Activate a colored dashed diagonal line to visually connect the entry and exit points of positions.
โโข SLTP: Enable visualization of stop loss, take profit, and break-even levels.
โโข PNL: Enable Break-Even and Close Lines along with a colored area in between to visualize profit and loss.
โโข โผ: Brightness % : Adjust the opacity of the plotted trading visuals.
โโข P - Profit Color : Choose the color for profit-related elements.
โโข L - Loss Color: Choose the color for loss-related elements.
โโข B - Breakeven Color : Select the color for break-even points.
โโข EL - Long Color: Specify the color for long positions.
โโข ES - Short Color: Specify the color for short positions.
โโข TRADE LABELING: For better analysis we've labeled all entries and exits conform with the type of order your strategy has executed, some examples:
โโโโโ XL-TP-150: Exit Long - Take Profit - Position 150
โโโโโ XS-TP-154: Exit Short - Take Profit - Position 154
โโโโโ XL-SL-160: Exit Long - Stop Loss - Position 160
โโโโโ XS-SL-164: Exit Short - Stop Loss - Position 164
โ USAGE OF CONNECTABLE INDICATORS
โโ Connectable chaining mechanism
Connectable indicators can be connected directly to the signal monitor, signal filter or strategy , or they can be daisy chained to each other while the last indicator in the chain connects to the signal monitor, signal filter or strategy. When using a signal filter you can chain the filter to the strategy input to make your chain complete.
โโข Direct chaining: Connect an indicator directly to the signal monitor, signal filter or strategy through the provided inputs (โ).
โโข Daisy chaining: Connect indicators using the indicator input (โ). The first in a daisy chain should have a flow (โฅ) set to 'Indicator only'. Subsequent indicators use 'Both' to pass the previous weight. The final indicator connects to the signal monitor, signal filter, or strategy.
โโ Set up the strategy with a signal filter and an RSI indicator
Let's connect the Strategy to a connectable signal filter and a connectable RSI indicator :
1. Load all relevant indicators
โโข Load RSI / Connectable
โโข Load Signal filter / Connectable
โโข Load Strategy / Connectable
2. Signal Filter: Connect the RSI to the Signal Filter
โโข Open the signal filter settings
โโข Choose one of the three input dropdowns (1โ, 2โ, 3โ) and choose : RSI / Connectable: Signal Connector
โโข Toggle the enable box before the connected input to enable the incoming signal
3. Signal Filter: Update the filter signals settings if needed
โโข The default settings of the filter enable EL (Enter Long), XL (Exit Long), ES (Enter Short) and XS (Exit Short).
4. Signal Filter: Update the weight threshold settings if needed
โโข All connectable indicators load by default with a score of 6 for each direction (EL, XL, ES, XS)
โโข By default, weight threshold (TH) is set at 5. This allows each occurrence to score, as the default score in each connectable indicator is 1 point above the threshold. Adjust to your liking.
5. Strategy: Connect the strategy to the signal filter in the strategy settings
โโข Select the strategy input โ and select the Signal filter: Signal connector
6. Strategy: Enable filter compatible directions
โโข Set the signal mode of the strategy to a compatible direction with the signal filter.
Now that everything is connected, you'll notice green spikes in the signal filter representing long signals, and red spikes indicating short signals. Trades will also appear on the chart, complemented by a performance overview. Your journey is just beginning: delve into different scoring mechanisms, merge diverse connectable indicators, and craft unique chains. Instantly test your results and discover the potential of your configurations. Dive deep and enjoy the process!
โ BENEFITS
โโข Adaptable Modular Design: Arrange indicators in diverse structures via direct or daisy chaining, allowing tailored configurations to align with your analysis approach.
โโข Streamlined Backtesting: Simplify the iterative process of testing and adjusting combinations, facilitating a smoother exploration of potential setups.
โโข Intuitive Interface: Navigate TradingView with added ease. Integrate desired indicators, adjust settings, and establish alerts without delving into complex code.
โโข Signal Weight Precision: Leverage granular weight allocation among signals, offering a deeper layer of customization in strategy formulation.
โโข Advanced Signal Filtering: Define entry and exit conditions with more clarity, granting an added layer of strategy precision.
โโข Clear Visual Feedback: Distinct visual signals and cues enhance the readability of charts, promoting informed decision-making.
โโข Standardized Defaults: Indicators are equipped with universally recognized preset settings, ensuring consistency in initial setups across different types like momentum or volatility.
โโข Reliability: Our indicators are meticulously developed to prevent repainting. We strictly adhere to TradingView's coding conventions, ensuring our code is both performant and clean.
โ COMPATIBLE INDICATORS
Each indicator that incorporates our open-source 'azLibConnector' library and adheres to our conventions can be effortlessly integrated and used as detailed above.
For clarity and recognition within the TradingView platform, we append the suffix ' / Connectable' to every compatible indicator.
โ COMMON MISTAKES AND CLARIFICATIONS
โโข Removing an indicator from a chain: Deleting a linked indicator and confirming the "remove study tree" alert will also remove all underlying indicators in the object tree. Before removing one, disconnect the adjacent indicators and move it to the object stack's bottom.
โโข Point systems: The azLibConnector provides 500 points for each direction (EL: Enter long, XL: Exit long, ES: Enter short, XS: Exit short) Remember this cap when devising a point structure.
โโข Flow misconfiguration: In daisy chains the first indicator should always have a flow (โฅ) setting of 'indicator only' while other indicator should have a flow (โฅ) setting of 'both'.
โโข Recalculate: While this strategy has undergone extensive testing, enabling recalculation options like 'After order is filled' or 'On every tick' may lead to unexpected behavior.
โโข Fill orders: The strategy is thoroughly tested, yet enabling fill order options such as 'Using bar magnifier', 'On bar close', or 'Using standard OHLC' might result in unexpected outcomes.
โโข Layout and abbreviations: To maintain a consistent structure, we use abbreviations for each input. While this may initially seem complex, you'll quickly become familiar with them. Each abbreviation is also explained in the inline tooltips.
โโข Optimized for crypto trading: While many principles are common across markets, this strategy is specifically optimized and tested for crypto trading.
โโข Inputs: Connecting a connectable indicator directly to the strategy delivers the raw signal without a weight threshold, meaning every signal will trigger a trade.
โ A NOTE OF GRATITUDE
Through years of exploring TradingView and Pine Script, we've drawn immense inspiration from the community's knowledge and innovation. Thank you for being a constant source of motivation and insight.
โ RISK DISCLAIMER
Azullian's content, tools, scripts, articles, and educational offerings are presented purely for educational and informational uses. Please be aware that past performance should not be considered a predictor of future results.
Backtest Strategy Optimizer AdapterBacktest Strategy Optimizer Adapter
With this library, you will be able to run one or multiple backtests with different variables (combinations). For example, you can run 100 backtests of Supertrend at once with an increment factor of 0.1. This way, you can easily fetch the most profitable settings and apply them to your strategy.
To get a better understanding of the code, you can check the code below.
Single backtest results
= backtest.results(date_start, date_end, long_entry, long_exit, take_profit_percentage, stop_loss_percentage, atr_length, initial_capital, order_size, commission)
Add backtest results to a table
backtest.table(initial_capital, profit_and_loss, open_balance, winrate, entries, exits, wins, losses, backtest_table_position, backtest_table_margin, backtest_table_transparency, backtest_table_cell_color, backtest_table_title_cell_color, backtest_table_text_color)
Backtest result without chart labels
= backtest.run(date_start, date_end, long_entry, long_exit, take_profit_percentage, stop_loss_percentage, atr_length, initial_capital, order_size, commission)
Backtest result profit
profit = backtest.profit(date_start, date_end, long_entry, long_exit, take_profit_percentage, stop_loss_percentage, atr_length, initial_capital, order_size, commission)
Backtest result winrate
winrate = backtest.winrate(date_start, date_end, long_entry, long_exit, take_profit_percentage, stop_loss_percentage, atr_length, initial_capital, order_size, commission)
Start Date
You can set the start date either by using a timestamp or a number that refers to the number of bars back.
Stop Loss / Take Profit Issue
Unfortunately, I did not manage to achieve 100% accuracy for the take profit and stop loss. The original TradingView backtest can stop at the correct position within a bar using the strategy.exit stop and limit variables. However, it seems unachievable with a crossunder/crossover function in PineScript unless it is calculated on every tick (which would make the backtesting results invalid). So far, I have not found a workaround, and I would be grateful if someone could solve this issue, if it is even possible. If you have any solutions or fixes, please let me know!
Multiple Backtest Results / Optimizer
You can run multiple backtests in a single strategy or indicator, but there are certain requirements for placing the correct code in the right way. To view examples of running multiple backtests, you can refer to the links provided in the updates I posted below. In the samples I have also explained how you can auto-generate code for your backtest strategy.
3kilos BTC 15mThe "3kilos BTC 15m" is a comprehensive trading strategy designed to work on a 15-minute timeframe for Bitcoin (BTC) or other cryptocurrencies. This strategy combines multiple indicators, including Triple Exponential Moving Averages (TEMA), Average True Range (ATR), and Heikin-Ashi candlesticks, to generate buy and sell signals. It also incorporates risk management features like take profit and stop loss.
Indicators
Triple Exponential Moving Averages (TEMA): Three TEMA lines are used with different lengths and sources:
Short TEMA (Red) based on highs
Long TEMA 1 (Blue) based on lows
Long TEMA 2 (Green) based on closing prices
Average True Range (ATR): Custom ATR calculation with EMA smoothing is used for volatility measurement.
Supertrend: Calculated using ATR and a multiplier to determine the trend direction.
Simple Moving Average (SMA): Applied to the short TEMA to smooth out its values.
Heikin-Ashi Close: Used for additional trend confirmation.
Entry & Exit Conditions
Long Entry: Triggered when the short TEMA is above both long TEMA lines, the Supertrend is bullish, the short TEMA is above its SMA, and the Heikin-Ashi close is higher than the previous close.
Short Entry: Triggered when the short TEMA is below both long TEMA lines, the Supertrend is bearish, the short TEMA is below its SMA, and the Heikin-Ashi close is lower than the previous close.
Take Profit and Stop Loss: Both are calculated as a percentage of the entry price, and they are set for both long and short positions.
Risk Management
Take Profit: Set at 1% above the entry price for long positions and 1% below for short positions.
Stop Loss: Set at 3% below the entry price for long positions and 3% above for short positions.
Commission and Pyramiding
Commission: A 0.07% commission is accounted for in the strategy.
Pyramiding: The strategy does not allow pyramiding.
Note
This strategy is designed for educational purposes and should not be considered as financial advice. Always do your own research and consider consulting a financial advisor before engaging in trading.
JS-TechTrading: Supertrend-Strategy_Basic versionAre you looking for a reliable and profitable algorithmic trading strategy for TradingView? If so, you might be interested in our Supertrend basic strategy, which is based on three powerful indicators: Supertrend (ATR), RSI and EMA.
Supertrend is a trend-following indicator that helps you identify the direction and strength of the market. It also gives you clear signals for entry and exit points based on price movements.
RSI is a momentum indicator that measures the speed and change of price movements. It helps you filter out false signals and avoid overbought or oversold conditions.
EMA is a moving average indicator that smooths out price fluctuations and shows you the long-term trend of the market. It helps you confirm the validity of your trades and avoid trading against the trend.
Our Supertrend basic strategy combines these three indicators to give you a simple yet effective way to trade any market. Here's how it works:
- For long trades, you enter when the price is above Supertrend and pulls back below it (the low of the candle crosses Supertrend) and then rebounds above it (the high of the next candle goes above the pullback candle). You exit when the price closes below Supertrend or when you reach your target profit or stop loss.
- For short trades, you enter when the price is below Supertrend and pulls back above it (the high of the candle crosses Supertrend) and then drops below it (the low of the next candle goes below the pullback candle). You exit when the price closes above Supertrend or when you reach your target profit or stop loss.
- You can also use RSI and EMA filters to improve your results. For long trades, you only enter if RSI is above 50 and price is above 200 EMA. For short trades, you only enter if RSI is below 50 and price is below 200 EMA.
- You can set your stop loss and target profit as a percentage of your entry price or based on other criteria. You can also adjust the parameters of each indicator according to your preferences and risk tolerance.
Our Supertrend basic strategy is easy to use and has been tested on various markets and time frames. It can help you capture consistent profits while minimizing your losses.
Orion:SagittaSagitta
Sagitta is an indicator the works to assist in the validation of potential long entries and to place stop-loss orders. Sagitta is not a "golden indicator" but more of a confirmation indicator of what prices might be suggesting.
The concept is that while stocks can turn in one bar, it usually takes two bars or more to signal a turn. So, using a measurement of two bars help determine the potential turning of prices.
Behind the scenes, Sagitta is nothing more than a 2 period stochastic which has had its values divided into five specific zones.
Dividing the range of the two bars in five sections, the High is equal to 100 and the Low is equal to 0.
The zones are:
20 = bearish (red) โ This is when the close is the lower 20% of the two bars
40 = bearish (orange) โ This is when the close is between the lower 20% and 40% of the two bars.
60 = neutral (yellow) โ This is when the close is between the middle 40% - 60% of the two bars.
80 = bullish (blue) โ This is when the close is between the upper 60% - 80% of the two bars.
100 = bullish (green) โ This is when the close is above the upper 80% of the bar.
The general confirmation concept works as such:
When the following bar is of a higher value than the previous bar, there is potential for further upward price movement. Conversely when the following bar is lower than the previous bar, there is potential for further downward movement.
Going from a red bar to orange bar Might be an indication of a positive turn in direction of prices.
Going from a green bar to an orange bar would also be considered a negative directional turn of prices.
When the follow on bar decreases (ie, green to blue, blue to yellow, etc) placing a stop-loss would be prudent.
Maroon lines in the middle of a bar is an indication that prices are currently caught in consolidation.
Silver/Gray bars indicate that a high potential exists for a strong upward turn in prices exists.
Consolidation is calculated by determining if the close of one bar is between the high and low of another bar. This then establishes the range high and low. As long as closes continue with this range, the high and low of the range can expand. When the close is outside of the range, the consolidation is reset.
Signals in areas of consolidation (maroon center bar) should be looked upon as if the prices are going to challenge the high of the consolidation range and not necessarily break through.
The entry technique used is:
The greater of the following two calculations:
High of signal bar * 1.002 or High of signal bar + .03
The stop-loss technique used is:
The lesser of the following two calculations:
Low of signal bar * .998 or Low of signal bar - .03
IF an entry signal is generated and the price doesnโt reach the entry calculation. It is considered a failed entry and is not considered a negative or that you missed out on something. This has saved you from losing money since the prices are not ready to commit to the direction.
When placing a stop-loss, it is never suggested that you lower the value of a stop-loss. Always move your stop-losses higher in order to lock in profit in case of a negative turn.
Investments/swing trading strategy for different assetsStop worrying about catching the lowest price, it's almost impossible!: with this trend-following strategy and protection from bearish phases, you will know how to enter the market properly to obtain benefits in the long term.
Backtesting context: 1899-11-01 to 2023-02-16 of SPX by Tvc. Commissions: 0.05% for each entry, 0.05% for each exit. Risk per trade: 2.5% of the total account
For this strategy, 5 indicators are used:
One Ema of 200 periods
Atr Stop loss indicator from Gatherio
Squeeze momentum indicator from LazyBear
Moving average convergence/divergence or Macd
Relative strength index or Rsi
Trade conditions:
There are three type of entries, one of them depends if we want to trade against a bearish trend or not.
---If we keep Against trend option deactivated, the rules for two type of entries are:---
First type of entry:
With the next rules, we will be able to entry in a pull back situation:
Squeeze momentum is under 0 line (red)
Close is above 200 Ema and close is higher than the past close
Histogram from macd is under 0 line and is higher than the past one
Once these rules are met, we enter into a buy position. Stop loss will be determined by atr stop loss (white point) and break even(blue point) by a risk/reward ratio of 1:1.
For closing this position: Squeeze momentum crosses over 0 and, until squeeze momentum crosses under 0, we close the position. Otherwise, we would have closed the position due to break even or stop loss.
Second type of entry:
With the next rules, we will not lose a possible bullish movement:
Close is above 200 Ema
Squeeze momentum crosses under 0 line
Once these rules are met, we enter into a buy position. Stop loss will be determined by atr stop loss (white point) and break even(blue point) by a risk/reward ratio of 1:1.
Like in the past type of entry, for closing this position: Squeeze momentum crosses over 0 and, until squeeze momentum crosses under 0, we close the position. Otherwise, we would have closed the position due to break even or stop loss.
---If we keep Against trend option activated, the rules are the same as the ones above, but with one more type of entry. This is more useful in weekly timeframes, but could also be used in daily time frame:---
Third type of entry:
Close is under 200 Ema
Squeeze momentum crosses under 0 line
Once these rules are met, we enter into a buy position. Stop loss will be determined by atr stop loss (white point) and break even(blue point) by a risk/reward ratio of 1:1.
Like in the past type of entries, for closing this position: Squeeze momentum crosses over 0 and, until squeeze momentum crosses under 0, we close the position. Otherwise, we would have closed the position due to break even or stop loss.
Risk management
For calculating the amount of the position you will use just a small percent of your initial capital for the strategy and you will use the atr stop loss for this.
Example: You have 1000 usd and you just want to risk 2,5% of your account, there is a buy signal at price of 4,000 usd. The stop loss price from atr stop loss is 3,900. You calculate the distance in percent between 4,000 and 3,900. In this case, that distance would be of 2.50%. Then, you calculate your position by this way: (initial or current capital * risk per trade of your account) / (stop loss distance).
Using these values on the formula: (1000*2,5%)/(2,5%) = 1000usd. It means, you have to use 1000 usd for risking 2.5% of your account.
We will use this risk management for applying compound interest.
In settings, with position amount calculator, you can enter the amount in usd of your account and the amount in percentage for risking per trade of the account. You will see this value in green color in the upper left corner that shows the amount in usd to use for risking the specific percentage of your account.
Script functions
Inside of settings, you will find some utilities for display atr stop loss, break evens, positions, signals, indicators, etc.
You will find the settings for risk management at the end of the script if you want to change something. But rebember, do not change values from indicators, the idea is to not over optimize the strategy.
If you want to change the initial capital for backtest the strategy, go to properties, and also enter the commisions of your exchange and slippage for more realistic results.
If you activate break even using rsi, when rsi crosses under overbought zone break even will be activated. This can work in some assets.
---Important: In risk managment you can find an option called "Use leverage ?", activate this if you want to backtest using leverage, which means that in case of not having enough money for risking the % determined by you of your account using your initial capital, you will use leverage for using the enough amount for risking that % of your acount in a buy position. Otherwise, the amount will be limited by your initial/current capital---
Some things to consider
USE UNDER YOUR OWN RISK. PAST RESULTS DO NOT REPRESENT THE FUTURE.
DEPENDING OF % ACCOUNT RISK PER TRADE, YOU COULD REQUIRE LEVERAGE FOR OPEN SOME POSITIONS, SO PLEASE, BE CAREFULL AND USE CORRECTLY THE RISK MANAGEMENT
Do not forget to change commissions and other parameters related with back testing results!
Some assets and timeframes where the strategy has also worked:
BTCUSD : 4H, 1D, W
SPX (US500) : 4H, 1D, W
GOLD : 1D, W
SILVER : 1D, W
ETHUSD : 4H, 1D
DXY : 1D
AAPL : 4H, 1D, W
AMZN : 4H, 1D, W
META : 4H, 1D, W
(and others stocks)
BANKNIFTY : 4H, 1D, W
DAX : 1D, W
RUT : 1D, W
HSI : 1D, W
NI225 : 1D, W
USDCOP : 1D, W
Harmonic Pattern Detection, Prediction, and Backtesting ToolOverview:
The ultimate harmonic XABCD pattern identification, prediction, and backtesting system.
Harmonic patterns are among the most accurate of trading signals, yet they're widely underutilized because they can be difficult to spot and tedious to validate. If you've ever come across a pattern and struggled with questions like "are these retracement ratios close enough to the harmonic ratios?" or "what are the Potential Reversal levels and are they confluent with point D?", then this tool is your new best friend. Or, if you've never traded harmonic patterns before, maybe it's time to start. Put away your drawing tools and calculators, relax, and let this indicator do the heavy lifting for you.
ย
-ย Identificationย ย -ย
An exhaustive search across multiple pivot lengths ensures that even the sneakiest harmonic patterns are identified. Each pattern is evaluated and assigned a score, makingย it easy to differentiate weak patterns from strong ones. Tooltips under the pattern labelsย show a detailed breakdown of the pattern's score and retracement ratios (see the Scoring section below for details).
-ย Predictionย -
After a pattern is identified, paths to potential targets are drawn, and Potential Reversal Zone (PRZ) levels are plotted based on the retracement ratios of the harmonic pattern. Targets are customizable by pattern type (e.g. you can specify one set of targets for a Gartley and another for a Bat, etc).
-ย Backtestingย -
A table shows the results of all the patterns found in the chart. Change your target, stop-loss, and % error inputs and observe how it affects your success rate.ย
//------------------------------------------------------
// Scoring
//------------------------------------------------------
A percentage-based score is calculated from four components:
(1)ย Retracement % Accuracy ย -ย this measures how closely the pattern's retracement ratios match the theoretical values (fibs) defined for a given harmonic pattern. You can change the "Allowed fib ratio error %" in Settings to be more or less inclusive.
(2)ย PRZ Level Confluence ย -ย Potential Reversal Zone levels are projected from retracements of the XA and BC legs. The PRZ Level Confluence component measures the closeness of the closest XA and BC retracement levels, relative to the total height of the PRZ.ย
(3)ย Point D / PRZ Confluence - this measures the closeness of point D to either of the closest two PRZ levels (identified in the PRZ Level Confluence component above), relative to the total height of the PRZ. In theory, the closer together these levels are, the higher the probability of a reversal.
(4)ย Leg Length Symmetry - this measures the ฮX symmetry of each leg. You can change the "Allowed leg length asymmetry %" in settings to be more or less inclusive.
So, a score of 100% would mean that (1) all leg retracements match the theoretical fib ratios exactly (to 16 decimal places), (2) the closest XA and BC PRZ levels are exactly the same, (3) point D is exactly at the confluent PRZ level, and (4) all legs are exactly the same number of bars. While this is theoretically possible, you have better oddsย of getting struck by lightningย twice on a sunny day.
Calculation weights of all four components can be changed in Settings.
//------------------------------------------------------
// Targets
//------------------------------------------------------
A hard-coded set of targets are available to choose from, and can be applied to each pattern type individually:
(1)ย .618 XAย =ย .618 retracement of leg XA, measured from point D
(2)ย 1.272 XAย =ย 1.272 retracement of leg XA, measured from point D
(3)ย 1.618 XAย =ย 1.618 retracement of leg XA, measured from point D
(4)ย .618 CDย =ย .618 retracement of leg CD, measured from point D
(5)ย 1.272 CDย =ย 1.272 retracement of leg CD, measured from point D
(6)ย 1.618 CDย =ย 1.618 retracement of leg CD, measured from point D
(7)ย A = point A
(8)ย B = point B
(9)ย C = point C
//------------------------------------------------------
// Stops
//------------------------------------------------------
Stop-loss levels are also user-defined, in one of three ways:
(1)ย ย % beyond the furthest PRZ level (below the PRZ level for bullish patterns, and above for bearish)
(2)ย % beyond point D
(3)ย % of distance to Target 1, beyond point D. This method allows for a proper Risk:Reward approach by defining your potential losses as a percentage of the potential gains. This is the default.
//------------------------------------------------------
// Results Table / Backtesting Statistics
//------------------------------------------------------
To properly assess the effectiveness of a specific pattern type, a time limit is enforced for a completed pattern to reach the targets or the stop level. When this time limit expires, the pattern has "timed out", and is no longer considered in the Success Rate statistics. During the time limit period, if price reaches Target 1 before reaching the Stop level, the pattern is considered successful. Conversely, if price reaches the Stop level before reaching Target 1, the pattern is considered a failure. The time limit can be changed in Settings, and is defined in terms of the total pattern length (point X to point D). It is set to 1.5 by default.
Increasing the time limit value will give you more realistic Success Rate values, but will less accurately represent the success rate of the harmonic patterns (i.e. the more time that elapses after a pattern completes, the less likely it is that the price action is related to that pattern).
//------------------------------------------------------
// Coming soon...
//------------------------------------------------------
I have a handful of other features in development, including:
(1)ย Drawing incomplete patterns as they develop. This will allow you more time to plan entries and stops, or potentially trade reversals from point C to point D PRZ levels.
(2)ย Support for the Shark and Cypher patterns
(3)ย Alerts
Please report any bugs, runtime errors, other issues or enhancement suggestions.
I also welcome any feedback from experienced harmonic pattern traders, especially regarding your strategy for setting targets and stop-losses.
@reees
Scout Regiment - MACD# Scout Regiment - MACD Indicator
## English Documentation
### Overview
Scout Regiment - MACD is an advanced implementation of the Moving Average Convergence Divergence indicator with enhanced features including dual divergence detection (histogram and MACD line), customizable moving average types, multi-timeframe analysis, and sophisticated visual elements. This indicator provides traders with comprehensive momentum analysis and high-probability reversal signals.
### What is MACD?
MACD (Moving Average Convergence Divergence) is a trend-following momentum indicator that shows the relationship between two moving averages:
- **MACD Line**: Difference between fast and slow EMAs
- **Signal Line**: Moving average of the MACD line
- **Histogram**: Difference between MACD line and signal line
- **Purpose**: Identifies trend direction, momentum strength, and potential reversals
### Key Features
#### 1. **Enhanced MACD Display**
**Three Core Components:**
**MACD Line** (Default: Blue/Orange, 2px)
- Fast EMA (13) minus Slow EMA (34)
- Shows momentum direction
- Color changes based on position relative to signal line:
- Blue: Above signal line (bullish)
- Orange: Below signal line (bearish)
- Can be toggled on/off
**Signal Line** (Default: White/Blue with transparency, 2px)
- EMA (9) of the MACD line
- Serves as trigger line for crossover signals
- Color varies based on settings
- Essential for identifying entry/exit points
**Histogram** (Default: 4-color gradient, 4px columns)
- Difference between MACD and signal line
- Visual representation of momentum strength
- Advanced 4-color scheme:
- **Dark Green (#26A69A)**: Positive and increasing (strong bullish)
- **Light Green (#B2DFDB)**: Positive but decreasing (weakening bullish)
- **Dark Red (#FF5252)**: Negative and decreasing (strong bearish)
- **Light Red (#FFCDD2)**: Negative but increasing (weakening bearish)
- Histogram tells the "story" of momentum changes
#### 2. **Customizable Moving Average Types**
**Oscillator MA Type** (MACD Line calculation):
- **EMA** (Exponential) - Default, more responsive
- **SMA** (Simple) - Smoother, less responsive
**Signal Line MA Type**:
- **EMA** (Exponential) - Default, faster signals
- **SMA** (Simple) - Slower, fewer false signals
**Flexibility**: Mix and match for different trading styles
- EMA/EMA: Most responsive (day trading)
- SMA/SMA: Smoothest (swing trading)
- EMA/SMA or SMA/EMA: Balanced approaches
#### 3. **Multi-Timeframe Capability**
**Current Chart Period** (Default: Enabled)
- Uses current timeframe automatically
- Simplest option for most traders
**Custom Timeframe Selection**
- Calculate MACD on any timeframe
- Display higher timeframe MACD on lower timeframe charts
- Example: View 1H MACD on 15min chart
- **Use Case**: Align lower timeframe trades with higher timeframe momentum
#### 4. **Visual Enhancement Features**
**Golden Cross / Death Cross Markers**
- Circles mark crossover points
- Color matches MACD line color
- Clearly identifies entry/exit signals
- Can be toggled on/off
**Zero Line** (White, 2px solid)
- Reference for positive/negative momentum
- Critical level for trend identification
- MACD above zero = Bullish bias
- MACD below zero = Bearish bias
**Color Transitions**
- MACD line changes color at signal line crosses
- Histogram shows momentum acceleration/deceleration
- Provides early warning of trend changes
#### 5. **Dual Divergence Detection System**
This indicator features TWO separate divergence detection systems:
**A. Histogram Divergence Detection**
- **Purpose**: Earlier divergence signals (most sensitive)
- **Detects**: Regular bullish and bearish divergences
- **Label**: "Hๆถจ" (Histogram Up), "H่ท" (Histogram Down)
- **Special Feature**: Same-sign requirement option
- Top divergence: Both histogram points must be positive
- Bottom divergence: Both histogram points must be negative
- Filters out less reliable divergences
**B. MACD Line Divergence Detection**
- **Purpose**: Stronger, more reliable divergences
- **Detects**: Regular bullish and bearish divergences
- **Label**: "Mๆถจ" (MACD Up), "M่ท" (MACD Down)
- **Use**: Confirmation of histogram divergences or standalone
**Divergence Types Explained:**
**Regular Bullish Divergence (Yellow)**
- **Price**: Lower lows
- **Indicator**: Higher lows (histogram OR MACD line)
- **Signal**: Potential upward reversal
- **Best**: Near support levels, oversold conditions
- **Entry**: After price breaks above recent resistance
**Regular Bearish Divergence (Blue)**
- **Price**: Higher highs
- **Indicator**: Lower highs (histogram OR MACD line)
- **Signal**: Potential downward reversal
- **Best**: Near resistance levels, overbought conditions
- **Entry**: After price breaks below recent support
#### 6. **Advanced Divergence Parameters**
**Histogram Divergence Settings:**
- **Price Reference**: Wicks (default) or Bodies
- **Right Lookback**: Bars to right of pivot (default: 2)
- **Left Lookback**: Bars to left of pivot (default: 5)
- **Max Range**: Maximum bars between divergences (default: 60)
- **Min Range**: Minimum bars between divergences (default: 5)
- **Same Sign Requirement**: Ensures both histogram points have same sign
- **Show Regular Divergence**: Toggle display
- **Show Labels**: Toggle divergence labels
**MACD Line Divergence Settings:**
- **Price Reference**: Wicks (default) or Bodies
- **Right Lookback**: Bars to right of pivot (default: 1)
- **Left Lookback**: Bars to left of pivot (default: 5)
- **Max Range**: Maximum bars between divergences (default: 60)
- **Min Range**: Minimum bars between divergences (default: 5)
- **Show Regular Divergence**: Toggle display
- **Show Labels**: Toggle divergence labels
**Independent Control**: Adjust histogram and MACD line divergences separately
### Configuration Settings
#### MACD Basic Settings
- **Fast EMA Period**: Fast moving average length (default: 13)
- **Slow EMA Period**: Slow moving average length (default: 34)
- **Signal Line Period**: Signal line length (default: 9)
- **Use Current Chart Period**: Auto-adjust to current timeframe
- **Select Period**: Choose custom timeframe
- **Show MACD & Signal Lines**: Toggle lines display
- **Show Cross Markers**: Toggle golden/death cross dots
- **Show Histogram**: Toggle histogram display
- **Show Crossover Color Change**: Enable MACD line color change
- **Show Histogram Colors**: Enable 4-color histogram scheme
- **Oscillator MA Type**: Choose SMA or EMA for MACD
- **Signal Line MA Type**: Choose SMA or EMA for signal
#### Histogram Divergence Settings
- **Show Histogram Divergence**: Enable histogram divergence detection
- **Price Reference**: Wicks or Bodies for price comparison
- **Right/Left Lookback**: Pivot detection parameters
- **Max/Min Range**: Distance constraints between pivots
- **Show Regular Divergence**: Display histogram divergence lines
- **Show Labels**: Display histogram divergence labels
- **Require Same Sign**: Enforce histogram sign consistency
#### MACD Line Divergence Settings
- **Show MACD Line Divergence**: Enable MACD line divergence detection
- **Price Reference**: Wicks or Bodies for price comparison
- **Right/Left Lookback**: Pivot detection parameters
- **Max/Min Range**: Distance constraints between pivots
- **Show Regular Divergence**: Display MACD line divergence lines
- **Show Labels**: Display MACD line divergence labels
### How to Use
#### For Basic Trend Following
1. **Enable Core Components**
- MACD line, signal line, and histogram
- Enable cross markers
2. **Identify Trend**
- MACD above zero = Uptrend
- MACD below zero = Downtrend
3. **Watch for Crossovers**
- Golden cross (MACD crosses above signal) = Buy signal
- Death cross (MACD crosses below signal) = Sell signal
4. **Confirm with Histogram**
- Increasing histogram = Strengthening trend
- Decreasing histogram = Weakening trend
#### For Divergence Trading
1. **Enable Both Divergence Systems**
- Histogram divergence (early signals)
- MACD line divergence (confirmation)
2. **Wait for Divergence Signals**
- "Hๆถจ" or "H่ท" = Early warning
- "Mๆถจ" or "M่ท" = Confirmation
3. **Best Divergences**
- Both histogram AND MACD line showing divergence
- Divergence at key support/resistance levels
- Multiple divergences on same trend
4. **Entry Timing**
- Wait for price structure break
- Enter on pullback after confirmation
- Use MACD crossover as trigger
#### For Multi-Timeframe Analysis
1. **Set Higher Timeframe**
- Example: 4H MACD on 1H chart
- Uncheck "Use Current Chart Period"
- Select desired timeframe
2. **Identify Higher TF Trend**
- MACD position relative to zero
- MACD vs signal line relationship
3. **Trade with HTF Direction**
- Only take long signals if HTF MACD bullish
- Only take short signals if HTF MACD bearish
4. **Use Current TF for Entries**
- Higher TF for bias
- Current TF for precise timing
#### For Histogram Analysis
1. **Enable 4-Color Histogram**
- Watch color transitions
- Dark colors = Strong momentum
- Light colors = Weakening momentum
2. **Momentum Stages**
- Dark green โ Light green = Bullish losing steam
- Light red โ Dark red = Bearish gaining strength
3. **Trade Transitions**
- Light green to light red = Momentum shift (potential reversal)
- Entry on confirmation crossover
### Trading Strategies
#### Strategy 1: Classic MACD Crossover
**Setup:**
- Standard settings (13/34/9)
- Enable MACD, signal line, and cross markers
- Clear trend on higher timeframe
**Entry:**
- **Long**: Golden cross (circle marker) above zero line
- **Short**: Death cross (circle marker) below zero line
**Confirmation:**
- Histogram color supporting direction
- Volume increase helps
**Stop Loss:**
- Below recent swing low (long)
- Above recent swing high (short)
**Exit:**
- Opposite crossover
- MACD crosses zero line against position
**Best For:** Trend following, clear trending markets
#### Strategy 2: Zero Line Bounce
**Setup:**
- Enable all components
- Established trend (MACD staying one side of zero)
- Wait for pullback to zero line
**Entry:**
- **Long**: MACD touches zero from above, bounces up with golden cross
- **Short**: MACD touches zero from below, bounces down with death cross
**Confirmation:**
- Histogram color change
- Price at support/resistance
**Stop Loss:**
- Just beyond zero line (opposite side)
**Exit:**
- Target previous extreme
- Or opposite crossover
**Best For:** Trend continuation, strong markets
#### Strategy 3: Dual Divergence Confirmation
**Setup:**
- Enable both histogram and MACD line divergences
- Price at extreme (high/low)
- Wait for divergence signals
**Entry:**
- **Long**: Both "Hๆถจ" AND "Mๆถจ" labels appear
- **Short**: Both "H่ท" AND "M่ท" labels appear
**Confirmation:**
- Price breaks structure
- Volume increase
- Golden/death cross confirms
**Stop Loss:**
- Beyond divergence pivot point
**Exit:**
- MACD crosses zero line
- Or opposite divergence appears
**Best For:** Reversal trading, swing trading
#### Strategy 4: Histogram Color Transition
**Setup:**
- Enable 4-color histogram
- Focus on color changes
- Price in trend
**Entry:**
- **Long**: Light red โ Light green transition + golden cross
- **Short**: Light green โ Light red transition + death cross
**Rationale:**
- Light colors show momentum exhaustion
- Color flip = momentum shift
- Early entry before full trend reversal
**Stop Loss:**
- Recent swing point
**Exit:**
- Histogram color turns light against position
- Or at predetermined target
**Best For:** Scalping, day trading, early entries
#### Strategy 5: Multi-Timeframe Momentum
**Setup:**
- Display higher timeframe MACD (e.g., 4H on 1H chart)
- Current chart shows current momentum
- Higher TF shows overall bias
**Entry:**
- **Long**: HTF MACD above zero + current TF golden cross
- **Short**: HTF MACD below zero + current TF death cross
**Confirmation:**
- HTF histogram supporting direction
- Both timeframes aligned
**Stop Loss:**
- Based on current timeframe structure
**Exit:**
- Current TF opposite crossover
- Or HTF MACD momentum weakens
**Best For:** Swing trading, high-probability setups
#### Strategy 6: Histogram-Only Divergence Scout
**Setup:**
- Enable only histogram divergence
- Use "same sign requirement"
- Focus on early signals
**Entry:**
- **Long**: "Hๆถจ" label + price at support
- **Short**: "H่ท" label + price at resistance
**Confirmation:**
- Wait for MACD/signal crossover
- Or price structure break
**Advantage:**
- Earliest divergence signals
- Get in before crowd
**Risk:**
- More false signals than MACD line divergence
- Requires strict confirmation
**Stop Loss:**
- Tight stop beyond entry bar
**Exit:**
- Quick targets (30-50% of expected move)
- Or trail stop
**Best For:** Active traders, scalpers seeking early entries
### Best Practices
#### MACD Period Selection
**Standard (13/34/9)** - Default
- Balanced for most markets
- Good for day trading and swing trading
- Widely used, works with general market psychology
**Faster (8/21/5 or 12/26/9)**
- More responsive
- More signals, more noise
- Best for: Scalping, volatile markets
- Risk: More false signals
**Slower (21/55/13)**
- Smoother signals
- Fewer but stronger signals
- Best for: Swing trading, position trading
- Benefit: Higher reliability
#### Histogram vs MACD Line Divergences
**Histogram Divergence:**
- โ
Earlier signals
- โ
Catch moves before others
- โ More false signals
- โ Requires confirmation
- **Best for**: Active traders, scalpers
**MACD Line Divergence:**
- โ
More reliable
- โ
Stronger divergences
- โ Later signals
- โ May miss early moves
- **Best for**: Swing traders, conservative traders
**Both Together:**
- โ
Maximum confidence
- โ
Histogram for alert, MACD for confirmation
- โ
Highest probability setups
- **Best for**: All traders seeking quality over quantity
#### Same Sign Requirement Feature
**Enabled (Recommended):**
- Filters low-quality divergences
- Top divergence: Both histogram points positive
- Bottom divergence: Both histogram points negative
- Results in fewer but more reliable signals
**Disabled:**
- More divergence signals
- Includes zero-line crossing divergences
- Higher false signal rate
- Only for experienced traders
#### Price Reference: Wicks vs Bodies
**Wicks (Default):**
- Uses high/low prices
- Catches all extremes
- More divergences detected
- Best for: Most trading styles
**Bodies:**
- Uses open/close prices
- Filters out spike movements
- Fewer but cleaner divergences
- Best for: Noisy markets, crypto
#### Visual Settings Recommendations
**For Beginners:**
- Enable: MACD line, signal line, histogram
- Enable: Cross markers
- Enable: Histogram colors
- Disable: Both divergence systems initially
- Focus: Learn basic crossovers first
**For Intermediate:**
- All basic components
- Add: Histogram divergence only
- Use: Same sign requirement
- Focus: Early reversal signals
**For Advanced:**
- All components
- Both divergence systems
- Custom parameters per market
- Multi-timeframe analysis
- Focus: High-probability confluence setups
### Indicator Combinations
**With Moving Averages (EMAs):**
- EMAs (21/55/144) show trend
- MACD shows momentum
- Enter when both align
- Exit when MACD turns first
**With RSI:**
- RSI for overbought/oversold
- MACD for momentum confirmation
- Divergence on both = Extremely strong signal
- RSI + MACD divergence = High probability trade
**With Volume:**
- Volume confirms MACD signals
- Crossover + volume spike = Valid breakout
- Divergence + volume divergence = Strong reversal
**With Support/Resistance:**
- S/R levels for entry/exit targets
- MACD divergence at levels = Highest probability
- MACD crossover at level = Strong confirmation
**With Bias Indicator:**
- Bias shows price deviation from EMA
- MACD shows momentum
- Both diverging = Powerful reversal signal
- Bias extreme + MACD divergence = High conviction trade
**With OBV:**
- OBV shows volume trend
- MACD shows price momentum
- OBV + MACD divergence = Volume not supporting price
- Strong reversal indication
**With KSI (RSI/CCI):**
- KSI for oscillator extremes
- MACD for momentum direction
- KSI extreme + MACD divergence = Reversal likely
- All aligned = Maximum confidence
### Common MACD Patterns
1. **Bullish Cross Above Zero**: Strong uptrend continuation signal
2. **Bearish Cross Below Zero**: Strong downtrend continuation signal
3. **Zero Line Rejection**: Price respects zero as support/resistance
4. **Histogram Peak**: Momentum climax, watch for reversal
5. **Double Divergence**: Two divergences without reversal = Very strong signal when it finally reverses
6. **Histogram Convergence**: Histogram narrowing = Trend losing steam
7. **Signal Line Hug**: MACD stays close to signal = Consolidation, expect breakout
### Performance Tips
- Start with default settings (13/34/9 EMA/EMA)
- Test one divergence system at a time
- Use same sign requirement initially
- Enable cross markers for clear signals
- Adjust lookback parameters per market volatility
- Higher timeframe MACD more reliable than lower
- Combine histogram early signal with MACD line confirmation
- Don't trade every divergence - wait for best setups
### Alert Conditions
While not explicitly coded, you can set custom alerts on:
- MACD crossing above/below signal line
- MACD crossing above/below zero line
- Histogram crossing zero
- When divergence labels appear (using visual alerts)
---
## ไธญๆ่ฏดๆๆๆกฃ
### ๆฆ่ฟฐ
Scout Regiment - MACD ๆฏ็งปๅจๅนณๅ็บฟๆถๆๅๆฃๆๆ ็้ซ็บงๅฎ็ฐ็ๆฌ๏ผๅ
ทๆๅขๅผบๅ่ฝ๏ผๅ
ๆฌๅ้่็ฆปๆฃๆต๏ผ็ดๆนๅพๅMACD็บฟ๏ผใๅฏ่ชๅฎไน็็งปๅจๅนณๅ็ฑปๅใๅคๆถ้ดๆกๆถๅๆๅๅคๆ็่ง่งๅ
็ด ใ่ฏฅๆๆ ไธบไบคๆ่
ๆไพๅ
จ้ข็ๅจ้ๅๆๅ้ซๆฆ็ๅ่ฝฌไฟกๅทใ
### ไปไนๆฏMACD๏ผ
MACD๏ผ็งปๅจๅนณๅ็บฟๆถๆๅๆฃ๏ผๆฏไธไธช่ถๅฟ่ท้ๅจ้ๆๆ ๏ผๆพ็คบไธคๆก็งปๅจๅนณๅ็บฟไน้ด็ๅ
ณ็ณป๏ผ
- **MACD็บฟ**๏ผๅฟซ้ๅๆ
ข้EMAไน้ด็ๅทฎๅผ
- **ไฟกๅท็บฟ**๏ผMACD็บฟ็็งปๅจๅนณๅ
- **็ดๆนๅพ**๏ผMACD็บฟๅไฟกๅท็บฟไน้ด็ๅทฎๅผ
- **็จ้**๏ผ่ฏๅซ่ถๅฟๆนๅใๅจ้ๅผบๅบฆๅๆฝๅจๅ่ฝฌ
### ๆ ธๅฟๅ่ฝ
#### 1. **ๅขๅผบ็MACDๆพ็คบ**
**ไธไธชๆ ธๅฟ็ปไปถ๏ผ**
**MACD็บฟ**๏ผ้ป่ฎค๏ผ่่ฒ/ๆฉ่ฒ๏ผ2ๅ็ด ๏ผ
- ๅฟซ้EMA๏ผ13๏ผๅๅปๆ
ข้EMA๏ผ34๏ผ
- ๆพ็คบๅจ้ๆนๅ
- ๆ นๆฎ็ธๅฏนไบไฟกๅท็บฟ็ไฝ็ฝฎๆนๅ้ข่ฒ๏ผ
- ่่ฒ๏ผไฟกๅท็บฟไธๆน๏ผ็ๆถจ๏ผ
- ๆฉ่ฒ๏ผไฟกๅท็บฟไธๆน๏ผ็่ท๏ผ
- ๅฏๅผๅ
ณๆพ็คบ
**ไฟกๅท็บฟ**๏ผ้ป่ฎค๏ผ็ฝ่ฒ/่่ฒๅธฆ้ๆๅบฆ๏ผ2ๅ็ด ๏ผ
- MACD็บฟ็EMA๏ผ9๏ผ
- ไฝไธบไบคๅไฟกๅท็่งฆๅ็บฟ
- ้ข่ฒๆ นๆฎ่ฎพ็ฝฎๅๅ
- ่ฏๅซ่ฟๅบๅบ็น็ๅ
ณ้ฎ
**็ดๆนๅพ**๏ผ้ป่ฎค๏ผ4่ฒๆธๅ๏ผ4ๅ็ด ๆฑ๏ผ
- MACDๅไฟกๅท็บฟไน้ด็ๅทฎๅผ
- ๅจ้ๅผบๅบฆ็่ง่ง่กจ็คบ
- ้ซ็บง4่ฒๆนๆก๏ผ
- **ๆทฑ็ปฟ่ฒ๏ผ#26A69A๏ผ**๏ผๆญฃๅผไธๅขๅ ๏ผๅผบๅฒ็ๆถจ๏ผ
- **ๆต
็ปฟ่ฒ๏ผ#B2DFDB๏ผ**๏ผๆญฃๅผไฝๅๅฐ๏ผ็ๆถจๅๅผฑ๏ผ
- **ๆทฑ็บข่ฒ๏ผ#FF5252๏ผ**๏ผ่ดๅผไธๅๅฐ๏ผๅผบๅฒ็่ท๏ผ
- **ๆต
็บข่ฒ๏ผ#FFCDD2๏ผ**๏ผ่ดๅผไฝๅขๅ ๏ผ็่ทๅๅผฑ๏ผ
- ็ดๆนๅพ่ฎฒ่ฟฐๅจ้ๅๅ็"ๆ
ไบ"
#### 2. **ๅฏ่ชๅฎไน็็งปๅจๅนณๅ็ฑปๅ**
**ๆฏ่กๅจMA็ฑปๅ**๏ผMACD็บฟ่ฎก็ฎ๏ผ๏ผ
- **EMA**๏ผๆๆฐ๏ผ- ้ป่ฎค๏ผๅๅบๆดๅฟซ
- **SMA**๏ผ็ฎๅ๏ผ- ๆดๅนณๆป๏ผๅๅบ่พๆ
ข
**ไฟกๅท็บฟMA็ฑปๅ**๏ผ
- **EMA**๏ผๆๆฐ๏ผ- ้ป่ฎค๏ผๆดๅฟซไฟกๅท
- **SMA**๏ผ็ฎๅ๏ผ- ๆดๆ
ข๏ผๅไฟกๅทๆดๅฐ
**็ตๆดปๆง**๏ผๆททๅๆญ้
ไปฅ้ๅบไธๅไบคๆ้ฃๆ ผ
- EMA/EMA๏ผๆ็ตๆ๏ผๆฅๅ
ไบคๆ๏ผ
- SMA/SMA๏ผๆๅนณๆป๏ผๆณขๆฎตไบคๆ๏ผ
- EMA/SMAๆSMA/EMA๏ผๅนณ่กกๆนๆณ
#### 3. **ๅคๆถ้ดๆกๆถๅ่ฝ**
**ๅฝๅๅพ่กจๅจๆ**๏ผ้ป่ฎค๏ผๅฏ็จ๏ผ
- ่ชๅจไฝฟ็จๅฝๅๆถ้ดๆกๆถ
- ๅคงๅคๆฐไบคๆ่
็ๆ็ฎๅ้้กน
**่ชๅฎไนๆถ้ดๆกๆถ้ๆฉ**
- ๅจไปปไฝๆถ้ดๆกๆถไธ่ฎก็ฎMACD
- ๅจไฝๆถ้ดๆกๆถๅพ่กจไธๆพ็คบ้ซๆถ้ดๆกๆถMACD
- ็คบไพ๏ผๅจ15ๅ้ๅพไธๆฅ็1ๅฐๆถMACD
- **ไฝฟ็จๅบๆฏ**๏ผไฝฟไฝๆถ้ดๆกๆถไบคๆไธ้ซๆถ้ดๆกๆถๅจ้ไฟๆไธ่ด
#### 4. **่ง่งๅขๅผบๅ่ฝ**
**้ๅ/ๆญปๅๆ ่ฎฐ**
- ๅ็นๆ ่ฎฐไบคๅ็น
- ้ข่ฒไธMACD็บฟ้ข่ฒๅน้
- ๆธ
ๆฐ่ฏๅซ่ฟๅบๅบไฟกๅท
- ๅฏๅผๅ
ณ
**้ถ็บฟ**๏ผ็ฝ่ฒ๏ผ2ๅ็ด ๅฎ็บฟ๏ผ
- ๆญฃ่ดๅจ้็ๅ่
- ่ถๅฟ่ฏๅซ็ๅ
ณ้ฎๆฐดๅนณ
- MACDๅจ้ถ็บฟไธๆน = ็ๆถจๅๅ
- MACDๅจ้ถ็บฟไธๆน = ็่ทๅๅ
**้ข่ฒ่ฝฌๆข**
- MACD็บฟๅจไฟกๅท็บฟไบคๅๅคๆนๅ้ข่ฒ
- ็ดๆนๅพๆพ็คบๅจ้ๅ ้/ๅ้
- ๆไพ่ถๅฟๅๅ็ๆฉๆ่ญฆๅ
#### 5. **ๅ้่็ฆปๆฃๆต็ณป็ป**
่ฏฅๆๆ ๅ
ทๆไธคไธช็ฌ็ซ็่็ฆปๆฃๆต็ณป็ป๏ผ
**A. ็ดๆนๅพ่็ฆปๆฃๆต**
- **็จ้**๏ผๆดๆฉ็่็ฆปไฟกๅท๏ผๆๆๆ๏ผ
- **ๆฃๆต**๏ผๅธธ่ง็ๆถจๅ็่ท่็ฆป
- **ๆ ็ญพ**๏ผ"Hๆถจ"๏ผ็ดๆนๅพไธๆถจ๏ผใ"H่ท"๏ผ็ดๆนๅพไธ่ท๏ผ
- **็นๆฎๅ่ฝ**๏ผๅ็ฌฆๅท่ฆๆฑ้้กน
- ้กถ่็ฆป๏ผไธคไธช็ดๆนๅพ็น้ฝๅฟ
้กปไธบๆญฃ
- ๅบ่็ฆป๏ผไธคไธช็ดๆนๅพ็น้ฝๅฟ
้กปไธบ่ด
- ่ฟๆปคไธๅคชๅฏ้ ็่็ฆป
**B. MACD็บฟ่็ฆปๆฃๆต**
- **็จ้**๏ผๆดๅผบใๆดๅฏ้ ็่็ฆป
- **ๆฃๆต**๏ผๅธธ่ง็ๆถจๅ็่ท่็ฆป
- **ๆ ็ญพ**๏ผ"Mๆถจ"๏ผMACDไธๆถจ๏ผใ"M่ท"๏ผMACDไธ่ท๏ผ
- **็จ้**๏ผ็กฎ่ฎค็ดๆนๅพ่็ฆปๆ็ฌ็ซไฝฟ็จ
**่็ฆป็ฑปๅ่ฏดๆ๏ผ**
**ๅธธ่ง็ๆถจ่็ฆป๏ผ้ป่ฒ๏ผ**
- **ไปทๆ ผ**๏ผๆดไฝ็ไฝ็น
- **ๆๆ **๏ผๆด้ซ็ไฝ็น๏ผ็ดๆนๅพๆMACD็บฟ๏ผ
- **ไฟกๅท**๏ผๆฝๅจๅไธๅ่ฝฌ
- **ๆไฝณ**๏ผๅจๆฏๆๆฐดๅนณ้่ฟใ่ถ
ๅ็ถๅต
- **ๅ
ฅๅบ**๏ผไปทๆ ผ็ช็ ด่ฟๆ้ปๅๅ
**ๅธธ่ง็่ท่็ฆป๏ผ่่ฒ๏ผ**
- **ไปทๆ ผ**๏ผๆด้ซ็้ซ็น
- **ๆๆ **๏ผๆดไฝ็้ซ็น๏ผ็ดๆนๅพๆMACD็บฟ๏ผ
- **ไฟกๅท**๏ผๆฝๅจๅไธๅ่ฝฌ
- **ๆไฝณ**๏ผๅจ้ปๅๆฐดๅนณ้่ฟใ่ถ
ไนฐ็ถๅต
- **ๅ
ฅๅบ**๏ผไปทๆ ผ่ท็ ด่ฟๆๆฏๆๅ
#### 6. **้ซ็บง่็ฆปๅๆฐ**
**็ดๆนๅพ่็ฆป่ฎพ็ฝฎ๏ผ**
- **ไปทๆ ผๅ่**๏ผๅฝฑ็บฟ๏ผ้ป่ฎค๏ผๆๅฎไฝ
- **ๅณไพงๅๆบฏ**๏ผๆข่ฝด็นๅณไพงK็บฟๆฐ๏ผ้ป่ฎค๏ผ2๏ผ
- **ๅทฆไพงๅๆบฏ**๏ผๆข่ฝด็นๅทฆไพงK็บฟๆฐ๏ผ้ป่ฎค๏ผ5๏ผ
- **ๆๅคง่ๅด**๏ผ่็ฆปไน้ดๆๅคงK็บฟๆฐ๏ผ้ป่ฎค๏ผ60๏ผ
- **ๆๅฐ่ๅด**๏ผ่็ฆปไน้ดๆๅฐK็บฟๆฐ๏ผ้ป่ฎค๏ผ5๏ผ
- **ๅ็ฌฆๅท่ฆๆฑ**๏ผ็กฎไฟไธคไธช็ดๆนๅพ็น็ฌฆๅท็ธๅ
- **ๆพ็คบๅธธ่ง่็ฆป**๏ผๅๆขๆพ็คบ
- **ๆพ็คบๆ ็ญพ**๏ผๅๆข่็ฆปๆ ็ญพ
**MACD็บฟ่็ฆป่ฎพ็ฝฎ๏ผ**
- **ไปทๆ ผๅ่**๏ผๅฝฑ็บฟ๏ผ้ป่ฎค๏ผๆๅฎไฝ
- **ๅณไพงๅๆบฏ**๏ผๆข่ฝด็นๅณไพงK็บฟๆฐ๏ผ้ป่ฎค๏ผ1๏ผ
- **ๅทฆไพงๅๆบฏ**๏ผๆข่ฝด็นๅทฆไพงK็บฟๆฐ๏ผ้ป่ฎค๏ผ5๏ผ
- **ๆๅคง่ๅด**๏ผ่็ฆปไน้ดๆๅคงK็บฟๆฐ๏ผ้ป่ฎค๏ผ60๏ผ
- **ๆๅฐ่ๅด**๏ผ่็ฆปไน้ดๆๅฐK็บฟๆฐ๏ผ้ป่ฎค๏ผ5๏ผ
- **ๆพ็คบๅธธ่ง่็ฆป**๏ผๅๆขๆพ็คบ
- **ๆพ็คบๆ ็ญพ**๏ผๅๆข่็ฆปๆ ็ญพ
**็ฌ็ซๆงๅถ**๏ผๅๅซ่ฐๆด็ดๆนๅพๅMACD็บฟ่็ฆป
### ้
็ฝฎ่ฎพ็ฝฎ
#### MACDๅบ็ก่ฎพ็ฝฎ
- **ๅฟซ้EMAๅจๆ**๏ผๅฟซ้็งปๅจๅนณๅ้ฟๅบฆ๏ผ้ป่ฎค๏ผ13๏ผ
- **ๆ
ข้EMAๅจๆ**๏ผๆ
ข้็งปๅจๅนณๅ้ฟๅบฆ๏ผ้ป่ฎค๏ผ34๏ผ
- **ไฟกๅท็บฟๅจๆ**๏ผไฟกๅท็บฟ้ฟๅบฆ๏ผ้ป่ฎค๏ผ9๏ผ
- **ไฝฟ็จๅฝๅๅพ่กจๅจๆ**๏ผ่ชๅจ่ฐๆดๅฐๅฝๅๆถ้ดๆกๆถ
- **้ๆฉๅจๆ**๏ผ้ๆฉ่ชๅฎไนๆถ้ดๆกๆถ
- **ๆพ็คบMACD็บฟๅไฟกๅท็บฟ**๏ผๅๆข็บฟๆกๆพ็คบ
- **ๆพ็คบ้ๅๆญปๅๅ็นๆ ่ฎฐ**๏ผๅๆข้ๅ/ๆญปๅๅ็น
- **ๆพ็คบ็ดๆนๅพ**๏ผๅๆข็ดๆนๅพๆพ็คบ
- **ๆพ็คบ็ฉฟ่ถๅๅMACD็บฟ**๏ผๅฏ็จMACD็บฟ้ข่ฒๅๅ
- **ๆพ็คบ็ดๆนๅพ้ข่ฒ**๏ผๅฏ็จ4่ฒ็ดๆนๅพๆนๆก
- **ๆฏ่กๅจMA็ฑปๅ**๏ผไธบMACD้ๆฉSMAๆEMA
- **ไฟกๅท็บฟMA็ฑปๅ**๏ผไธบไฟกๅท็บฟ้ๆฉSMAๆEMA
#### ็ดๆนๅพ่็ฆป่ฎพ็ฝฎ
- **ๆพ็คบ็ดๆนๅพ่็ฆปไฟกๅท**๏ผๅฏ็จ็ดๆนๅพ่็ฆปๆฃๆต
- **ไปทๆ ผๅ่**๏ผๅฝฑ็บฟๆๅฎไฝ็จไบไปทๆ ผๆฏ่พ
- **ๅณไพง/ๅทฆไพงๅๆบฏ**๏ผๆข่ฝดๆฃๆตๅๆฐ
- **ๆๅคง/ๆๅฐ่ๅด**๏ผๆข่ฝดไน้ด็่ท็ฆป็บฆๆ
- **ๆพ็คบ็ดๆนๅพๅธธ่ง่็ฆป**๏ผๆพ็คบ็ดๆนๅพ่็ฆป็บฟ
- **ๆพ็คบ็ดๆนๅพๅธธ่ง่็ฆปๆ ็ญพ**๏ผๆพ็คบ็ดๆนๅพ่็ฆปๆ ็ญพ
- **่ฆๆฑ่็ฆป็นๆฑ็ถๅพๅ็ฌฆๅท**๏ผๅผบๅถ็ดๆนๅพ็ฌฆๅทไธ่ดๆง
#### MACD็บฟ่็ฆป่ฎพ็ฝฎ
- **ๆพ็คบMACD็บฟ่็ฆปไฟกๅท**๏ผๅฏ็จMACD็บฟ่็ฆปๆฃๆต
- **ไปทๆ ผๅ่**๏ผๅฝฑ็บฟๆๅฎไฝ็จไบไปทๆ ผๆฏ่พ
- **ๅณไพง/ๅทฆไพงๅๆบฏ**๏ผๆข่ฝดๆฃๆตๅๆฐ
- **ๆๅคง/ๆๅฐ่ๅด**๏ผๆข่ฝดไน้ด็่ท็ฆป็บฆๆ
- **ๆพ็คบ็บฟๅธธ่ง่็ฆป**๏ผๆพ็คบMACD็บฟ่็ฆป็บฟ
- **ๆพ็คบ็บฟๅธธ่ง่็ฆปๆ ็ญพ**๏ผๆพ็คบMACD็บฟ่็ฆปๆ ็ญพ
### ไฝฟ็จๆนๆณ
#### ๅบ็ก่ถๅฟ่ท้
1. **ๅฏ็จๆ ธๅฟ็ปไปถ**
- MACD็บฟใไฟกๅท็บฟๅ็ดๆนๅพ
- ๅฏ็จไบคๅๆ ่ฎฐ
2. **่ฏๅซ่ถๅฟ**
- MACDๅจ้ถ็บฟไธๆน = ไธๅ่ถๅฟ
- MACDๅจ้ถ็บฟไธๆน = ไธ้่ถๅฟ
3. **่งๅฏไบคๅ**
- ้ๅ๏ผMACDๅไธ็ฉฟ่ถไฟกๅท็บฟ๏ผ= ไนฐๅ
ฅไฟกๅท
- ๆญปๅ๏ผMACDๅไธ็ฉฟ่ถไฟกๅท็บฟ๏ผ= ๅๅบไฟกๅท
4. **็จ็ดๆนๅพ็กฎ่ฎค**
- ็ดๆนๅพๅขๅ = ่ถๅฟๅ ๅผบ
- ็ดๆนๅพๅๅฐ = ่ถๅฟๅๅผฑ
#### ่็ฆปไบคๆ
1. **ๅฏ็จไธคไธช่็ฆป็ณป็ป**
- ็ดๆนๅพ่็ฆป๏ผๆฉๆไฟกๅท๏ผ
- MACD็บฟ่็ฆป๏ผ็กฎ่ฎค๏ผ
2. **็ญๅพ
่็ฆปไฟกๅท**
- "Hๆถจ"ๆ"H่ท" = ๆฉๆ่ญฆๅ
- "Mๆถจ"ๆ"M่ท" = ็กฎ่ฎค
3. **ๆไฝณ่็ฆป**
- ็ดๆนๅพๅMACD็บฟ้ฝๆพ็คบ่็ฆป
- ๅจๅ
ณ้ฎๆฏๆ/้ปๅๆฐดๅนณ็่็ฆป
- ๅไธ่ถๅฟไธๅคไธช่็ฆป
4. **ๅ
ฅๅบๆถๆบ**
- ็ญๅพ
ไปทๆ ผ็ปๆ็ช็ ด
- ็กฎ่ฎคๅๅ่ฐๆถ่ฟๅ
ฅ
- ไฝฟ็จMACDไบคๅไฝไธบ่งฆๅ
#### ๅคๆถ้ดๆกๆถๅๆ
1. **่ฎพ็ฝฎๆด้ซๆถ้ดๆกๆถ**
- ็คบไพ๏ผๅจ1ๅฐๆถๅพไธๆพ็คบ4ๅฐๆถMACD
- ๅๆถๅพ้"ไฝฟ็จๅฝๅๅพ่กจๅจๆ"
- ้ๆฉๆ้ๆถ้ดๆกๆถ
2. **่ฏๅซๆด้ซTF่ถๅฟ**
- MACD็ธๅฏนไบ้ถ็บฟ็ไฝ็ฝฎ
- MACDไธไฟกๅท็บฟ็ๅ
ณ็ณป
3. **้กบHTFๆนๅไบคๆ**
- ไป
ๅจHTF MACD็ๆถจๆถๆฅๅๅคๅคดไฟกๅท
- ไป
ๅจHTF MACD็่ทๆถๆฅๅ็ฉบๅคดไฟกๅท
4. **ไฝฟ็จๅฝๅTFๅ
ฅๅบ**
- ๆด้ซTF็กฎๅฎๅๅ
- ๅฝๅTF็ฒพ็กฎๅฎๆถ
#### ็ดๆนๅพๅๆ
1. **ๅฏ็จ4่ฒ็ดๆนๅพ**
- ่งๅฏ้ข่ฒ่ฝฌๆข
- ๆทฑ่ฒ = ๅผบๅจ้
- ๆต
่ฒ = ๅจ้ๅๅผฑ
2. **ๅจ้้ถๆฎต**
- ๆทฑ็ปฟ่ฒโๆต
็ปฟ่ฒ = ็ๆถจๅคฑๅปๅจๅ
- ๆต
็บข่ฒโๆทฑ็บข่ฒ = ็่ท่ทๅพๅ้
3. **ไบคๆ่ฝฌๆข**
- ๆต
็ปฟ่ฒๅฐๆต
็บข่ฒ = ๅจ้่ฝฌๅ๏ผๆฝๅจๅ่ฝฌ๏ผ
- ็กฎ่ฎคไบคๅๆถๅ
ฅๅบ
### ไบคๆ็ญ็ฅ
#### ็ญ็ฅ1๏ผ็ปๅ
ธMACDไบคๅ
**่ฎพ็ฝฎ๏ผ**
- ๆ ๅ่ฎพ็ฝฎ๏ผ13/34/9๏ผ
- ๅฏ็จMACDใไฟกๅท็บฟๅไบคๅๆ ่ฎฐ
- ๆด้ซๆถ้ดๆกๆถๆ็กฎ่ถๅฟ
**ๅ
ฅๅบ๏ผ**
- **ๅคๅคด**๏ผ้ถ็บฟไธๆน้ๅ๏ผๅ็นๆ ่ฎฐ๏ผ
- **็ฉบๅคด**๏ผ้ถ็บฟไธๆนๆญปๅ๏ผๅ็นๆ ่ฎฐ๏ผ
**็กฎ่ฎค๏ผ**
- ็ดๆนๅพ้ข่ฒๆฏๆๆนๅ
- ๆไบค้ๅขๅ ๆๅธฎๅฉ
**ๆญขๆ๏ผ**
- ่ฟๆๆณขๅจไฝ็นไนไธ๏ผๅคๅคด๏ผ
- ่ฟๆๆณขๅจ้ซ็นไนไธ๏ผ็ฉบๅคด๏ผ
**็ฆปๅบ๏ผ**
- ็ธๅไบคๅ
- MACDๅๅ็ฉฟ่ถ้ถ็บฟ
**้ๅ๏ผ**่ถๅฟ่ท้ใๆ็กฎ่ถๅฟๅธๅบ
#### ็ญ็ฅ2๏ผ้ถ็บฟๅๅผน
**่ฎพ็ฝฎ๏ผ**
- ๅฏ็จๆๆ็ปไปถ
- ๅทฒๅปบ็ซ่ถๅฟ๏ผMACDไฟๆๅจ้ถ็บฟไธไพง๏ผ
- ็ญๅพ
ๅ่ฐ่ณ้ถ็บฟ
**ๅ
ฅๅบ๏ผ**
- **ๅคๅคด**๏ผMACDไปไธๆน่งฆๅ้ถ็บฟ๏ผๅไธๅๅผนๅนถ้ๅ
- **็ฉบๅคด**๏ผMACDไปไธๆน่งฆๅ้ถ็บฟ๏ผๅไธๅๅผนๅนถๆญปๅ
**็กฎ่ฎค๏ผ**
- ็ดๆนๅพ้ข่ฒๅๅ
- ไปทๆ ผๅจๆฏๆ/้ปๅไฝ
**ๆญขๆ๏ผ**
- ้ถ็บฟๅฏน้ขไธไพง
**็ฆปๅบ๏ผ**
- ็ฎๆ ๅไธๆๅผ
- ๆ็ธๅไบคๅ
**้ๅ๏ผ**่ถๅฟๅปถ็ปญใๅผบๅฟๅธๅบ
#### ็ญ็ฅ3๏ผๅ้่็ฆป็กฎ่ฎค
**่ฎพ็ฝฎ๏ผ**
- ๅฏ็จ็ดๆนๅพๅMACD็บฟ่็ฆป
- ไปทๆ ผๅจๆๅผ๏ผ้ซ็น/ไฝ็น๏ผ
- ็ญๅพ
่็ฆปไฟกๅท
**ๅ
ฅๅบ๏ผ**
- **ๅคๅคด**๏ผ"Hๆถจ"ๅ"Mๆถจ"ๆ ็ญพ้ฝๅบ็ฐ
- **็ฉบๅคด**๏ผ"H่ท"ๅ"M่ท"ๆ ็ญพ้ฝๅบ็ฐ
**็กฎ่ฎค๏ผ**
- ไปทๆ ผ็ช็ ด็ปๆ
- ๆไบค้ๅขๅ
- ้ๅ/ๆญปๅ็กฎ่ฎค
**ๆญขๆ๏ผ**
- ่็ฆปๆข่ฝด็นไนๅค
**็ฆปๅบ๏ผ**
- MACD็ฉฟ่ถ้ถ็บฟ
- ๆๅบ็ฐ็ธๅ่็ฆป
**้ๅ๏ผ**ๅ่ฝฌไบคๆใๆณขๆฎตไบคๆ
#### ็ญ็ฅ4๏ผ็ดๆนๅพ้ข่ฒ่ฝฌๆข
**่ฎพ็ฝฎ๏ผ**
- ๅฏ็จ4่ฒ็ดๆนๅพ
- ๅ
ณๆณจ้ข่ฒๅๅ
- ไปทๆ ผๅคไบ่ถๅฟ
**ๅ
ฅๅบ๏ผ**
- **ๅคๅคด**๏ผๆต
็บข่ฒโๆต
็ปฟ่ฒ่ฝฌๆข + ้ๅ
- **็ฉบๅคด**๏ผๆต
็ปฟ่ฒโๆต
็บข่ฒ่ฝฌๆข + ๆญปๅ
**ๅ็๏ผ**
- ๆต
่ฒๆพ็คบๅจ้่กฐ็ซญ
- ้ข่ฒ็ฟป่ฝฌ = ๅจ้่ฝฌๅ
- ๅฎๅ
จ่ถๅฟๅ่ฝฌๅ็ๆฉๆๅ
ฅๅบ
**ๆญขๆ๏ผ**
- ่ฟๆๆณขๅจ็น
**็ฆปๅบ๏ผ**
- ็ดๆนๅพ้ข่ฒๅไธบๅๅๆต
่ฒ
- ๆ้ขๅฎ็ฎๆ
**้ๅ๏ผ**ๅฅๅคด็ฎใๆฅๅ
ไบคๆใๆฉๆๅ
ฅๅบ
#### ็ญ็ฅ5๏ผๅคๆถ้ดๆกๆถๅจ้
**่ฎพ็ฝฎ๏ผ**
- ๆพ็คบๆด้ซๆถ้ดๆกๆถMACD๏ผไพๅฆ๏ผๅจ1ๅฐๆถๅพไธๆพ็คบ4ๅฐๆถ๏ผ
- ๅฝๅๅพ่กจๆพ็คบๅฝๅๅจ้
- ๆด้ซTFๆพ็คบๆดไฝๅๅ
**ๅ
ฅๅบ๏ผ**
- **ๅคๅคด**๏ผHTF MACDๅจ้ถ็บฟไธๆน + ๅฝๅTF้ๅ
- **็ฉบๅคด**๏ผHTF MACDๅจ้ถ็บฟไธๆน + ๅฝๅTFๆญปๅ
**็กฎ่ฎค๏ผ**
- HTF็ดๆนๅพๆฏๆๆนๅ
- ไธคไธชๆถ้ดๆกๆถๅฏน้ฝ
**ๆญขๆ๏ผ**
- ๅบไบๅฝๅๆถ้ดๆกๆถ็ปๆ
**็ฆปๅบ๏ผ**
- ๅฝๅTF็ธๅไบคๅ
- ๆHTF MACDๅจ้ๅๅผฑ
**้ๅ๏ผ**ๆณขๆฎตไบคๆใ้ซๆฆ็่ฎพ็ฝฎ
#### ็ญ็ฅ6๏ผไป
็ดๆนๅพ่็ฆปไพฆๅฏ
**่ฎพ็ฝฎ๏ผ**
- ไป
ๅฏ็จ็ดๆนๅพ่็ฆป
- ไฝฟ็จ"ๅ็ฌฆๅท่ฆๆฑ"
- ๅ
ณๆณจๆฉๆไฟกๅท
**ๅ
ฅๅบ๏ผ**
- **ๅคๅคด**๏ผ"Hๆถจ"ๆ ็ญพ + ไปทๆ ผๅจๆฏๆไฝ
- **็ฉบๅคด**๏ผ"H่ท"ๆ ็ญพ + ไปทๆ ผๅจ้ปๅไฝ
**็กฎ่ฎค๏ผ**
- ็ญๅพ
MACD/ไฟกๅท็บฟไบคๅ
- ๆไปทๆ ผ็ปๆ็ช็ ด
**ไผๅฟ๏ผ**
- ๆๆฉ็่็ฆปไฟกๅท
- ๅจๅคงไผไนๅ่ฟๅ
ฅ
**้ฃ้ฉ๏ผ**
- ๆฏMACD็บฟ่็ฆปๅไฟกๅทๆดๅค
- ้่ฆไธฅๆ ผ็กฎ่ฎค
**ๆญขๆ๏ผ**
- ๅ
ฅๅบK็บฟไนๅค็ดงๅฏๆญขๆ
**็ฆปๅบ๏ผ**
- ๅฟซ้็ฎๆ ๏ผ้ขๆๆณขๅจ็30-50%๏ผ
- ๆ็งปๅจๆญขๆ
**้ๅ๏ผ**ๆดป่ทไบคๆ่
ใๅฏปๆฑๆฉๆๅ
ฅๅบ็ๅฅๅคด็ฎไบคๆ่
### ๆไฝณๅฎ่ทต
#### MACDๅจๆ้ๆฉ
**ๆ ๅ๏ผ13/34/9๏ผ** - ้ป่ฎค
- ๅคงๅคๆฐๅธๅบ็ๅนณ่กก
- ้ๅๆฅๅ
ไบคๆๅๆณขๆฎตไบคๆ
- ๅนฟๆณไฝฟ็จ๏ผ็ฌฆๅไธ่ฌๅธๅบๅฟ็
**ๆดๅฟซ๏ผ8/21/5ๆ12/26/9๏ผ**
- ๆด็ตๆ
- ๆดๅคไฟกๅท๏ผๆดๅคๅช้ณ
- ๆ้ๅ๏ผๅฅๅคด็ฎใๆณขๅจๅธๅบ
- ้ฃ้ฉ๏ผๆดๅคๅไฟกๅท
**ๆดๆ
ข๏ผ21/55/13๏ผ**
- ๆดๅนณๆป็ไฟกๅท
- ไฟกๅท่พๅฐไฝๆดๅผบ
- ๆ้ๅ๏ผๆณขๆฎตไบคๆใไปไฝไบคๆ
- ไผๅฟ๏ผๆด้ซๅฏ้ ๆง
#### ็ดๆนๅพvs MACD็บฟ่็ฆป
**็ดๆนๅพ่็ฆป๏ผ**
- โ
ๆดๆฉไฟกๅท
- โ
ๅจๅ
ถไปไบบไนๅๆๆๆณขๅจ
- โ ๆดๅคๅไฟกๅท
- โ ้่ฆ็กฎ่ฎค
- **ๆ้ๅ**๏ผๆดป่ทไบคๆ่
ใๅฅๅคด็ฎไบคๆ่
**MACD็บฟ่็ฆป๏ผ**
- โ
ๆดๅฏ้
- โ
ๆดๅผบ็่็ฆป
- โ ไฟกๅท่พๆ
- โ ๅฏ่ฝ้่ฟๆฉๆๆณขๅจ
- **ๆ้ๅ**๏ผๆณขๆฎตไบคๆ่
ใไฟๅฎไบคๆ่
**ไธค่
็ปๅ๏ผ**
- โ
ๆๅคงไฟกๅฟ
- โ
็ดๆนๅพ่ญฆๆฅ๏ผMACD็กฎ่ฎค
- โ
ๆ้ซๆฆ็่ฎพ็ฝฎ
- **ๆ้ๅ**๏ผๆๆๅฏปๆฑ่ดจ้่้ๆฐ้็ไบคๆ่
#### ๅ็ฌฆๅท่ฆๆฑๅ่ฝ
**ๅฏ็จ๏ผๆจ่๏ผ๏ผ**
- ่ฟๆปคไฝ่ดจ้่็ฆป
- ้กถ่็ฆป๏ผไธคไธช็ดๆนๅพ็น้ฝไธบๆญฃ
- ๅบ่็ฆป๏ผไธคไธช็ดๆนๅพ็น้ฝไธบ่ด
- ไบง็ๆดๅฐไฝๆดๅฏ้ ็ไฟกๅท
**็ฆ็จ๏ผ**
- ๆดๅค่็ฆปไฟกๅท
- ๅ
ๆฌ้ถ็บฟ็ฉฟ่ถ่็ฆป
- ๅไฟกๅท็ๆด้ซ
- ไป
้ๅๆ็ป้ช็ไบคๆ่
#### ไปทๆ ผๅ่๏ผๅฝฑ็บฟvsๅฎไฝ
**ๅฝฑ็บฟ๏ผ้ป่ฎค๏ผ๏ผ**
- ไฝฟ็จๆ้ซ/ๆไฝไปท
- ๆๆๆๆๆๅผ
- ๆฃๆตๅฐๆดๅค่็ฆป
- ๆ้ๅ๏ผๅคงๅคๆฐไบคๆ้ฃๆ ผ
**ๅฎไฝ๏ผ**
- ไฝฟ็จๅผ็/ๆถ็ไปท
- ่ฟๆปค็ชๅบๆณขๅจ
- ่็ฆปๆดๅฐไฝๆดๅนฒๅ
- ๆ้ๅ๏ผๅช้ณๅธๅบใๅ ๅฏ่ดงๅธ
#### ่ง่ง่ฎพ็ฝฎๅปบ่ฎฎ
**ๆฐๆ๏ผ**
- ๅฏ็จ๏ผMACD็บฟใไฟกๅท็บฟใ็ดๆนๅพ
- ๅฏ็จ๏ผไบคๅๆ ่ฎฐ
- ๅฏ็จ๏ผ็ดๆนๅพ้ข่ฒ
- ็ฆ็จ๏ผๅๅง็ฆ็จไธคไธช่็ฆป็ณป็ป
- ้็น๏ผๅ
ๅญฆไน ๅบๆฌไบคๅ
**ไธญ็บง๏ผ**
- ๆๆๅบๆฌ็ปไปถ
- ๆทปๅ ๏ผไป
็ดๆนๅพ่็ฆป
- ไฝฟ็จ๏ผๅ็ฌฆๅท่ฆๆฑ
- ้็น๏ผๆฉๆๅ่ฝฌไฟกๅท
**้ซ็บง๏ผ**
- ๆๆ็ปไปถ
- ไธคไธช่็ฆป็ณป็ป
- ๆฏไธชๅธๅบ่ชๅฎไนๅๆฐ
- ๅคๆถ้ดๆกๆถๅๆ
- ้็น๏ผ้ซๆฆ็ๆฑๅ่ฎพ็ฝฎ
### ๆๆ ็ปๅ
**ไธ็งปๅจๅนณๅ็บฟ๏ผEMA๏ผ้
ๅ๏ผ**
- EMA๏ผ21/55/144๏ผๆพ็คบ่ถๅฟ
- MACDๆพ็คบๅจ้
- ไธค่
ไธ่ดๆถ่ฟๅ
ฅ
- MACDๅ
่ฝฌๅๆถ้ๅบ
**ไธRSI้
ๅ๏ผ**
- RSI็จไบ่ถ
ไนฐ่ถ
ๅ
- MACD็จไบๅจ้็กฎ่ฎค
- ไธค่
้ฝ่็ฆป = ๆๅผบไฟกๅท
- RSI + MACD่็ฆป = ้ซๆฆ็ไบคๆ
**ไธๆไบค้้
ๅ๏ผ**
- ๆไบค้็กฎ่ฎคMACDไฟกๅท
- ไบคๅ + ๆไบค้ๆฟๅข = ๆๆ็ช็ ด
- ่็ฆป + ๆไบค้่็ฆป = ๅผบๅ่ฝฌ
**ไธๆฏๆ/้ปๅ้
ๅ๏ผ**
- ๆฏๆ้ปๅๆฐดๅนณ็จไบ่ฟๅบ็ฎๆ
- ๆฐดๅนณๅค็MACD่็ฆป = ๆ้ซๆฆ็
- ๆฐดๅนณๅค็MACDไบคๅ = ๅผบ็กฎ่ฎค
**ไธBiasๆๆ ้
ๅ๏ผ**
- Biasๆพ็คบไปทๆ ผ็ธๅฏนEMA็ๅ็ฆป
- MACDๆพ็คบๅจ้
- ไธค่
้ฝ่็ฆป = ๅผบๅคงๅ่ฝฌไฟกๅท
- Biasๆๅผ + MACD่็ฆป = ้ซไฟกๅฟตไบคๆ
**ไธOBV้
ๅ๏ผ**
- OBVๆพ็คบๆไบค้่ถๅฟ
- MACDๆพ็คบไปทๆ ผๅจ้
- OBV + MACD่็ฆป = ๆไบค้ไธๆฏๆไปทๆ ผ
- ๅผบๅ่ฝฌ่ฟน่ฑก
**ไธKSI๏ผRSI/CCI๏ผ้
ๅ๏ผ**
- KSI็จไบๆฏ่กๅจๆๅผ
- MACD็จไบๅจ้ๆนๅ
- KSIๆๅผ + MACD่็ฆป = ๅฏ่ฝๅ่ฝฌ
- ๅ
จ้จๅฏน้ฝ = ๆๅคงไฟกๅฟ
### ๅธธ่งMACDๅฝขๆ
1. **้ถ็บฟไธๆน็ๆถจไบคๅ**๏ผๅผบไธๅ่ถๅฟๅปถ็ปญไฟกๅท
2. **้ถ็บฟไธๆน็่ทไบคๅ**๏ผๅผบไธ้่ถๅฟๅปถ็ปญไฟกๅท
3. **้ถ็บฟๆ็ป**๏ผไปทๆ ผๅฐ้ถ็บฟไฝไธบๆฏๆ/้ปๅ
4. **็ดๆนๅพๅณฐๅผ**๏ผๅจ้้ซๆฝฎ๏ผๆณจๆๅ่ฝฌ
5. **ๅ้่็ฆป**๏ผไธคๆฌก่็ฆปๆชๅ่ฝฌ = ๆ็ปๅ่ฝฌๆถ้ๅธธๅผบ
6. **็ดๆนๅพๆถๆ**๏ผ็ดๆนๅพๅ็ช = ่ถๅฟๅคฑๅปๅจๅ
7. **ไฟกๅท็บฟ็ดง่ดด**๏ผMACD็ดง่ดดไฟกๅท็บฟ = ็ๆด๏ผ้ขๆ็ช็ ด
### ๆง่ฝๆ็คบ
- ไป้ป่ฎค่ฎพ็ฝฎๅผๅง๏ผ13/34/9 EMA/EMA๏ผ
- ไธๆฌกๆต่ฏไธไธช่็ฆป็ณป็ป
- ๅๅงไฝฟ็จๅ็ฌฆๅท่ฆๆฑ
- ๅฏ็จไบคๅๆ ่ฎฐไปฅ่ทๅพๆธ
ๆฐไฟกๅท
- ๆ นๆฎๅธๅบๆณขๅจๆง่ฐๆดๅๆบฏๅๆฐ
- ๆด้ซๆถ้ดๆกๆถMACDๆฏๆดไฝ็ๆดๅฏ้
- ็ปๅ็ดๆนๅพๆฉๆไฟกๅทไธMACD็บฟ็กฎ่ฎค
- ไธ่ฆไบคๆๆฏไธช่็ฆป - ็ญๅพ
ๆไฝณ่ฎพ็ฝฎ
### ่ญฆๆฅๆกไปถ
่ฝ็ถๆฒกๆๆ็กฎ็ผ็ ๏ผไฝๆจๅฏไปฅ่ฎพ็ฝฎ่ชๅฎไน่ญฆๆฅ๏ผ
- MACDๅไธ/ๅไธ็ฉฟ่ถไฟกๅท็บฟ
- MACDๅไธ/ๅไธ็ฉฟ่ถ้ถ็บฟ
- ็ดๆนๅพ็ฉฟ่ถ้ถ็บฟ
- ่็ฆปๆ ็ญพๅบ็ฐๆถ๏ผไฝฟ็จ่ง่ง่ญฆๆฅ๏ผ
---
## Technical Support
For questions or issues, please refer to the TradingView community or contact the indicator creator.
## ๆๆฏๆฏๆ
ๅฆๆ้ฎ้ข๏ผ่ฏทๅ่TradingView็คพๅบๆ่็ณปๆๆ ๅๅปบ่
ใ
Scout Regiment - KSI# Scout Regiment - KSI Indicator
## English Documentation
### Overview
Scout Regiment - KSI (Key Stochastic Indicators) is a comprehensive momentum oscillator that combines three powerful technical indicators - RSI, CCI, and Williams %R - into a single, unified display. This multi-indicator approach provides traders with diverse perspectives on market momentum, overbought/oversold conditions, and potential reversal points through advanced divergence detection.
### What is KSI?
KSI stands for "Key Stochastic Indicators" - a composite momentum indicator that:
- Displays multiple oscillators normalized to a 0-100 scale
- Uses standardized bands (20/50/80) for consistent interpretation
- Combines RSI for trend, CCI for cycle, and Williams %R for reversal detection
- Provides enhanced divergence detection specifically for RSI
### Key Features
#### 1. **Triple Oscillator System**
**โ RSI (Relative Strength Index)** - Primary Indicator
- **Purpose**: Measures momentum and identifies overbought/oversold conditions
- **Default Length**: 22 periods
- **Display**: Blue line (2px)
- **Key Levels**:
- Above 50: Bullish momentum
- Below 50: Bearish momentum
- Above 80: Overbought
- Below 20: Oversold
- **Special Features**:
- Background color indication (green/red)
- Crossover labels at 50 level
- Full divergence detection (4 types)
**โก CCI (Commodity Channel Index)** - Dual Period
- **Purpose**: Identifies cyclical trends and extreme conditions
- **Dual Display**:
- CCI(33): Short-term cycle - Green line (1px)
- CCI(77): Medium-term cycle - Orange line (1px)
- **Default Source**: HLC3 (typical price)
- **Normalized Scale**: Mapped from ยฑ100 to 0-100 for consistency
- **Interpretation**:
- Above 80: Strong upward momentum
- Below 20: Strong downward momentum
- 50 level: Neutral
- Divergence between periods: Trend change warning
**โข Williams %R** - Optional
- **Purpose**: Identifies overbought/oversold extremes
- **Default Length**: 28 periods
- **Display**: Magenta line (2px)
- **Scale**: Inverted and normalized to 0-100
- **Best For**: Short-term reversal signals
- **Default**: Disabled (enable when needed for extra confirmation)
#### 2. **Standardized Band System**
**Three-Level Structure:**
- **Upper Band (80)**: Overbought zone
- Strong momentum area
- Watch for reversal signals
- Divergences here are most reliable
- **Middle Line (50)**: Equilibrium
- Separates bullish/bearish zones
- Crossovers indicate momentum shifts
- Key decision level
- **Lower Band (20)**: Oversold zone
- Weak momentum area
- Look for bounce signals
- Divergences here signal potential reversals
**Band Fill**: Dark background between 20-80 for visual clarity
#### 3. **RSI Visual Enhancements**
**Background Color Indication**
- Green background: RSI above 50 (bullish bias)
- Red background: RSI below 50 (bearish bias)
- Optional display for cleaner charts
- Helps identify overall momentum direction
**Crossover Labels**
- "็ช็ ด" (Breakout): RSI crosses above 50
- "่ท็ ด" (Breakdown): RSI crosses below 50
- Marks momentum shift points
- Can be toggled on/off
#### 4. **Advanced RSI Divergence Detection**
The indicator includes comprehensive divergence detection for RSI only (most reliable oscillator):
**Regular Bullish Divergence (Yellow)**
- **Price**: Lower lows
- **RSI**: Higher lows
- **Signal**: Potential upward reversal
- **Label**: "ๆถจ" (Up)
- **Most Common**: Near oversold levels (below 30)
**Regular Bearish Divergence (Blue)**
- **Price**: Higher highs
- **RSI**: Lower highs
- **Signal**: Potential downward reversal
- **Label**: "่ท" (Down)
- **Most Common**: Near overbought levels (above 70)
**Hidden Bullish Divergence (Light Yellow)**
- **Price**: Higher lows
- **RSI**: Lower lows
- **Signal**: Uptrend continuation
- **Label**: "้ๆถจ" (Hidden Up)
- **Use**: Add to existing longs
**Hidden Bearish Divergence (Light Blue)**
- **Price**: Lower highs
- **RSI**: Higher highs
- **Signal**: Downtrend continuation
- **Label**: "้่ท" (Hidden Down)
- **Use**: Add to existing shorts
**Divergence Parameters** (Fully Customizable):
- **Right Lookback**: Bars to right of pivot (default: 5)
- **Left Lookback**: Bars to left of pivot (default: 5)
- **Max Range**: Maximum bars between pivots (default: 60)
- **Min Range**: Minimum bars between pivots (default: 5)
### Configuration Settings
#### KSI Display Settings
- **Show RSI**: Toggle RSI indicator
- **Show CCI**: Toggle both CCI lines
- **Show Williams %R**: Toggle Williams %R (optional)
#### RSI Settings
- **RSI Length**: Period for calculation (default: 22)
- **Data Source**: Price source (default: close)
- **Show Background**: Toggle green/red background
- **Show Cross Labels**: Toggle 50-level crossover labels
#### RSI Divergence Settings
- **Right Lookback**: Pivot detection right side
- **Left Lookback**: Pivot detection left side
- **Max Range**: Maximum lookback distance
- **Min Range**: Minimum lookback distance
- **Show Regular Divergence**: Enable regular divergence lines
- **Show Regular Labels**: Enable regular divergence labels
- **Show Hidden Divergence**: Enable hidden divergence lines
- **Show Hidden Labels**: Enable hidden divergence labels
#### CCI Settings
- **CCI Length**: Short-term period (default: 33)
- **CCI Mid Length**: Medium-term period (default: 77)
- **Data Source**: Price calculation (default: HLC3)
- **Show CCI(33)**: Toggle short-term CCI
- **Show CCI(77)**: Toggle medium-term CCI
#### Williams %R Settings
- **Length**: Calculation period (default: 28)
- **Data Source**: Price source (default: close)
### How to Use
#### For Basic Momentum Trading
1. **Enable RSI Only** (primary indicator)
- Focus on 50-level crossovers
- Enable crossover labels for signals
2. **Identify Momentum Direction**
- RSI > 50 = Bullish momentum
- RSI < 50 = Bearish momentum
- Background color confirms direction
3. **Look for Extremes**
- RSI > 80 = Overbought (consider selling)
- RSI < 20 = Oversold (consider buying)
4. **Trade Setup**
- Enter long when RSI crosses above 50 from oversold
- Enter short when RSI crosses below 50 from overbought
#### For Divergence Trading
1. **Enable RSI with Divergence Detection**
- Turn on regular divergence
- Optionally add hidden divergence
2. **Wait for Divergence Signal**
- Yellow label = Bullish divergence
- Blue label = Bearish divergence
3. **Confirm with Price Structure**
- Wait for support/resistance break
- Look for candlestick patterns
- Check volume confirmation
4. **Enter Position**
- Enter after confirmation
- Stop beyond divergence pivot
- Target next key level
#### For Multi-Oscillator Confirmation
1. **Enable All Three Indicators**
- RSI (momentum)
- CCI dual (cycle analysis)
- Williams %R (extremes)
2. **Look for Alignment**
- All above 50 = Strong bullish
- All below 50 = Strong bearish
- Mixed signals = Consolidation
3. **Identify Extremes**
- All indicators > 80 = Extreme overbought
- All indicators < 20 = Extreme oversold
4. **Trade Reversals**
- Enter counter-trend when all aligned at extremes
- Confirm with divergence if available
- Use tight stops
#### For CCI Dual-Period Analysis
1. **Enable Both CCI Lines**
- CCI(33) = Short-term
- CCI(77) = Medium-term
2. **Watch for Crossovers**
- Green crosses above orange = Bullish acceleration
- Green crosses below orange = Bearish acceleration
3. **Analyze Divergence Between Periods**
- Short-term rising, medium falling = Potential reversal
- Both rising together = Strong trend
4. **Trade Accordingly**
- Follow crossover direction
- Exit when lines converge
### Trading Strategies
#### Strategy 1: RSI 50-Level Crossover
**Setup:**
- Enable RSI with background and labels
- Wait for clear trend
- Look for retracement to 50 level
**Entry:**
- Long: "็ช็ ด" label appears after pullback
- Short: "่ท็ ด" label appears after bounce
**Stop Loss:**
- Long: Below recent swing low
- Short: Above recent swing high
**Exit:**
- Opposite crossover label
- Or predetermined target (2:1 risk-reward)
**Best For:** Trend following, clear markets
#### Strategy 2: RSI Divergence Reversal
**Setup:**
- Enable RSI with regular divergence
- Wait for extreme levels (>70 or <30)
- Look for divergence signal
**Entry:**
- Long: Yellow "ๆถจ" label at oversold level
- Short: Blue "่ท" label at overbought level
**Confirmation:**
- Wait for price to break structure
- Check for volume increase
- Look for candlestick reversal pattern
**Stop Loss:**
- Beyond divergence pivot point
**Exit:**
- Take partial profit at 50 level
- Exit remainder at opposite extreme or divergence
**Best For:** Swing trading, range-bound markets
#### Strategy 3: Triple Oscillator Confluence
**Setup:**
- Enable all three indicators
- Wait for all to reach extreme (>80 or <20)
- Look for alignment
**Entry:**
- Long: All three below 20, first one crosses above 20
- Short: All three above 80, first one crosses below 80
**Confirmation:**
- All indicators must align
- Price at support/resistance
- Volume spike helps
**Stop Loss:**
- Fixed percentage or ATR-based
**Exit:**
- When any indicator crosses 50 level
- Or at predetermined target
**Best For:** High-probability reversals, volatile markets
#### Strategy 4: CCI Dual-Period System
**Setup:**
- Enable both CCI lines only
- Disable RSI and Williams %R for clarity
- Watch for crossovers
**Entry:**
- Long: CCI(33) crosses above CCI(77) below 50 line
- Short: CCI(33) crosses below CCI(77) above 50 line
**Confirmation:**
- Both should be moving in entry direction
- Price breaking key level helps
**Stop Loss:**
- When CCIs cross back in opposite direction
**Exit:**
- Both CCIs enter opposite extreme zone
- Or trailing stop
**Best For:** Catching trend continuations, momentum trading
#### Strategy 5: Hidden Divergence Continuation
**Setup:**
- Enable RSI with hidden divergence
- Confirm existing trend
- Wait for pullback
**Entry:**
- Uptrend: "้ๆถจ" label during pullback
- Downtrend: "้่ท" label during bounce
**Confirmation:**
- Price holds key moving average
- Trend structure intact
**Stop Loss:**
- Beyond pullback extreme
**Exit:**
- Regular divergence appears (reversal warning)
- Or trend structure breaks
**Best For:** Adding to positions, trend trading
### Best Practices
#### Choosing Which Indicators to Display
**For Beginners:**
- Use RSI only
- Enable background color and labels
- Focus on 50-level crossovers
- Simple and effective
**For Intermediate Traders:**
- RSI + Regular Divergence
- Add CCI for confirmation
- Use dual perspectives
- Better accuracy
**For Advanced Traders:**
- All three indicators
- Full divergence detection
- Multi-timeframe analysis
- Maximum information
#### Oscillator Priority
**Primary**: RSI (22)
- Most reliable
- Best divergence detection
- Good for all timeframes
- Use this as your main decision maker
**Secondary**: CCI (33/77)
- Adds cycle analysis
- Great for confirmation
- Dual-period crossovers valuable
- Use to confirm RSI signals
**Tertiary**: Williams %R (28)
- Extreme readings useful
- More volatile
- Best for short-term
- Use sparingly for extra confirmation
#### Timeframe Considerations
**Lower Timeframes (1m-15m):**
- More signals, less reliable
- Use tight divergence parameters
- Focus on RSI crossovers
- Quick entries and exits
**Medium Timeframes (30m-4H):**
- Balanced signal frequency
- Default settings work well
- Best for divergence trading
- Swing trading optimal
**Higher Timeframes (Daily+):**
- Fewer but stronger signals
- Widen divergence ranges
- All indicators more reliable
- Position trading best
#### Divergence Trading Tips
1. **Wait for Confirmation**
- Divergence alone isn't enough
- Need price structure break
- Volume helps validate
2. **Best at Extremes**
- Divergences near 80/20 levels most reliable
- Mid-level divergences often fail
- Combine with support/resistance
3. **Multiple Divergences**
- Second divergence stronger than first
- Third divergence extremely powerful
- Watch for "triple divergence"
4. **Timeframe Alignment**
- Check higher timeframe for direction
- Trade divergences in direction of larger trend
- Counter-trend divergences riskier
### Indicator Combinations
**With Moving Averages:**
- Use EMAs (21/55/144) for trend
- KSI for entry timing
- Enter when both align
**With Volume:**
- Volume confirms breakouts
- Divergence + volume divergence = Stronger
- Low volume at extremes = Reversal likely
**With Support/Resistance:**
- Price levels for targets
- KSI for entry timing
- Divergences at levels = Highest probability
**With Bias Indicator:**
- Bias shows price deviation
- KSI shows momentum
- Both diverging = Strong reversal signal
**With OBV Indicator:**
- OBV shows volume trend
- KSI shows price momentum
- Volume/momentum divergence powerful
### Common Patterns
1. **Bullish Reversal**: All oscillators oversold + RSI bullish divergence
2. **Bearish Reversal**: All oscillators overbought + RSI bearish divergence
3. **Trend Acceleration**: RSI > 50, both CCIs rising, Williams %R not extreme
4. **Weakening Trend**: RSI declining while price rising (pre-divergence warning)
5. **Strong Trend**: All oscillators stay above/below 50 for extended period
6. **Consolidation**: Oscillators crossing 50 frequently without extremes
7. **Exhaustion**: Multiple oscillators at extreme + hidden divergence failure
### Performance Tips
- Start simple: RSI only
- Add indicators gradually as you learn
- Disable unused features for cleaner charts
- Use labels strategically (not always on)
- Test different RSI lengths for your market
- Adjust divergence parameters based on volatility
### Alert Conditions
The indicator includes alerts for:
- RSI crossing above 50
- RSI crossing below 50
- RSI regular bullish divergence
- RSI regular bearish divergence
- RSI hidden bullish divergence
- RSI hidden bearish divergence
---
## ไธญๆ่ฏดๆๆๆกฃ
### ๆฆ่ฟฐ
Scout Regiment - KSI๏ผๅ
ณ้ฎ้ๆบๆๆ ๏ผๆฏไธไธช็ปผๅๆงๅจ้ๆฏ่กๅจ๏ผๅฐไธไธชๅผบๅคง็ๆๆฏๆๆ - RSIใCCIๅๅจๅปๆๆ - ็ปๅๅฐไธไธช็ปไธ็ๆพ็คบไธญใ่ฟ็งๅคๆๆ ๆนๆณไธบไบคๆ่
ๆไพไบๅธๅบๅจ้ใ่ถ
ไนฐ่ถ
ๅ็ถๅตๅ้่ฟ้ซ็บง่็ฆปๆฃๆตๅ็ฐๆฝๅจๅ่ฝฌ็น็ๅคๅ
่ง่งใ
### ไปไนๆฏKSI๏ผ
KSIไปฃ่กจ"ๅ
ณ้ฎ้ๆบๆๆ " - ไธไธช็ปผๅๅจ้ๆๆ ๏ผ
- ๆพ็คบๅคไธชๆฏ่กๅจ๏ผๆ ๅๅๅฐ0-100ๅปๅบฆ
- ไฝฟ็จๆ ๅๅๆณขๆฎต๏ผ20/50/80๏ผไพฟไบไธ่ด่งฃ่ฏป
- ็ปๅRSI็จไบ่ถๅฟใCCI็จไบๅจๆใๅจๅปๆๆ ็จไบๅ่ฝฌๆฃๆต
- ไธ้จไธบRSIๆไพๅขๅผบ็่็ฆปๆฃๆต
### ๆ ธๅฟๅ่ฝ
#### 1. **ไธ้ๆฏ่กๅจ็ณป็ป**
**โ RSI๏ผ็ธๅฏนๅผบๅผฑๆๆฐ๏ผ** - ไธป่ฆๆๆ
- **็จ้**๏ผๆต้ๅจ้ๅนถ่ฏๅซ่ถ
ไนฐ่ถ
ๅ็ถๅต
- **้ป่ฎค้ฟๅบฆ**๏ผ22ๅจๆ
- **ๆพ็คบ**๏ผ่่ฒ็บฟ๏ผ2ๅ็ด ๏ผ
- **ๅ
ณ้ฎๆฐดๅนณ**๏ผ
- 50ไปฅไธ๏ผ็ๆถจๅจ้
- 50ไปฅไธ๏ผ็่ทๅจ้
- 80ไปฅไธ๏ผ่ถ
ไนฐ
- 20ไปฅไธ๏ผ่ถ
ๅ
- **็นๆฎๅ่ฝ**๏ผ
- ่ๆฏ้ข่ฒๆ็คบ๏ผ็ปฟ่ฒ/็บข่ฒ๏ผ
- 50ๆฐดๅนณ็ฉฟ่ถๆ ็ญพ
- ๅฎๆด่็ฆปๆฃๆต๏ผ4็ง็ฑปๅ๏ผ
**โก CCI๏ผ้กบๅฟๆๆ ๏ผ** - ๅๅจๆ
- **็จ้**๏ผ่ฏๅซๅจๆๆง่ถๅฟๅๆ็ซฏ็ถๅต
- **ๅ้ๆพ็คบ**๏ผ
- CCI(33)๏ผ็ญๆๅจๆ - ็ปฟ่ฒ็บฟ๏ผ1ๅ็ด ๏ผ
- CCI(77)๏ผไธญๆๅจๆ - ๆฉ่ฒ็บฟ๏ผ1ๅ็ด ๏ผ
- **้ป่ฎคๆฐๆฎๆบ**๏ผHLC3๏ผๅ
ธๅไปทๆ ผ๏ผ
- **ๆ ๅๅๅปๅบฆ**๏ผไปยฑ100ๆ ๅฐๅฐ0-100ไปฅไฟๆไธ่ดๆง
- **่งฃ่ฏป**๏ผ
- 80ไปฅไธ๏ผๅผบๅฒไธๅๅจ้
- 20ไปฅไธ๏ผๅผบๅฒไธ้ๅจ้
- 50ๆฐดๅนณ๏ผไธญๆง
- ๅจๆ้ด่็ฆป๏ผ่ถๅฟๅๅ่ญฆๅ
**โข ๅจๅปๆๆ %R** - ๅฏ้
- **็จ้**๏ผ่ฏๅซ่ถ
ไนฐ่ถ
ๅๆๅผ
- **้ป่ฎค้ฟๅบฆ**๏ผ28ๅจๆ
- **ๆพ็คบ**๏ผๆด็บข่ฒ็บฟ๏ผ2ๅ็ด ๏ผ
- **ๅปๅบฆ**๏ผๅ่ฝฌๅนถๆ ๅๅๅฐ0-100
- **ๆ้ๅ**๏ผ็ญๆๅ่ฝฌไฟกๅท
- **้ป่ฎค**๏ผ็ฆ็จ๏ผ้่ฆ้ขๅค็กฎ่ฎคๆถๅฏ็จ๏ผ
#### 2. **ๆ ๅๅๆณขๆฎต็ณป็ป**
**ไธๅฑ็ปๆ๏ผ**
- **ไธ่ฝจ๏ผ80๏ผ**๏ผ่ถ
ไนฐๅบๅ
- ๅผบๅจ้ๅบๅ
- ๆณจๆๅ่ฝฌไฟกๅท
- ๆญคๅค็่็ฆปๆๅฏ้
- **ไธญ็บฟ๏ผ50๏ผ**๏ผๅ่กก็บฟ
- ๅ้็ๆถจ/็่ทๅบๅ
- ็ฉฟ่ถ่กจ็คบๅจ้่ฝฌๅ
- ๅ
ณ้ฎๅณ็ญๆฐดๅนณ
- **ไธ่ฝจ๏ผ20๏ผ**๏ผ่ถ
ๅๅบๅ
- ๅผฑๅจ้ๅบๅ
- ๅฏปๆพๅๅผนไฟกๅท
- ๆญคๅค็่็ฆป้ข็คบๆฝๅจๅ่ฝฌ
**ๆณขๆฎตๅกซๅ
**๏ผ20-80ไน้ด็ๆทฑ่ฒ่ๆฏ๏ผๅขๅผบ่ง่งๆธ
ๆฐๅบฆ
#### 3. **RSI่ง่งๅขๅผบ**
**่ๆฏ้ข่ฒๆ็คบ**
- ็ปฟ่ฒ่ๆฏ๏ผRSIๅจ50ไปฅไธ๏ผ็ๆถจๅๅ๏ผ
- ็บข่ฒ่ๆฏ๏ผRSIๅจ50ไปฅไธ๏ผ็่ทๅๅ๏ผ
- ๅฏ้ๆพ็คบ๏ผๅพ่กจๆดๆธ
็ฝ
- ๅธฎๅฉ่ฏๅซๆดไฝๅจ้ๆนๅ
**็ฉฟ่ถๆ ็ญพ**
- "็ช็ ด"๏ผRSIๅไธ็ฉฟ่ถ50
- "่ท็ ด"๏ผRSIๅไธ็ฉฟ่ถ50
- ๆ ่ฎฐๅจ้่ฝฌๅ็น
- ๅฏๅผๅ
ณ
#### 4. **้ซ็บงRSI่็ฆปๆฃๆต**
ๆๆ ไป
ไธบRSI๏ผๆๅฏ้ ็ๆฏ่กๅจ๏ผๆไพๅ
จ้ข่็ฆปๆฃๆต๏ผ
**ๅธธ่ง็ๆถจ่็ฆป๏ผ้ป่ฒ๏ผ**
- **ไปทๆ ผ**๏ผๆดไฝ็ไฝ็น
- **RSI**๏ผๆด้ซ็ไฝ็น
- **ไฟกๅท**๏ผๆฝๅจๅไธๅ่ฝฌ
- **ๆ ็ญพ**๏ผ"ๆถจ"
- **ๆๅธธ่ง**๏ผๅจ่ถ
ๅๆฐดๅนณ้่ฟ๏ผ30ไปฅไธ๏ผ
**ๅธธ่ง็่ท่็ฆป๏ผ่่ฒ๏ผ**
- **ไปทๆ ผ**๏ผๆด้ซ็้ซ็น
- **RSI**๏ผๆดไฝ็้ซ็น
- **ไฟกๅท**๏ผๆฝๅจๅไธๅ่ฝฌ
- **ๆ ็ญพ**๏ผ"่ท"
- **ๆๅธธ่ง**๏ผๅจ่ถ
ไนฐๆฐดๅนณ้่ฟ๏ผ70ไปฅไธ๏ผ
**้่็ๆถจ่็ฆป๏ผๆต
้ป่ฒ๏ผ**
- **ไปทๆ ผ**๏ผๆด้ซ็ไฝ็น
- **RSI**๏ผๆดไฝ็ไฝ็น
- **ไฟกๅท**๏ผไธๅ่ถๅฟๅปถ็ปญ
- **ๆ ็ญพ**๏ผ"้ๆถจ"
- **็จ้**๏ผๅ ไป็ฐๆๅคๅคด
**้่็่ท่็ฆป๏ผๆต
่่ฒ๏ผ**
- **ไปทๆ ผ**๏ผๆดไฝ็้ซ็น
- **RSI**๏ผๆด้ซ็้ซ็น
- **ไฟกๅท**๏ผไธ้่ถๅฟๅปถ็ปญ
- **ๆ ็ญพ**๏ผ"้่ท"
- **็จ้**๏ผๅ ไป็ฐๆ็ฉบๅคด
**่็ฆปๅๆฐ**๏ผๅฎๅ
จๅฏ่ชๅฎไน๏ผ๏ผ
- **ๅณไพงๅๆบฏ**๏ผๆข่ฝด็นๅณไพงK็บฟๆฐ๏ผ้ป่ฎค๏ผ5๏ผ
- **ๅทฆไพงๅๆบฏ**๏ผๆข่ฝด็นๅทฆไพงK็บฟๆฐ๏ผ้ป่ฎค๏ผ5๏ผ
- **ๆๅคง่ๅด**๏ผๆข่ฝด็นไน้ดๆๅคงK็บฟๆฐ๏ผ้ป่ฎค๏ผ60๏ผ
- **ๆๅฐ่ๅด**๏ผๆข่ฝด็นไน้ดๆๅฐK็บฟๆฐ๏ผ้ป่ฎค๏ผ5๏ผ
### ้
็ฝฎ่ฎพ็ฝฎ
#### KSIๆพ็คบ่ฎพ็ฝฎ
- **ๆพ็คบRSI**๏ผๅๆขRSIๆๆ
- **ๆพ็คบCCI**๏ผๅๆขไธคๆกCCI็บฟ
- **ๆพ็คบๅจๅปๆๆ %R**๏ผๅๆขๅจๅปๆๆ ๏ผๅฏ้๏ผ
#### RSI่ฎพ็ฝฎ
- **RSI้ฟๅบฆ**๏ผ่ฎก็ฎๅจๆ๏ผ้ป่ฎค๏ผ22๏ผ
- **ๆฐๆฎๆบ**๏ผไปทๆ ผๆบ๏ผ้ป่ฎค๏ผๆถ็ไปท๏ผ
- **ๆพ็คบ่ๆฏ**๏ผๅๆข็ปฟ่ฒ/็บข่ฒ่ๆฏ
- **ๆพ็คบ็ฉฟ่ถๆ ็ญพ**๏ผๅๆข50ๆฐดๅนณ็ฉฟ่ถๆ ็ญพ
#### RSI่็ฆป่ฎพ็ฝฎ
- **ๅณไพงๅๆบฏ**๏ผๆข่ฝดๆฃๆตๅณไพง
- **ๅทฆไพงๅๆบฏ**๏ผๆข่ฝดๆฃๆตๅทฆไพง
- **ๅๆบฏ่ๅดๆๅคงๅผ**๏ผๆๅคงๅๆบฏ่ท็ฆป
- **ๅๆบฏ่ๅดๆๅฐๅผ**๏ผๆๅฐๅๆบฏ่ท็ฆป
- **ๆพ็คบๅธธ่ง่็ฆป**๏ผๅฏ็จๅธธ่ง่็ฆป็บฟ
- **ๆพ็คบๅธธ่ง่็ฆปๆ ็ญพ**๏ผๅฏ็จๅธธ่ง่็ฆปๆ ็ญพ
- **ๆพ็คบ้่่็ฆป**๏ผๅฏ็จ้่่็ฆป็บฟ
- **ๆพ็คบ้่่็ฆปๆ ็ญพ**๏ผๅฏ็จ้่่็ฆปๆ ็ญพ
#### CCI่ฎพ็ฝฎ
- **CCI้ฟๅบฆ**๏ผ็ญๆๅจๆ๏ผ้ป่ฎค๏ผ33๏ผ
- **CCIไธญๆ้ฟๅบฆ**๏ผไธญๆๅจๆ๏ผ้ป่ฎค๏ผ77๏ผ
- **ๆฐๆฎๆบ**๏ผไปทๆ ผ่ฎก็ฎ๏ผ้ป่ฎค๏ผHLC3๏ผ
- **ๆพ็คบCCI(33)**๏ผๅๆข็ญๆCCI
- **ๆพ็คบCCI(77)**๏ผๅๆขไธญๆCCI
#### ๅจๅปๆๆ %R ่ฎพ็ฝฎ
- **้ฟๅบฆ**๏ผ่ฎก็ฎๅจๆ๏ผ้ป่ฎค๏ผ28๏ผ
- **ๆฐๆฎๆบ**๏ผไปทๆ ผๆบ๏ผ้ป่ฎค๏ผๆถ็ไปท๏ผ
### ไฝฟ็จๆนๆณ
#### ๅบ็กๅจ้ไบคๆ
1. **ไป
ๅฏ็จRSI**๏ผไธป่ฆๆๆ ๏ผ
- ๅ
ณๆณจ50ๆฐดๅนณ็ฉฟ่ถ
- ๅฏ็จ็ฉฟ่ถๆ ็ญพ่ทๅไฟกๅท
2. **่ฏๅซๅจ้ๆนๅ**
- RSI > 50 = ็ๆถจๅจ้
- RSI < 50 = ็่ทๅจ้
- ่ๆฏ้ข่ฒ็กฎ่ฎคๆนๅ
3. **ๅฏปๆพๆๅผ**
- RSI > 80 = ่ถ
ไนฐ๏ผ่่ๅๅบ๏ผ
- RSI < 20 = ่ถ
ๅ๏ผ่่ไนฐๅ
ฅ๏ผ
4. **ไบคๆ่ฎพ็ฝฎ**
- RSIไป่ถ
ๅๅบๅไธ็ฉฟ่ถ50ๆถๅๅค
- RSIไป่ถ
ไนฐๅบๅไธ็ฉฟ่ถ50ๆถๅ็ฉบ
#### ่็ฆปไบคๆ
1. **ๅฏ็จRSIๅ่็ฆปๆฃๆต**
- ๆๅผๅธธ่ง่็ฆป
- ๅฏ้ๆทปๅ ้่่็ฆป
2. **็ญๅพ
่็ฆปไฟกๅท**
- ้ป่ฒๆ ็ญพ = ็ๆถจ่็ฆป
- ่่ฒๆ ็ญพ = ็่ท่็ฆป
3. **็จไปทๆ ผ็ปๆ็กฎ่ฎค**
- ็ญๅพ
ๆฏๆ/้ปๅ็ช็ ด
- ๅฏปๆพK็บฟๅฝขๆ
- ๆฃๆฅๆไบค้็กฎ่ฎค
4. **่ฟๅ
ฅไปไฝ**
- ็กฎ่ฎคๅ่ฟๅ
ฅ
- ๆญขๆ่ฎพๅจ่็ฆปๆข่ฝด็นไนๅค
- ็ฎๆ ไธไธไธชๅ
ณ้ฎๆฐดๅนณ
#### ๅคๆฏ่กๅจ็กฎ่ฎค
1. **ๅฏ็จๅ
จ้จไธไธชๆๆ **
- RSI๏ผๅจ้๏ผ
- CCIๅๅจๆ๏ผๅจๆๅๆ๏ผ
- ๅจๅปๆๆ %R๏ผๆๅผ๏ผ
2. **ๅฏปๆพไธ่ดๆง**
- ๅ
จ้จๅจ50ไปฅไธ = ๅผบๅฒ็ๆถจ
- ๅ
จ้จๅจ50ไปฅไธ = ๅผบๅฒ็่ท
- ไฟกๅทๆททๅ = ็ๆด
3. **่ฏๅซๆๅผ**
- ๆๆๆๆ > 80 = ๆๅบฆ่ถ
ไนฐ
- ๆๆๆๆ < 20 = ๆๅบฆ่ถ
ๅ
4. **ไบคๆๅ่ฝฌ**
- ๆๆๆๆ ๅจๆๅผไธ่ดๆถ้ๅฟ่ฟๅ
ฅ
- ๅฏ่ฝ็่ฏ็จ่็ฆป็กฎ่ฎค
- ไฝฟ็จ็ดงๅฏๆญขๆ
#### CCIๅๅจๆๅๆ
1. **ๅฏ็จไธคๆกCCI็บฟ**
- CCI(33) = ็ญๆ
- CCI(77) = ไธญๆ
2. **่งๅฏ็ฉฟ่ถ**
- ็ปฟ่ฒ็บฟ็ฉฟ่ถๆฉ่ฒ็บฟๅไธ = ็ๆถจๅ ้
- ็ปฟ่ฒ็บฟ็ฉฟ่ถๆฉ่ฒ็บฟๅไธ = ็่ทๅ ้
3. **ๅๆๅจๆ้ด่็ฆป**
- ็ญๆไธๅ๏ผไธญๆไธ้ = ๆฝๅจๅ่ฝฌ
- ไธค่
ๅๆถไธๅ = ๅผบ่ถๅฟ
4. **็ธๅบไบคๆ**
- ่ท้็ฉฟ่ถๆนๅ
- ็บฟๆกๆฑๅๆถ้ๅบ
### ไบคๆ็ญ็ฅ
#### ็ญ็ฅ1๏ผRSI 50ๆฐดๅนณ็ฉฟ่ถ
**่ฎพ็ฝฎ๏ผ**
- ๅฏ็จRSIๅ่ๆฏๅๆ ็ญพ
- ็ญๅพ
ๆ็กฎ่ถๅฟ
- ๅฏปๆพๅ่ฐ่ณ50ๆฐดๅนณ
**ๅ
ฅๅบ๏ผ**
- ๅคๅคด๏ผๅ่ฐๅๅบ็ฐ"็ช็ ด"ๆ ็ญพ
- ็ฉบๅคด๏ผๅๅผนๅๅบ็ฐ"่ท็ ด"ๆ ็ญพ
**ๆญขๆ๏ผ**
- ๅคๅคด๏ผ่ฟๆๆณขๅจไฝ็นไนไธ
- ็ฉบๅคด๏ผ่ฟๆๆณขๅจ้ซ็นไนไธ
**็ฆปๅบ๏ผ**
- ๅบ็ฐ็ธๅ็ฉฟ่ถๆ ็ญพ
- ๆ้ขๅฎ็ฎๆ ๏ผ2:1้ฃ้ฉๆถ็ๆฏ๏ผ
**้ๅ๏ผ**่ถๅฟ่ท้ใๆ็กฎๅธๅบ
#### ็ญ็ฅ2๏ผRSI่็ฆปๅ่ฝฌ
**่ฎพ็ฝฎ๏ผ**
- ๅฏ็จRSIๅๅธธ่ง่็ฆป
- ็ญๅพ
ๆ็ซฏๆฐดๅนณ๏ผ>70ๆ<30๏ผ
- ๅฏปๆพ่็ฆปไฟกๅท
**ๅ
ฅๅบ๏ผ**
- ๅคๅคด๏ผ่ถ
ๅๆฐดๅนณๅบ็ฐ้ป่ฒ"ๆถจ"ๆ ็ญพ
- ็ฉบๅคด๏ผ่ถ
ไนฐๆฐดๅนณๅบ็ฐ่่ฒ"่ท"ๆ ็ญพ
**็กฎ่ฎค๏ผ**
- ็ญๅพ
ไปทๆ ผ็ช็ ด็ปๆ
- ๆฃๆฅๆไบค้ๅขๅ
- ๅฏปๆพK็บฟๅ่ฝฌๅฝขๆ
**ๆญขๆ๏ผ**
- ่็ฆปๆข่ฝด็นไนๅค
**็ฆปๅบ๏ผ**
- ๅจ50ๆฐดๅนณ้จๅ่ทๅฉ
- ๅ
ถไฝๅจ็ธๅๆๅผๆ่็ฆปๅค็ฆปๅบ
**้ๅ๏ผ**ๆณขๆฎตไบคๆใ้่กๅธๅบ
#### ็ญ็ฅ3๏ผไธ้ๆฏ่กๅจๆฑๅ
**่ฎพ็ฝฎ๏ผ**
- ๅฏ็จๅ
จ้จไธไธชๆๆ
- ็ญๅพ
ๅ
จ้จ่พพๅฐๆๅผ๏ผ>80ๆ<20๏ผ
- ๅฏปๆพไธ่ดๆง
**ๅ
ฅๅบ๏ผ**
- ๅคๅคด๏ผไธไธชๅ
จ้จไฝไบ20๏ผ็ฌฌไธไธชๅไธ็ฉฟ่ถ20
- ็ฉบๅคด๏ผไธไธชๅ
จ้จ้ซไบ80๏ผ็ฌฌไธไธชๅไธ็ฉฟ่ถ80
**็กฎ่ฎค๏ผ**
- ๆๆๆๆ ๅฟ
้กปไธ่ด
- ไปทๆ ผๅจๆฏๆ/้ปๅไฝ
- ๆไบค้ๆฟๅขๆๅธฎๅฉ
**ๆญขๆ๏ผ**
- ๅบๅฎ็พๅๆฏๆๅบไบATR
**็ฆปๅบ๏ผ**
- ไปปไธๆๆ ็ฉฟ่ถ50ๆฐดๅนณๆถ
- ๆๅจ้ขๅฎ็ฎๆ
**้ๅ๏ผ**้ซๆฆ็ๅ่ฝฌใๆณขๅจๅธๅบ
#### ็ญ็ฅ4๏ผCCIๅๅจๆ็ณป็ป
**่ฎพ็ฝฎ๏ผ**
- ไป
ๅฏ็จไธคๆกCCI็บฟ
- ็ฆ็จRSIๅๅจๅปๆๆ ไปฅไฟๆๆธ
ๆฐ
- ่งๅฏ็ฉฟ่ถ
**ๅ
ฅๅบ๏ผ**
- ๅคๅคด๏ผCCI(33)ๅจ50็บฟไธๆนๅไธ็ฉฟ่ถCCI(77)
- ็ฉบๅคด๏ผCCI(33)ๅจ50็บฟไธๆนๅไธ็ฉฟ่ถCCI(77)
**็กฎ่ฎค๏ผ**
- ไธค่
้ฝๅบๆๅ
ฅๅบๆนๅ็งปๅจ
- ไปทๆ ผ็ช็ ดๅ
ณ้ฎๆฐดๅนณๆๅธฎๅฉ
**ๆญขๆ๏ผ**
- CCIๅๅ็ฉฟ่ถๆถ
**็ฆปๅบ๏ผ**
- ไธคๆกCCI่ฟๅ
ฅ็ธๅๆๅผๅบๅ
- ๆ็งปๅจๆญขๆ
**้ๅ๏ผ**ๆๆ่ถๅฟๅปถ็ปญใๅจ้ไบคๆ
#### ็ญ็ฅ5๏ผ้่่็ฆปๅปถ็ปญ
**่ฎพ็ฝฎ๏ผ**
- ๅฏ็จRSIๅ้่่็ฆป
- ็กฎ่ฎค็ฐๆ่ถๅฟ
- ็ญๅพ
ๅ่ฐ
**ๅ
ฅๅบ๏ผ**
- ไธๅ่ถๅฟ๏ผๅ่ฐๆ้ดๅบ็ฐ"้ๆถจ"ๆ ็ญพ
- ไธ้่ถๅฟ๏ผๅๅผนๆ้ดๅบ็ฐ"้่ท"ๆ ็ญพ
**็กฎ่ฎค๏ผ**
- ไปทๆ ผๅฎไฝๅ
ณ้ฎ็งปๅจๅนณๅ็บฟ
- ่ถๅฟ็ปๆๅฎๆด
**ๆญขๆ๏ผ**
- ๅ่ฐๆๅผไนๅค
**็ฆปๅบ๏ผ**
- ๅบ็ฐๅธธ่ง่็ฆป๏ผๅ่ฝฌ่ญฆๅ๏ผ
- ๆ่ถๅฟ็ปๆ็ ดๅ
**้ๅ๏ผ**ๅ ไปใ่ถๅฟไบคๆ
### ๆไฝณๅฎ่ทต
#### ้ๆฉๆพ็คบๅชไบๆๆ
**ๆฐๆ๏ผ**
- ไป
ไฝฟ็จRSI
- ๅฏ็จ่ๆฏ้ข่ฒๅๆ ็ญพ
- ๅ
ณๆณจ50ๆฐดๅนณ็ฉฟ่ถ
- ็ฎๅๆๆ
**ไธญ็บงไบคๆ่
๏ผ**
- RSI + ๅธธ่ง่็ฆป
- ๆทปๅ CCI็กฎ่ฎค
- ไฝฟ็จๅ้่ง่ง
- ๆด้ซๅ็กฎๅบฆ
**้ซ็บงไบคๆ่
๏ผ**
- ๅ
จ้จไธไธชๆๆ
- ๅฎๆด่็ฆปๆฃๆต
- ๅคๆถ้ดๆกๆถๅๆ
- ไฟกๆฏๆๅคงๅ
#### ๆฏ่กๅจไผๅ
็บง
**ไธป่ฆ**๏ผRSI (22)
- ๆๅฏ้
- ๆไฝณ่็ฆปๆฃๆต
- ้็จๆๆๆถ้ดๆกๆถ
- ็จไฝไธป่ฆๅณ็ญไพๆฎ
**ๆฌก่ฆ**๏ผCCI (33/77)
- ๆทปๅ ๅจๆๅๆ
- ็กฎ่ฎคๆๆๅฅฝ
- ๅๅจๆ็ฉฟ่ถๆไปทๅผ
- ็จไบ็กฎ่ฎคRSIไฟกๅท
**็ฌฌไธ**๏ผๅจๅปๆๆ %R (28)
- ๆๅผ่ฏปๆฐๆ็จ
- ๆดๆณขๅจ
- ๆ้ๅ็ญๆ
- ่ฐจๆ
ไฝฟ็จไปฅ่ท้ขๅค็กฎ่ฎค
#### ๆถ้ดๆกๆถ่่
**ไฝๆถ้ดๆกๆถ๏ผ1ๅ้-15ๅ้๏ผ๏ผ**
- ๆดๅคไฟกๅท๏ผๅฏ้ ๆง่พไฝ
- ไฝฟ็จ็ดงๅฏ่็ฆปๅๆฐ
- ๅ
ณๆณจRSI็ฉฟ่ถ
- ๅฟซ้่ฟๅบ
**ไธญ็ญๆถ้ดๆกๆถ๏ผ30ๅ้-4ๅฐๆถ๏ผ๏ผ**
- ไฟกๅท้ข็ๅนณ่กก
- ้ป่ฎค่ฎพ็ฝฎๆๆๅฅฝ
- ๆ้ๅ่็ฆปไบคๆ
- ๆณขๆฎตไบคๆๆไผ
**้ซๆถ้ดๆกๆถ๏ผๆฅ็บฟ+๏ผ๏ผ**
- ไฟกๅท่พๅฐไฝๆดๅผบ
- ๆฉๅคง่็ฆป่ๅด
- ๆๆๆๆ ๆดๅฏ้
- ๆ้ๅไปไฝไบคๆ
#### ่็ฆปไบคๆๆๅทง
1. **็ญๅพ
็กฎ่ฎค**
- ไป
่็ฆปไธๅค
- ้่ฆไปทๆ ผ็ปๆ็ช็ ด
- ๆไบค้ๅธฎๅฉ้ช่ฏ
2. **ๆๅผๅคๆไฝณ**
- 80/20ๆฐดๅนณ้่ฟ็่็ฆปๆๅฏ้
- ไธญ้ดๆฐดๅนณ่็ฆปๅธธๅคฑ่ดฅ
- ็ปๅๆฏๆ/้ปๅ
3. **ๅค้่็ฆป**
- ็ฌฌไบๆฌก่็ฆปๅผบไบ็ฌฌไธๆฌก
- ็ฌฌไธๆฌก่็ฆปๆๅ
ถๅผบๅคง
- ๆณจๆ"ไธ้่็ฆป"
4. **ๆถ้ดๆกๆถๅฏน้ฝ**
- ๆฃๆฅๆด้ซๆถ้ดๆกๆถๆนๅ
- ้กบๅคง่ถๅฟๆนๅไบคๆ่็ฆป
- ้ๅฟ่็ฆป้ฃ้ฉๆดๅคง
### ๆๆ ็ปๅ
**ไธ็งปๅจๅนณๅ็บฟ้
ๅ๏ผ**
- ไฝฟ็จEMA๏ผ21/55/144๏ผ็กฎๅฎ่ถๅฟ
- KSI็จไบๅ
ฅๅบๆถๆบ
- ไธค่
ไธ่ดๆถ่ฟๅ
ฅ
**ไธๆไบค้้
ๅ๏ผ**
- ๆไบค้็กฎ่ฎค็ช็ ด
- ่็ฆป + ๆไบค้่็ฆป = ๆดๅผบ
- ๆๅผๅคไฝๆไบค้ = ๅฏ่ฝๅ่ฝฌ
**ไธๆฏๆ/้ปๅ้
ๅ๏ผ**
- ไปทๆ ผๆฐดๅนณไฝไธบ็ฎๆ
- KSI็จไบๅ
ฅๅบๆถๆบ
- ๆฐดๅนณๅค็่็ฆป = ๆ้ซๆฆ็
**ไธBiasๆๆ ้
ๅ๏ผ**
- Biasๆพ็คบไปทๆ ผๅ็ฆป
- KSIๆพ็คบๅจ้
- ไธค่
้ฝ่็ฆป = ๅผบๅ่ฝฌไฟกๅท
**ไธOBVๆๆ ้
ๅ๏ผ**
- OBVๆพ็คบๆไบค้่ถๅฟ
- KSIๆพ็คบไปทๆ ผๅจ้
- ๆไบค้/ๅจ้่็ฆปๅผบๅคง
### ๅธธ่งๅฝขๆ
1. **็ๆถจๅ่ฝฌ**๏ผๆๆๆฏ่กๅจ่ถ
ๅ + RSI็ๆถจ่็ฆป
2. **็่ทๅ่ฝฌ**๏ผๆๆๆฏ่กๅจ่ถ
ไนฐ + RSI็่ท่็ฆป
3. **่ถๅฟๅ ้**๏ผRSI > 50๏ผไธคๆกCCIไธๅ๏ผๅจๅปๆๆ ไธๆ็ซฏ
4. **่ถๅฟๅๅผฑ**๏ผไปทๆ ผไธๅๆถRSIไธ้๏ผ่็ฆปๅ่ญฆๅ๏ผ
5. **ๅผบ่ถๅฟ**๏ผๆๆๆฏ่กๅจ้ฟๆถ้ดไฟๆๅจ50ไธๆน/ไธๆน
6. **็ๆด**๏ผๆฏ่กๅจ้ข็น็ฉฟ่ถ50ๆ ๆๅผ
7. **่กฐ็ซญ**๏ผๅคไธชๆฏ่กๅจๅจๆๅผ + ้่่็ฆปๅคฑ่ดฅ
### ๆง่ฝๆ็คบ
- ไป็ฎๅๅผๅง๏ผไป
RSI
- ๅญฆไน ๆถ้ๆธๆทปๅ ๆๆ
- ็ฆ็จๆชไฝฟ็จๅ่ฝไปฅไฟๆๅพ่กจๆธ
ๆฐ
- ็ญ็ฅๆงไฝฟ็จๆ ็ญพ๏ผไธๆปๆฏๅผๅฏ๏ผ
- ไธบๆจ็ๅธๅบๆต่ฏไธๅRSI้ฟๅบฆ
- ๆ นๆฎๆณขๅจๆง่ฐๆด่็ฆปๅๆฐ
### ่ญฆๆฅๆกไปถ
ๆๆ ๅ
ๅซไปฅไธ่ญฆๆฅ๏ผ
- RSIๅไธ็ฉฟ่ถ50
- RSIๅไธ็ฉฟ่ถ50
- RSIๅธธ่ง็ๆถจ่็ฆป
- RSIๅธธ่ง็่ท่็ฆป
- RSI้่็ๆถจ่็ฆป
- RSI้่็่ท่็ฆป
---
## Technical Support
For questions or issues, please refer to the TradingView community or contact the indicator creator.
## ๆๆฏๆฏๆ
ๅฆๆ้ฎ้ข๏ผ่ฏทๅ่TradingView็คพๅบๆ่็ณปๆๆ ๅๅปบ่
ใ
Market Electromagnetic Field [The_lurker]Market Electromagnetic Field
An innovative analytical indicator that presents a completely new model for understanding market dynamics, inspired by the laws of electromagnetic physics โ but it's not a rhetorical metaphor, rather a complete mathematical system.
Unlike traditional indicators that focus on price or momentum, this indicator portrays the market as a closed physical system, where:
โก Candles = Electric charges (positive at bullish close, negative at bearish)
โก Buyers and Sellers = Two opposing poles where pressure accumulates
โก Market tension = Voltage difference between the poles
โก Price breakout = Electrical discharge after sufficient energy accumulation
โ Core Concept
Markets don't move randomly, but follow a clear physical cycle:
Accumulation โ Tension โ Discharge โ Stabilization โ New Accumulation
When charges accumulate (through strong candles with high volume) and exceed a certain "electrical capacitance" threshold, the indicator issues a "โก DISCHARGE IMMINENT" alert โ meaning a price explosion is imminent, giving the trader an opportunity to enter before the move begins.
โ Competitive Advantage
- Predictive forecasting (not confirmatory after the event)
- Smart multi-layer filtering reduces false signals
- Animated 3D visual representation makes reading price conditions instant and intuitive โ without need for number analysis
โ Theoretical Physical Foundation
The indicator doesn't use physical terms for decoration, but applies mathematical laws with precise market adjustments:
โก Coulomb's Law
Physics: F = k ร (qโ ร qโ) / rยฒ
Market: Field Intensity = 4 ร norm_positive ร norm_negative
Peaks at equilibrium (0.5 ร 0.5 ร 4 = 1.0), and decreases at dominance โ because conflict increases at parity.
โก Ohm's Law
Physics: V = I ร R
Market: Voltage = norm_positive โ norm_negative
Measures balance of power:
- +1 = Absolute buying dominance
- โ1 = Absolute selling dominance
- 0 = Balance
โก Capacitance
Physics: C = Q / V
Market: Capacitance = |Voltage| ร Field Intensity
Represents stored energy ready for discharge โ increases with bias combined with high interaction.
โก Electrical Discharge
Physics: Occurs when exceeding insulation threshold
Market: Discharge Probability = min(Capacitance / Discharge Threshold, 1.0)
When โฅ 0.9: "โก DISCHARGE IMMINENT"
๐ Key Note:
Maximum capacitance doesn't occur at absolute dominance (where field intensity = 0), nor at perfect balance (where voltage = 0), but at moderate bias (ยฑ30โ50%) with high interaction (field intensity > 25%) โ i.e., in moments of "pressure before breakout".
โ Detailed Calculation Mechanism
โก Phase 1: Candle Polarity
polarity = (close โ open) / (high โ low)
- +1.0: Complete bullish candle (Bullish Marubozu)
- โ1.0: Complete bearish candle (Bearish Marubozu)
- 0.0: Doji (no decision)
- Intermediate values: Represent the ratio of candle body to its range โ reducing the effect of long-shadow candles
โก Phase 2: Volume Weight
vol_weight = volume / SMA(volume, lookback)
A candle with 150% of average volume = 1.5x stronger charge
โก Phase 3: Adaptive Factor
adaptive_factor = ATR(lookback) / SMA(ATR, lookback ร 2)
- In volatile markets: Increases sensitivity
- In quiet markets: Reduces noise
- Always recommended to keep it enabled
โก Phase 4โ6: Charge Accumulation and Normalization
Charges are summed over lookback candles, then ratios are normalized:
norm_positive = positive_charge / total_charge
norm_negative = negative_charge / total_charge
So that: norm_positive + norm_negative = 1 โ for easier comparison
โก Phase 7: Field Calculations
voltage = norm_positive โ norm_negative
field_intensity = 4 ร norm_positive ร norm_negative ร field_sensitivity
capacitance = |voltage| ร field_intensity
discharge_prob = min(capacitance / discharge_threshold, 1.0)
โ Settings
โก Electromagnetic Model
Lookback Period
- Default: 20
- Range: 5โ100
- Recommendations:
- Scalping: 10โ15
- Day Trading: 20
- Swing: 30โ50
- Investing: 50โ100
Discharge Threshold
- Default: 0.7
- Range: 0.3โ0.95
- Recommendations:
- Speed + Noise: 0.5โ0.6
- Balance: 0.7
- High Accuracy: 0.8โ0.95
Field Sensitivity
- Default: 1.0
- Range: 0.5โ2.0
- Recommendations:
- Amplify Conflict: 1.2โ1.5
- Natural: 1.0
- Calm: 0.5โ0.8
Adaptive Mode
- Default: Enabled
- Always keep it enabled
๐ฌ Dynamic Filters
All enabled filters must pass for discharge signal to appear.
Volume Filter
- Condition: volume > SMA(volume) ร vol_multiplier
- Function: Excludes "weak" candles not supported by volume
- Recommendation: Enabled (especially for stocks and forex)
Volatility Filter
- Condition: STDEV > SMA(STDEV) ร 0.5
- Function: Ignores sideways stagnation periods
- Recommendation: Always enabled
Trend Filter
- Condition: Voltage alignment with fast/slow EMA
- Function: Reduces counter-trend signals
- Recommendation: Enabled for swing/investing only
Volume Threshold
- Default: 1.2
- Recommendations:
- 1.0โ1.2: High sensitivity
- 1.5โ2.0: Exclusive to high volume
๐จ Visual Settings
Settings improve visual reading experience โ don't affect calculations.
Scale Factor
- Default: 600
- Higher = Larger scene (200โ1200)
Horizontal Shift
- Default: 180
- Horizontal shift to the left โ to focus on last candle
Pole Size
- Default: 60
- Base sphere size (30โ120)
Field Lines
- Default: 8
- Number of field lines (4โ16) โ 8 is ideal balance
Colors
- Green/Red/Blue/Orange
- Fully customizable
โ Visual Representation: A Visual Language for Diagnosing Price Conditions
โจ Design Philosophy
The representation isn't "decoration", but a complete cognitive model โ each element carries information, and element interaction tells a complete story.
The brain perceives changes in size, color, and movement 60,000 times faster than reading numbers โ so you can "sense" the change before your eye finishes scanning.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ข Positive Pole (Green Sphere โ Left)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
What does it represent?
Active buying pressure accumulation โ not just an uptrend, but real demand force supported by volume and volatility.
โ Dynamic Size
Size = pole_size ร (0.7 + norm_positive ร 0.6)
- 70% of base size = No significant charge
- 130% of base size = Complete dominance
- The larger the sphere: Greater buyer dominance, higher probability of bullish continuation
Size Interpretation:
- Large sphere (>55%): Strong buying pressure โ Buyers dominate
- Medium sphere (45โ55%): Relative balance with buying bias
- Small sphere (<45%): Weak buying pressure โ Sellers dominate
โ Lighting and Transparency
- 20% transparency (when Bias = +1): Pole currently active โ Bullish direction
- 50% transparency (when Bias โ +1): Pole inactive โ Not the prevailing direction
Lighting = Current activity, while Size = Historical accumulation
โ Pulsing Inner Glow
A smaller sphere pulses automatically when Bias = +1:
inner_pulse = 0.4 + 0.1 ร sin(anim_time ร 3)
Symbolizes continuity of buy order flow โ not static dominance.
โ Orbital Rings
Two rings rotating at different speeds and directions:
- Inner: 1.3ร sphere size โ Direct influence range
- Outer: 1.6ร sphere size โ Extended influence range
Represent "influence zone" of buyers:
- Continuous rotation = Stability and momentum
- Slowdown = Momentum exhaustion
โ Percentage
Displayed below sphere: norm_positive ร 100
- >55% = Clear dominance
- 45โ55% = Balance
- <45% = Weakness
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ด Negative Pole (Red Sphere โ Right)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
What does it represent?
Active selling pressure accumulation โ whether cumulative selling (smart distribution) or panic selling (position liquidation).
โ Visual Dynamics
Same size, lighting, and inner glow mechanism โ but in red.
Key Difference:
- Rotation is reversed (counter-clockwise)
- Visually distinguishes "buy flow" from "sell flow"
- Allows reading direction at a glance โ even for colorblind users
๐ Pole Reading Summary:
๐ข Large + Bright green sphere = Active buying force
๐ด Large + Bright red sphere = Active selling force
๐ข๐ด Both large but dim = Energy accumulation (before discharge)
โช Both small = Stagnation / Low liquidity
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ต Field Lines (Curved Blue Lines)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
What do they represent?
Energy flow paths between poles โ the arena where price battle is fought.
โ Number of Lines
4โ16 lines (Default: 8)
More lines: Greater sense of "interaction density"
โ Arc Height
arc_h = (i โ half_lines) ร 15 ร field_intensity ร 2
- High field intensity = Highly elevated lines (like waves)
- Low intensity = Nearly straight lines
โ Oscillating Transparency
transp = 30 + phase ร 40
where phase = sin(anim_time ร 2 + i ร 0.5) ร 0.5 + 0.5
Creates illusion of "flowing current" โ not static lines
โ Asymmetric Curvature
- Upper lines curve upward
- Lower lines curve downward
- Adds 3D depth and shows "pressure" direction
โก Pro Tip:
When you see lines suddenly "contract" (straighten), while both spheres are large โ this is an early indicator of impending discharge, because the interaction is losing its flexibility.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โช Moving Particles
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
What do they represent?
Real liquidity flow in the market โ who's driving price right now.
โ Number and Movement
- 6 particles covering most field lines
- Move sinusoidally along the arc:
t = (sin(phase_val) + 1) / 2
- High speed = High trading activity
- Clustering at a pole = That side's control
โ Color Gradient
From green (at positive pole) to red (at negative)
Shows "energy transformation":
- Green particle = Pure buying energy
- Orange particle = Conflict zone
- Red particle = Pure selling energy
๐ How to Read Them?
- Moving left to right (๐ข โ ๐ด): Buy flow โ Bullish push
- Moving right to left (๐ด โ ๐ข): Sell flow โ Bearish push
- Clustered in middle: Balanced conflict โ Wait for breakout
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ Discharge Zone (Orange Glow โ Center)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
What does it represent?
Point of stored energy accumulation not yet discharged โ heart of the early warning system.
โ Glow Stages
Initial Warning (discharge_prob > 0.3):
- Dim orange circle (70% transparency)
- Meaning: Watch, don't enter yet
High Tension (discharge_prob โฅ 0.7):
- Stronger glow + "โ ๏ธ HIGH TENSION" text
- Meaning: Prepare โ Set pending orders
Imminent Discharge (discharge_prob โฅ 0.9):
- Bright glow + "โก DISCHARGE IMMINENT" text
- Meaning: Enter with direction (after candle confirmation)
โ Layered Glow Effect (Glow Layering)
3 concentric circles with increasing transparency:
- Inner: 20%
- Middle: 35%
- Outer: 50%
Result: Realistic aura resembling actual electrical discharge.
๐ Why in the Center?
Because discharge always starts from the relative balance zone โ where opposing pressures meet.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ Voltage Meter (Bottom of Scene)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
What does it represent?
Simplified numeric indicator of voltage difference โ for those who prefer numerical reading.
โ Components
- Gray bar: Full range (โ100% to +100%)
- Green fill: Positive voltage (extends right)
- Red fill: Negative voltage (extends left)
- Lightning symbol (โก): Above center โ reminder it's an "electrical gauge"
- Text value: Like "+23.4%" โ in direction color
โ Voltage Reading Interpretation
+50% to +100%:
Overwhelming buying dominance โ Beware of saturation, may precede correction
+20% to +50%:
Strong buying dominance โ Suitable for buying with trend
+5% to +20%:
Slight bullish bias โ Wait for additional confirmation
โ5% to +5%:
Balance/Neutral โ Avoid entry or wait for breakout
โ5% to โ20%:
Slight bearish bias โ Wait for confirmation
โ20% to โ50%:
Strong selling dominance โ Suitable for selling with trend
โ50% to โ100%:
Overwhelming selling dominance โ Beware of saturation, may precede bounce
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ Field Strength Indicator (Top of Scene)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
What it displays: "Field: XX.X%"
Meaning: Strength of conflict between buyers and sellers.
โ Reading Interpretation
0โ5%:
- Appearance: Nearly straight lines, transparent
- Meaning: Complete control by one side
- Strategy: Trend Following
5โ15%:
- Appearance: Slight curvature
- Meaning: Clear direction with light resistance
- Strategy: Enter with trend
15โ25%:
- Appearance: Medium curvature, clear lines
- Meaning: Balanced conflict
- Strategy: Range trading or waiting
25โ35%:
- Appearance: High curvature, clear density
- Meaning: Strong conflict, high uncertainty
- Strategy: Volatility trading or prepare for discharge
35%+:
- Appearance: Very high lines, strong glow
- Meaning: Peak tension
- Strategy: Best discharge opportunities
๐ Golden Relationship:
Highest discharge probability when:
Field Strength (25โ35%) + Voltage (ยฑ30โ50%) + High Volume
โ This is the "red zone" to monitor carefully.
โ Comprehensive Visual Reading
To read market condition at a glance, follow this sequence:
Step 1: Which sphere is larger?
- ๐ข Green larger โ Dominant buying pressure
- ๐ด Red larger โ Dominant selling pressure
- Equal โ Balance/Conflict
Step 2: Which sphere is bright?
- ๐ข Green bright โ Current bullish direction
- ๐ด Red bright โ Current bearish direction
- Both dim โ Neutral/No clear direction
Step 3: Is there orange glow?
- None โ Discharge probability <30%
- ๐ Dim glow โ Discharge probability 30โ70%
- ๐ Strong glow with text โ Discharge probability >70%
Step 4: What's the voltage meter reading?
- Strong positive โ Confirms buying dominance
- Strong negative โ Confirms selling dominance
- Near zero โ No clear direction
โ Practical Visual Reading Examples
Example 1: Ideal Buy Opportunity โก๐ข
- Green sphere: Large and bright with inner pulse
- Red sphere: Small and dim
- Orange glow: Strong with "DISCHARGE IMMINENT" text
- Voltage meter: +45%
- Field strength: 28%
Interpretation: Strong accumulated buying pressure, bullish explosion imminent
Example 2: Ideal Sell Opportunity โก๐ด
- Green sphere: Small and dim
- Red sphere: Large and bright with inner pulse
- Orange glow: Strong with "DISCHARGE IMMINENT" text
- Voltage meter: โ52%
- Field strength: 31%
Interpretation: Strong accumulated selling pressure, bearish explosion imminent
Example 3: Balance/Wait โ๏ธ
- Both spheres: Approximately equal in size
- Lighting: Both dim
- Orange glow: Strong
- Voltage meter: +3%
- Field strength: 24%
Interpretation: Strong conflict without clear winner, wait for breakout
Example 4: Clear Uptrend (No Discharge) ๐
- Green sphere: Large and bright
- Red sphere: Very small and dim
- Orange glow: None
- Voltage meter: +68%
- Field strength: 8%
Interpretation: Clear buying control, limited conflict, suitable for following bullish trend
Example 5: Potential Buying Saturation โ ๏ธ
- Green sphere: Very large and bright
- Red sphere: Very small
- Orange glow: Dim
- Voltage meter: +88%
- Field strength: 4%
Interpretation: Absolute buying dominance, may precede bearish correction
โ Trading Signals
โก DISCHARGE IMMINENT
Appearance Conditions:
- discharge_prob โฅ 0.9
- All enabled filters passed
- Confirmed (after candle close)
Interpretation:
- Very large energy accumulation
- Pressure reached critical level
- Price explosion expected within 1โ3 candles
How to Trade:
1. Determine voltage direction:
โข Positive = Expect rise
โข Negative = Expect fall
2. Wait for confirmation candle:
โข For rise: Bullish candle closing above its open
โข For fall: Bearish candle closing below its open
3. Entry: With next candle's open
4. Stop Loss: Behind last local low/high
5. Target: Risk/Reward ratio of at least 1:2
โ
Pro Tips:
- Best results when combined with support/resistance levels
- Avoid entry if voltage is near zero (ยฑ5%)
- Increase position size when field strength > 30%
โ ๏ธ HIGH TENSION
Appearance Conditions:
- 0.7 โค discharge_prob < 0.9
Interpretation:
- Market in energy accumulation state
- Likely strong move soon, but not immediate
- Accumulation may continue or discharge may occur
How to Benefit:
- Prepare: Set pending orders at potential breakouts
- Monitor: Watch following candles for momentum candle
- Select: Don't enter every signal โ choose those aligned with overall trend
โ Trading Strategies
๐ Strategy 1: Discharge Trading (Basic)
Principle: Enter at "DISCHARGE IMMINENT" in voltage direction
Steps:
1. Wait for "โก DISCHARGE IMMINENT"
2. Check voltage direction (+/โ)
3. Wait for confirmation candle in voltage direction
4. Enter with next candle's open
5. Stop loss behind last low/high
6. Target: 1:2 or 1:3 ratio
Very high success rate when following confirmation conditions.
๐ Strategy 2: Dominance Following
Principle: Trade with dominant pole (largest and brightest sphere)
Steps:
1. Identify dominant pole (largest and brightest)
2. Trade in its direction
3. Beware when sizes converge (conflict)
Suitable for higher timeframes (H1+).
๐ Strategy 3: Reversal Hunting
Principle: Counter-trend entry under certain conditions
Conditions:
- High field strength (>30%)
- Extreme voltage (>ยฑ40%)
- Divergence with price (e.g., new price high with declining voltage)
โ ๏ธ High risk โ Use small position size.
๐ Strategy 4: Integration with Technical Analysis
Strong Confirmation Examples:
- Resistance breakout + Bullish discharge = Excellent buy signal
- Support break + Bearish discharge = Excellent sell signal
- Head & Shoulders pattern + Increasing negative voltage = Pattern confirmation
- RSI divergence + High field strength = Potential reversal
โ Ready Alerts
Bullish Discharge
- Condition: discharge_prob โฅ 0.9 + Positive voltage + All filters
- Message: "โก Bullish discharge"
- Use: High probability buy opportunity
Bearish Discharge
- Condition: discharge_prob โฅ 0.9 + Negative voltage + All filters
- Message: "โก Bearish discharge"
- Use: High probability sell opportunity
โ
Tip: Use these alerts with "Once Per Bar" setting to avoid repetition.
โ Data Window Outputs
Bias
- Values: โ1 / 0 / +1
- Interpretation: โ1 = Bearish, 0 = Neutral, +1 = Bullish
- Use: For integration in automated strategies
Discharge %
- Range: 0โ100%
- Interpretation: Discharge probability
- Use: Monitor tension progression (e.g., from 40% to 85% in 5 candles)
Field Strength
- Range: 0โ100%
- Interpretation: Conflict intensity
- Use: Identify "opportunity window" (25โ35% ideal for discharge)
Voltage
- Range: โ100% to +100%
- Interpretation: Balance of power
- Use: Monitor extremes (potential buying/selling saturation)
โ Optimal Settings by Trading Style
Scalping
- Timeframe: 1Mโ5M
- Lookback: 10โ15
- Threshold: 0.5โ0.6
- Sensitivity: 1.2โ1.5
- Filters: Volume + Volatility
Day Trading
- Timeframe: 15Mโ1H
- Lookback: 20
- Threshold: 0.7
- Sensitivity: 1.0
- Filters: Volume + Volatility
Swing Trading
- Timeframe: 4HโD1
- Lookback: 30โ50
- Threshold: 0.8
- Sensitivity: 0.8
- Filters: Volatility + Trend
Position Trading
- Timeframe: D1โW1
- Lookback: 50โ100
- Threshold: 0.85โ0.95
- Sensitivity: 0.5โ0.8
- Filters: All filters
โ Tips for Optimal Use
1. Start with Default Settings
Try it first as is, then adjust to your style.
2. Watch for Element Alignment
Best signals when:
- Clear voltage (>โ20%โ)
- Moderateโhigh field strength (15โ35%)
- High discharge probability (>70%)
3. Use Multiple Timeframes
- Higher timeframe: Determine overall trend
- Lower timeframe: Time entry
- Ensure signal alignment between frames
4. Integrate with Other Tools
- Support/Resistance levels
- Trend lines
- Candle patterns
- Volume indicators
5. Respect Risk Management
- Don't risk more than 1โ2% of account
- Always use stop loss
- Don't enter every signal โ choose the best
โ Important Warnings
โ ๏ธ Not for Standalone Use
The indicator is an analytical support tool โ don't use it isolated from technical or fundamental analysis.
โ ๏ธ Doesn't Predict the Future
Calculations are based on historical data โ Results are not guaranteed.
โ ๏ธ Markets Differ
You may need to adjust settings for each market:
- Forex: Focus on Volume Filter
- Stocks: Add Trend Filter
- Crypto: Lower Threshold slightly (more volatile)
โ ๏ธ News and Events
The indicator doesn't account for sudden news โ Avoid trading before/during major news.
โ Unique Features
โ
First Application of Electromagnetism to Markets
Innovative mathematical model โ Not just an ordinary indicator
โ
Predictive Detection of Price Explosions
Alerts before the move happens โ Not after
โ
Multi-Layer Filtering
4 smart filters reduce false signals to minimum
โ
Smart Volatility Adaptation
Automatically adjusts sensitivity based on market conditions
โ
Animated 3D Visual Representation
Makes reading instant โ Even for beginners
โ
High Flexibility
Works on all assets: Stocks, Forex, Crypto, Commodities
โ
Built-in Ready Alerts
No complex setup needed โ Ready for immediate use
โ Conclusion: When Art Meets Science
Market Electromagnetic Field is not just an indicator โ but a new analytical philosophy.
It's the bridge between:
- Physics precision in describing dynamic systems
- Market intelligence in generating trading opportunities
- Visual psychology in facilitating instant reading
The result: A tool that isn't read โ but watched, felt, and sensed.
When you see the green sphere expanding, the glow intensifying, and particles rushing rightward โ you're not seeing numbers, you're seeing market energy breathing.
โ ๏ธ Disclaimer:
This indicator is for educational and analytical purposes only. It does not constitute financial, investment, or trading advice. Use it in conjunction with your own strategy and risk management. Neither TradingView nor the developer is liable for any financial decisions or losses.
ุงูู
ุฌุงู ุงูููุฑูู
ุบูุงุทูุณู ููุณูู - Market Electromagnetic Field
ู
ุคุดุฑ ุชุญูููู ู
ุจุชูุฑ ููุฏูู
ูู
ูุฐุฌูุง ุฌุฏูุฏูุง ูููููุง ูููู
ุฏููุงู
ูููุงุช ุงูุณููุ ู
ุณุชูุญู ู
ู ููุงููู ุงูููุฒูุงุก ุงูููุฑูู
ุบูุงุทูุณูุฉ โ ูููู ููุณ ุงุณุชุนุงุฑุฉ ุจูุงุบูุฉุ ุจู ูุธุงู
ุฑูุงุถู ู
ุชูุงู
ู.
ุนูู ุนูุณ ุงูู
ุคุดุฑุงุช ุงูุชูููุฏูุฉ ุงูุชู ุชูุฑููุฒ ุนูู ุงูุณุนุฑ ุฃู ุงูุฒุฎู
ุ ููุตููุฑ ูุฐุง ุงูู
ุคุดุฑ ุงูุณูู ูููุธุงู
ููุฒูุงุฆู ู
ุบููุ ุญูุซ:
โก ุงูุดู
ูุน = ุดุญูุงุช ููุฑุจุงุฆูุฉ (ู
ูุฌุจุฉ ุนูุฏ ุงูุฅุบูุงู ุงูุตุงุนุฏุ ุณุงูุจุฉ ุนูุฏ ุงููุงุจุท)
โก ุงูู
ุดุชุฑููู ูุงูุจุงุฆุนูู = ูุทุจุงู ู
ุชุนุงูุณุงู ูุชุฑุงูู
ูููู
ุง ุงูุถุบุท
โก ุงูุชูุชุฑ ุงูุณููู = ูุฑู ุฌูุฏ ุจูู ุงููุทุจูู
โก ุงูุงุฎุชุฑุงู ุงูุณุนุฑู = ุชูุฑูุบ ููุฑุจุงุฆู ุจุนุฏ ุชุฑุงูู
ุทุงูุฉ ูุงููุฉ
โ ุงูููุฑุฉ ุงูุฌููุฑูุฉ
ุงูุฃุณูุงู ูุง ุชุชุญุฑู ุนุดูุงุฆูููุงุ ุจู ุชุฎุถุน ูุฏูุฑุฉ ููุฒูุงุฆูุฉ ูุงุถุญุฉ:
ุชุฑุงูู
โ ุชูุชุฑ โ ุชูุฑูุบ โ ุงุณุชูุฑุงุฑ โ ุชุฑุงูู
ุฌุฏูุฏ
ุนูุฏู
ุง ุชุชุฑุงูู
ุงูุดุญูุงุช (ู
ู ุฎูุงู ุดู
ูุน ูููุฉ ุจุญุฌู
ู
ุฑุชูุน) ูุชุชุฌุงูุฒ "ุงูุณุนุฉ ุงูููุฑุจุงุฆูุฉ" ุนุชุจุฉ ู
ุนูููุฉุ ููุตุฏุฑ ุงูู
ุคุดุฑ ุชูุจูู "โก DISCHARGE IMMINENT" โ ุฃู ุฃู ุงููุฌุงุฑูุง ุณุนุฑูููุง ูุดูููุงุ ู
ู
ุง ูู
ูุญ ุงูู
ุชุฏุงูู ูุฑุตุฉ ุงูุฏุฎูู ูุจู ุจุฏุก ุงูุญุฑูุฉ.
โ ุงูู
ูุฒุฉ ุงูุชูุงูุณูุฉ
- ุชูุจุค ุงุณุชุจุงูู (ููุณ ุชุฃููุฏูููุง ุจุนุฏ ุงูุญุฏุซ)
- ููุชุฑุฉ ุฐููุฉ ู
ุชุนุฏุฏุฉ ุงูุทุจูุงุช ุชููู ุงูุฅุดุงุฑุงุช ุงููุงุฐุจุฉ
- ุชู
ุซูู ุจุตุฑู ุซูุงุซู ุงูุฃุจุนุงุฏ ู
ุชุญุฑู ูุฌุนู ูุฑุงุกุฉ ุงูุญุงูุฉ ุงูุณุนุฑูุฉ ููุฑูุฉ ูุจุฏูููุฉ โ ุฏูู ุญุงุฌุฉ ูุชุญููู ุฃุฑูุงู
โ ุงูุฃุณุงุณ ุงููุธุฑู ุงูููุฒูุงุฆู
ุงูู
ุคุดุฑ ูุง ูุณุชุฎุฏู
ู
ุตุทูุญุงุช ููุฒูุงุฆูุฉ ููุฒููุฉุ ุจู ููุทุจูู ุงูููุงููู ุงูุฑูุงุถูุฉ ู
ุน ุชุนุฏููุงุช ุณููููุฉ ุฏูููุฉ:
โก ูุงููู ููููู
(Coulomb's Law)
ุงูููุฒูุงุก: F = k ร (qโ ร qโ) / rยฒ
ุงูุณูู: ุดุฏุฉ ุงูุญูู = 4 ร norm_positive ร norm_negative
ุชุตู ูุฐุฑูุชูุง ุนูุฏ ุงูุชูุงุฒู (0.5 ร 0.5 ร 4 = 1.0)ุ ูุชูุฎูุถ ุนูุฏ ุงูููู
ูุฉ โ ูุฃู ุงูุตุฑุงุน ูุฒุฏุงุฏ ุนูุฏ ุงูุชูุงูุค.
โก ูุงููู ุฃูู
(Ohm's Law)
ุงูููุฒูุงุก: V = I ร R
ุงูุณูู: ุงูุฌูุฏ = norm_positive โ norm_negative
ูููุณ ู
ูุฒุงู ุงูููู:
- +1 = ููู
ูุฉ ุดุฑุงุฆูุฉ ู
ุทููุฉ
- โ1 = ููู
ูุฉ ุจูุนูุฉ ู
ุทููุฉ
- 0 = ุชูุงุฒู
โก ุงูุณุนุฉ ุงูููุฑุจุงุฆูุฉ (Capacitance)
ุงูููุฒูุงุก: C = Q / V
ุงูุณูู: ุงูุณุนุฉ = |ุงูุฌูุฏ| ร ุดุฏุฉ ุงูุญูู
ุชู
ุซูู ุงูุทุงูุฉ ุงูู
ุฎุฒููุฉ ุงููุงุจูุฉ ููุชูุฑูุบ โ ุชุฒุฏุงุฏ ุนูุฏ ูุฌูุฏ ุชุญููุฒ ู
ุน ุชูุงุนู ุนุงูู.
โก ุงูุชูุฑูุบ ุงูููุฑุจุงุฆู (Discharge)
ุงูููุฒูุงุก: ูุญุฏุซ ุนูุฏ ุชุฌุงูุฒ ุนุชุจุฉ ุงูุนุฒู
ุงูุณูู: ุงุญุชู
ุงู ุงูุชูุฑูุบ = min(ุงูุณุนุฉ / ุนุชุจุฉ ุงูุชูุฑูุบ, 1.0)
ุนูุฏู
ุง โฅ 0.9: "โก DISCHARGE IMMINENT"
๐ ู
ูุงุญุธุฉ ุฌููุฑูุฉ:
ุฃูุตู ุณุนุฉ ูุง ุชุญุฏุซ ุนูุฏ ุงูููู
ูุฉ ุงูู
ุทููุฉ (ุญูุซ ุดุฏุฉ ุงูุญูู = 0)ุ ููุง ุนูุฏ ุงูุชูุงุฒู ุงูุชุงู
(ุญูุซ ุงูุฌูุฏ = 0)ุ ุจู ุนูุฏ ุงูุญูุงุฒ ู
ุชูุณุท (ยฑ30โ50%) ู
ุน ุชูุงุนู ุนุงูู (ุดุฏุฉ ุญูู > 25%) โ ุฃู ูู ูุญุธุงุช "ุงูุถุบุท ูุจู ุงูุงุฎุชุฑุงู".
โ ุขููุฉ ุงูุญุณุงุจ ุงูุชูุตูููุฉ
โก ุงูู
ุฑุญูุฉ 1: ูุทุจูุฉ ุงูุดู
ุนุฉ
polarity = (close โ open) / (high โ low)
- +1.0: ุดู
ุนุฉ ุตุงุนุฏุฉ ูุงู
ูุฉ (ู
ุงุฑูุจูุฒู ุตุงุนุฏ)
- โ1.0: ุดู
ุนุฉ ูุงุจุทุฉ ูุงู
ูุฉ (ู
ุงุฑูุจูุฒู ูุงุจุท)
- 0.0: ุฏูุฌู (ูุง ูุฑุงุฑ)
- ุงูููู
ุงููุณูุทุฉ: ุชู
ุซูู ูุณุจุฉ ุฌุณู
ุงูุดู
ุนุฉ ุฅูู ู
ุฏุงูุง โ ู
ู
ุง ููููู ุชุฃุซูุฑ ุงูุดู
ูุน ุฐุงุช ุงูุธูุงู ุงูุทูููุฉ
โก ุงูู
ุฑุญูุฉ 2: ูุฒู ุงูุญุฌู
vol_weight = volume / SMA(volume, lookback)
ุดู
ุนุฉ ุจุญุฌู
150% ู
ู ุงูู
ุชูุณุท = ุดุญูุฉ ุฃููู ุจู 1.5 ู
ุฑุฉ
โก ุงูู
ุฑุญูุฉ 3: ู
ุนุงู
ู ุงูุชููู (Adaptive Factor)
adaptive_factor = ATR(lookback) / SMA(ATR, lookback ร 2)
- ูู ุงูุฃุณูุงู ุงูู
ุชููุจุฉ: ูุฒูุฏ ุงูุญุณุงุณูุฉ
- ูู ุงูุฃุณูุงู ุงููุงุฏุฆุฉ: ูููู ุงูุถูุถุงุก
- ููุตู ุฏุงุฆู
ูุง ุจุชุฑูู ู
ูุนูููุง
โก ุงูู
ุฑุญูุฉ 4โ6: ุชุฑุงูู
ูุชูุญูุฏ ุงูุดุญูุงุช
ุชูุฌู
ูุน ุงูุดุญูุงุช ุนูู lookback ุดู
ุนุฉุ ุซู
ุชููุญูุฏ ุงููุณุจ:
norm_positive = positive_charge / total_charge
norm_negative = negative_charge / total_charge
ุจุญูุซ: norm_positive + norm_negative = 1 โ ูุชุณููู ุงูู
ูุงุฑูุฉ
โก ุงูู
ุฑุญูุฉ 7: ุญุณุงุจุงุช ุงูุญูู
voltage = norm_positive โ norm_negative
field_intensity = 4 ร norm_positive ร norm_negative ร field_sensitivity
capacitance = |voltage| ร field_intensity
discharge_prob = min(capacitance / discharge_threshold, 1.0)
โ ุงูุฅุนุฏุงุฏุงุช
โก Electromagnetic Model
Lookback Period
- ุงูุงูุชุฑุงุถู: 20
- ุงููุทุงู: 5โ100
- ุงูุชูุตูุงุช:
- ุงูู
ุถุงุฑุจุฉ: 10โ15
- ุงูููู
ู: 20
- ุงูุณูููุบ: 30โ50
- ุงูุงุณุชุซู
ุงุฑ: 50โ100
Discharge Threshold
- ุงูุงูุชุฑุงุถู: 0.7
- ุงููุทุงู: 0.3โ0.95
- ุงูุชูุตูุงุช:
- ุณุฑุนุฉ + ุถูุถุงุก: 0.5โ0.6
- ุชูุงุฒู: 0.7
- ุฏูุฉ ุนุงููุฉ: 0.8โ0.95
Field Sensitivity
- ุงูุงูุชุฑุงุถู: 1.0
- ุงููุทุงู: 0.5โ2.0
- ุงูุชูุตูุงุช:
- ุชุถุฎูู
ุงูุตุฑุงุน: 1.2โ1.5
- ุทุจูุนู: 1.0
- ุชูุฏุฆุฉ: 0.5โ0.8
Adaptive Mode
- ุงูุงูุชุฑุงุถู: ู
ูุนูู
- ุฃุจููู ุฏุงุฆู
ูุง ู
ูุนูููุง
๐ฌ Dynamic Filters
ูุฌุจ ุงุฌุชูุงุฒ ุฌู
ูุน ุงูููุงุชุฑ ุงูู
ูุนููุฉ ูุธููุฑ ุฅุดุงุฑุฉ ุงูุชูุฑูุบ.
Volume Filter
- ุงูุดุฑุท: volume > SMA(volume) ร vol_multiplier
- ุงููุธููุฉ: ูุณุชุจุนุฏ ุงูุดู
ูุน "ุงูุถุนููุฉ" ุบูุฑ ุงูู
ุฏุนูู
ุฉ ุจุญุฌู
- ุงูุชูุตูุฉ: ู
ูุนูู (ุฎุงุตุฉ ููุฃุณูู
ูุงูุนู
ูุงุช)
Volatility Filter
- ุงูุดุฑุท: STDEV > SMA(STDEV) ร 0.5
- ุงููุธููุฉ: ูุชุฌุงูู ูุชุฑุงุช ุงูุฑููุฏ ุงูุฌุงูุจู
- ุงูุชูุตูุฉ: ู
ูุนูู ุฏุงุฆู
ูุง
Trend Filter
- ุงูุดุฑุท: ุชูุงูู ุงูุฌูุฏ ู
ุน EMA ุณุฑูุน/ุจุทูุก
- ุงููุธููุฉ: ูููู ุงูุฅุดุงุฑุงุช ุงูู
ุนุงูุณุฉ ููุงุชุฌุงู ุงูุนุงู
- ุงูุชูุตูุฉ: ู
ูุนูู ููุณูููุบ/ุงูุงุณุชุซู
ุงุฑ ููุท
Volume Threshold
- ุงูุงูุชุฑุงุถู: 1.2
- ุงูุชูุตูุงุช:
- 1.0โ1.2: ุญุณุงุณูุฉ ุนุงููุฉ
- 1.5โ2.0: ุญุตุฑูุฉ ููุญุฌู
ุงูุนุงูู
๐จ Visual Settings
ุงูุฅุนุฏุงุฏุงุช ุชูุญุณูู ุชุฌุฑุจุฉ ุงููุฑุงุกุฉ ุงูุจุตุฑูุฉ โ ูุง ุชุคุซุฑ ุนูู ุงูุญุณุงุจุงุช.
Scale Factor
- ุงูุงูุชุฑุงุถู: 600
- ููู
ุง ุฒุงุฏ: ุงูู
ุดูุฏ ุฃูุจุฑ (200โ1200)
Horizontal Shift
- ุงูุงูุชุฑุงุถู: 180
- ุฅุฒุงุญุฉ ุฃููููุฉ ูููุณุงุฑ โ ููุฑููุฒ ุนูู ุขุฎุฑ ุดู
ุนุฉ
Pole Size
- ุงูุงูุชุฑุงุถู: 60
- ุญุฌู
ุงููุฑุงุช ุงูุฃุณุงุณูุฉ (30โ120)
Field Lines
- ุงูุงูุชุฑุงุถู: 8
- ุนุฏุฏ ุฎุทูุท ุงูุญูู (4โ16) โ 8 ุชูุงุฒู ู
ุซุงูู
ุงูุฃููุงู
- ุฃุฎุถุฑ/ุฃุญู
ุฑ/ุฃุฒุฑู/ุจุฑุชูุงูู
- ูุงุจูุฉ ููุชุฎุตูุต ุจุงููุงู
ู
โ ุงูุชู
ุซูู ุงูุจุตุฑู: ูุบุฉ ุจุตุฑูุฉ ูุชุดุฎูุต ุงูุญุงูุฉ ุงูุณุนุฑูุฉ
โจ ุงูููุณูุฉ ุงูุชุตู
ูู
ูุฉ
ุงูุชู
ุซูู ููุณ "ุฒููุฉ"ุ ุจู ูู
ูุฐุฌ ู
ุนุฑูู ู
ุชูุงู
ู โ ูู ุนูุตุฑ ูุญู
ู ู
ุนููู
ุฉุ ูุชูุงุนู ุงูุนูุงุตุฑ ูุฑูู ูุตุฉ ูุงู
ูุฉ.
ุงูุนูู ูุฏุฑู ุงูุชุบููุฑ ูู ุงูุญุฌู
ุ ุงููููุ ูุงูุญุฑูุฉ ุฃุณุฑุน ุจู 60,000 ู
ุฑุฉ ู
ู ูุฑุงุกุฉ ุงูุฃุฑูุงู
โ ูุฐุง ูู
ููู "ุงูุฅุญุณุงุณ" ุจุงูุชุบูุฑ ูุจู ุฃู ุชูููู ุงูุนูู ุงูู
ุณุญ.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ข ุงููุทุจ ุงูู
ูุฌุจ (ุงููุฑุฉ ุงูุฎุถุฑุงุก โ ูุณุงุฑ)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
ู
ุงุฐุง ูู
ุซููุ
ุชุฑุงูู
ุถุบุท ุงูุดุฑุงุก ุงููุดุท โ ููุณ ู
ุฌุฑุฏ ุงุชุฌุงู ุตุงุนุฏุ ุจู ููุฉ ุทูุจ ุญููููุฉ ู
ุฏุนูู
ุฉ ุจุญุฌู
ูุชูููุจ.
โ ุงูุญุฌู
ุงูู
ุชุบูุฑ
ุญุฌู
= pole_size ร (0.7 + norm_positive ร 0.6)
- 70% ู
ู ุงูุญุฌู
ุงูุฃุณุงุณู = ูุง ุดุญูุฉ ุชูุฐูุฑ
- 130% ู
ู ุงูุญุฌู
ุงูุฃุณุงุณู = ููู
ูุฉ ุชุงู
ุฉ
- ููู
ุง ูุจุฑุช ุงููุฑุฉ: ุฒุงุฏ ุชูููู ุงูู
ุดุชุฑููุ ูุงุฑุชูุน ุงุญุชู
ุงู ุงูุงุณุชู
ุฑุงุฑ ุงูุตุนูุฏู
ุชูุณูุฑ ุงูุญุฌู
:
- ูุฑุฉ ูุจูุฑุฉ (>55%): ุถุบุท ุดุฑุงุก ููู โ ุงูู
ุดุชุฑูู ูุณูุทุฑูู
- ูุฑุฉ ู
ุชูุณุทุฉ (45โ55%): ุชูุงุฒู ูุณุจู ู
ุน ู
ูู ููุดุฑุงุก
- ูุฑุฉ ุตุบูุฑุฉ (<45%): ุถุนู ุถุบุท ุงูุดุฑุงุก โ ุงูุจุงุฆุนูู ูุณูุทุฑูู
โ ุงูุฅุถุงุกุฉ ูุงูุดูุงููุฉ
- ุดูุงููุฉ 20% (ุนูุฏ Bias = +1): ุงููุทุจ ูุดุท ุญุงููุงู โ ุงูุงุชุฌุงู ุตุนูุฏู
- ุดูุงููุฉ 50% (ุนูุฏ Bias โ +1): ุงููุทุจ ุบูุฑ ูุดุท โ ููุณ ุงูุงุชุฌุงู ุงูุณุงุฆุฏ
ุงูุฅุถุงุกุฉ = ุงููุดุงุท ุงูุญุงููุ ุจููู
ุง ุงูุญุฌู
= ุงูุชุฑุงูู
ุงูุชุงุฑูุฎู
โ ุงูุชููุฌ ุงูุฏุงุฎูู ุงููุงุจุถ
ูุฑุฉ ุฃุตุบุฑ ุชูุจุถ ุชููุงุฆูููุง ุนูุฏ Bias = +1:
inner_pulse = 0.4 + 0.1 ร sin(anim_time ร 3)
ูุฑู
ุฒ ุฅูู ุงุณุชู
ุฑุงุฑูุฉ ุชุฏูู ุฃูุงู
ุฑ ุงูุดุฑุงุก โ ูููุณ ููู
ูุฉ ุฌุงู
ุฏุฉ.
โ ุงูุญููุงุช ุงูู
ุฏุงุฑูุฉ
ุญููุชุงู ุชุฏูุฑุงู ุจุณุฑุนุงุช ูุงุชุฌุงูุงุช ู
ุฎุชููุฉ:
- ุงูุฏุงุฎููุฉ: 1.3ร ุญุฌู
ุงููุฑุฉ โ ูุทุงู ุงูุชุฃุซูุฑ ุงูู
ุจุงุดุฑ
- ุงูุฎุงุฑุฌูุฉ: 1.6ร ุญุฌู
ุงููุฑุฉ โ ูุทุงู ุงูุชุฃุซูุฑ ุงูู
ู
ุชุฏ
ุชู
ุซูู "ูุทุงู ุชุฃุซูุฑ" ุงูู
ุดุชุฑูู:
- ุงูุฏูุฑุงู ุงูู
ุณุชู
ุฑ = ุงุณุชูุฑุงุฑ ูุฒุฎู
- ุงูุชุจุงุทุค = ููุงุฏ ุงูุฒุฎู
โ ุงููุณุจุฉ ุงูู
ุฆููุฉ
ุชุธูุฑ ุชุญุช ุงููุฑุฉ: norm_positive ร 100
- >55% = ููู
ูุฉ ูุงุถุญุฉ
- 45โ55% = ุชูุงุฒู
- <45% = ุถุนู
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ด ุงููุทุจ ุงูุณุงูุจ (ุงููุฑุฉ ุงูุญู
ุฑุงุก โ ูู
ูู)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
ู
ุงุฐุง ูู
ุซููุ
ุชุฑุงูู
ุถุบุท ุงูุจูุน ุงููุดุท โ ุณูุงุก ูุงู ุจูุนูุง ุชุฑุงูู
ูููุง (ุงูุชูุฒูุน ุงูุฐูู) ุฃู ุจูุนูุง ูุณุชูุฑูููุง (ุชุตููุฉ ู
ุฑุงูุฒ).
โ ุงูุฏููุงู
ูููุงุช ุงูุจุตุฑูุฉ
ููุณ ุขููุฉ ุงูุญุฌู
ูุงูุฅุถุงุกุฉ ูุงูุชููุฌ ุงูุฏุงุฎูู โ ููู ุจุงูููู ุงูุฃุญู
ุฑ.
ุงููุฑู ุงูุฌููุฑู:
- ุงูุฏูุฑุงู ู
ุนููุณ (ุนูุณ ุงุชุฌุงู ุนูุงุฑุจ ุงูุณุงุนุฉ)
- ููู
ููุฒ ุจุตุฑูููุง ุจูู "ุชุฏูู ุงูุดุฑุงุก" ู"ุชุฏูู ุงูุจูุน"
- ูุณู
ุญ ุจูุฑุงุกุฉ ุงูุงุชุฌุงู ุจูุธุฑุฉ ูุงุญุฏุฉ โ ุญุชู ููู
ุตุงุจูู ุจุนูู
ูู ุงูุฃููุงู
๐ ู
ูุฎุต ูุฑุงุกุฉ ุงููุทุจูู:
๐ข ูุฑุฉ ุฎุถุฑุงุก ูุจูุฑุฉ + ู
ุถูุฆุฉ = ููุฉ ุดุฑุงุฆูุฉ ูุดุทุฉ
๐ด ูุฑุฉ ุญู
ุฑุงุก ูุจูุฑุฉ + ู
ุถูุฆุฉ = ููุฉ ุจูุนูุฉ ูุดุทุฉ
๐ข๐ด ูุฑุชุงู ูุจูุฑุชุงู ููู ุฎุงูุชุชุงู = ุชุฑุงูู
ุทุงูุฉ (ูุจู ุงูุชูุฑูุบ)
โช ูุฑุชุงู ุตุบูุฑุชุงู = ุฑููุฏ / ุณูููุฉ ู
ูุฎูุถุฉ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ต ุฎุทูุท ุงูุญูู (ุงูุฎุทูุท ุงูุฒุฑูุงุก ุงูู
ูุญููุฉ)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
ู
ุงุฐุง ุชู
ุซููุ
ู
ุณุงุฑุงุช ุชุฏูู ุงูุทุงูุฉ ุจูู ุงููุทุจูู โ ุฃู ุงูุณุงุญุฉ ุงูุชู ุชูุฏุงุฑ ูููุง ุงูู
ุนุฑูุฉ ุงูุณุนุฑูุฉ.
โ ุนุฏุฏ ุงูุฎุทูุท
4โ16 ุฎุท (ุงูุงูุชุฑุงุถู: 8)
ููู
ุง ุฒุงุฏ ุงูุนุฏุฏ: ุฒุงุฏ ุฅุญุณุงุณ "ูุซุงูุฉ ุงูุชูุงุนู"
โ ุงุฑุชูุงุน ุงูููุณ
arc_h = (i โ half_lines) ร 15 ร field_intensity ร 2
- ุดุฏุฉ ุญูู ุนุงููุฉ = ุฎุทูุท ุดุฏูุฏุฉ ุงูุงุฑุชูุงุน (ู
ุซู ู
ูุฌุฉ)
- ุดุฏุฉ ู
ูุฎูุถุฉ = ุฎุทูุท ุดุจู ู
ุณุชููู
ุฉ
โ ุงูุดูุงููุฉ ุงูู
ุชุฐุจุฐุจุฉ
transp = 30 + phase ร 40
ุญูุซ phase = sin(anim_time ร 2 + i ร 0.5) ร 0.5 + 0.5
ุชุฎูู ููู
"ุชููุงุฑ ู
ุชุฏููู" โ ูููุณ ุฎุทูุทูุง ุซุงุจุชุฉ
โ ุงูุงูุญูุงุก ุบูุฑ ุงูู
ุชูุงุธุฑ
- ุงูุฎุทูุท ุงูุนูููุฉ ุชูุญูู ูุฃุนูู
- ุงูุฎุทูุท ุงูุณูููุฉ ุชูุญูู ูุฃุณูู
- ููุถูู ุนู
ููุง ุซูุงุซู ุงูุฃุจุนุงุฏ ูููุธูุฑ ุงุชุฌุงู "ุงูุถุบุท"
โก ุชูู
ูุญ ุงุญุชุฑุงูู:
ุนูุฏู
ุง ุชุฑู ุงูุฎุทูุท "ุชุชูููุต" ูุฌุฃุฉ (ุชุณุชููู
)ุ ุจููู
ุง ุงููุฑุชุงู ูุจูุฑุชุงู โ ููุฐุง ู
ุคุดุฑ ู
ุจูุฑ ุนูู ูุฑุจ ุงูุชูุฑูุบุ ูุฃู ุงูุชูุงุนู ุจุฏุฃ ูููุฏ ู
ุฑููุชู.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โช ุงูุฌุฒูุฆุงุช ุงูู
ุชุญุฑูุฉ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
ู
ุงุฐุง ุชู
ุซููุ
ุชุฏูู ุงูุณูููุฉ ุงูุญููููุฉ ูู ุงูุณูู โ ุฃู ู
ู ูุฏูุน ุงูุณุนุฑ ุงูุขู.
โ ุงูุนุฏุฏ ูุงูุญุฑูุฉ
- 6 ุฌุฒูุฆุงุช ุชุบุทู ู
ุนุธู
ุฎุทูุท ุงูุญูู
- ุชุชุญุฑู ุฌูุจูููุง ุนูู ุทูู ุงูููุณ:
t = (sin(phase_val) + 1) / 2
- ุณุฑุนุฉ ุนุงููุฉ = ูุดุงุท ุชุฏุงูู ุนุงูู
- ุชุฌู
ูุน ุนูุฏ ูุทุจ = ุณูุทุฑุฉ ูุฐุง ุงูุทุฑู
โ ุชุฏุฑุฌ ุงูููู
ู
ู ุฃุฎุถุฑ (ุนูุฏ ุงููุทุจ ุงูู
ูุฌุจ) ุฅูู ุฃุญู
ุฑ (ุนูุฏ ุงูุณุงูุจ)
ููุธูุฑ "ุชุญููู ุงูุทุงูุฉ":
- ุฌุฒูุก ุฃุฎุถุฑ = ุทุงูุฉ ุดุฑุงุฆูุฉ ูููุฉ
- ุฌุฒูุก ุจุฑุชูุงูู = ู
ูุทูุฉ ุตุฑุงุน
- ุฌุฒูุก ุฃุญู
ุฑ = ุทุงูุฉ ุจูุนูุฉ ูููุฉ
๐ ููู ุชูุฑุฃูุงุ
- ุชุญุฑูุช ู
ู ุงููุณุงุฑ ูููู
ูู (๐ข โ ๐ด): ุชุฏูู ุดุฑุงุฆู โ ุฏูุน ุตุนูุฏู
- ุชุญุฑูุช ู
ู ุงููู
ูู ูููุณุงุฑ (๐ด โ ๐ข): ุชุฏูู ุจูุนู โ ุฏูุน ูุจูุทู
- ุชุฌู
ูุนุช ูู ุงูู
ูุชุตู: ุตุฑุงุน ู
ุชูุงูุฆ โ ุงูุชุธุฑ ุงุฎุชุฑุงููุง
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ ู
ูุทูุฉ ุงูุชูุฑูุบ (ุงูุชููุฌ ุงูุจุฑุชูุงูู โ ุงูู
ุฑูุฒ)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
ู
ุงุฐุง ุชู
ุซููุ
ููุทุฉ ุชุฑุงูู
ุงูุทุงูุฉ ุงูู
ุฎุฒููุฉ ุงูุชู ูู
ุชููุฑูุบ ุจุนุฏ โ ููุจ ูุธุงู
ุงูุฅูุฐุงุฑ ุงูู
ุจูุฑ.
โ ู
ุฑุงุญู ุงูุชููุฌ
ุฅูุฐุงุฑ ุฃููู (discharge_prob > 0.3):
- ุฏุงุฆุฑุฉ ุจุฑุชูุงููุฉ ุฎุงูุชุฉ (ุดูุงููุฉ 70%)
- ุงูู
ุนูู: ุฑุงูุจุ ูุง ุชุฏุฎู ุจุนุฏ
ุชูุชุฑ ุนุงูู (discharge_prob โฅ 0.7):
- ุชููุฌ ุฃููู + ูุต "โ ๏ธ HIGH TENSION"
- ุงูู
ุนูู: ุงุณุชุนุฏ โ ุถุน ุฃูุงู
ุฑ ู
ุนููุฉ
ุชูุฑูุบ ูุดูู (discharge_prob โฅ 0.9):
- ุชููุฌ ุณุงุทุน + ูุต "โก DISCHARGE IMMINENT"
- ุงูู
ุนูู: ุงุฏุฎู ู
ุน ุงูุงุชุฌุงู (ุจุนุฏ ุชุฃููุฏ ุดู
ุนุฉ)
โ ุชุฃุซูุฑ ุงูุชููุฌ ุงูุทุจูู (Glow Layering)
3 ุฏูุงุฆุฑ ู
ุชุญุฏุฉ ุงูู
ุฑูุฒ ุจุดูุงููุฉ ู
ุชุฒุงูุฏุฉ:
- ุฏุงุฎูู: 20%
- ูุณุท: 35%
- ุฎุงุฑุฌู: 50%
ุงููุชูุฌุฉ: ูุงูุฉ (Aura) ูุงูุนูุฉ ุชุดุจู ุงูุชูุฑูุบ ุงูููุฑุจุงุฆู ุงูุญูููู.
๐ ูู
ุงุฐุง ูู ุงูู
ุฑูุฒุ
ูุฃู ุงูุชูุฑูุบ ูุจุฏุฃ ุฏุงุฆู
ูุง ู
ู ู
ูุทูุฉ ุงูุชูุงุฒู ุงููุณุจู โ ุญูุซ ููุชูู ุงูุถุบุทุงู ุงูู
ุชุนุงูุณุงู.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ ู
ููุงุณ ุงูุฌูุฏ (ุฃุณูู ุงูู
ุดูุฏ)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
ู
ุงุฐุง ูู
ุซููุ
ู
ุคุดุฑ ุฑูู
ู ู
ุจุณูุท ููุฑู ุงูุฌูุฏ โ ูู
ู ููุถูู ุงููุฑุงุกุฉ ุงูุนุฏุฏูุฉ.
โ ุงูู
ูููุงุช
- ุงูุดุฑูุท ุงูุฑู
ุงุฏู: ุงููุทุงู ุงููุงู
ู (โ100% ุฅูู +100%)
- ุงูุชุนุจุฆุฉ ุงูุฎุถุฑุงุก: ุฌูุฏ ู
ูุฌุจ (ุชู
ุชุฏ ูููู
ูู)
- ุงูุชุนุจุฆุฉ ุงูุญู
ุฑุงุก: ุฌูุฏ ุณุงูุจ (ุชู
ุชุฏ ูููุณุงุฑ)
- ุฑู
ุฒ ุงูุจุฑู (โก): ููู ุงูู
ุฑูุฒ โ ุชุฐููุฑ ุจุฃูู "ู
ููุงุณ ููุฑุจุงุฆู"
- ุงูููู
ุฉ ุงููุตูุฉ: ู
ุซู "+23.4%" โ ุจููู ุงูุงุชุฌุงู
โ ุชูุณูุฑ ูุฑุงุกุงุช ุงูุฌูุฏ
+50% ุฅูู +100%:
ููู
ูุฉ ุดุฑุงุฆูุฉ ุณุงุญูุฉ โ ุงุญุฐุฑ ุงูุชุดุจุนุ ูุฏ ูุณุจู ุชุตุญูุญ
+20% ุฅูู +50%:
ููู
ูุฉ ุดุฑุงุฆูุฉ ูููุฉ โ ู
ูุงุณุจ ููุดุฑุงุก ู
ุน ุงูุงุชุฌุงู
+5% ุฅูู +20%:
ู
ูู ุตุนูุฏู ุฎููู โ ุงูุชุธุฑ ุชุฃููุฏูุง ุฅุถุงููููุง
โ5% ุฅูู +5%:
ุชูุงุฒู/ุญูุงุฏ โ ุชุฌููุจ ุงูุฏุฎูู ุฃู ุงูุชุธุฑ ุงุฎุชุฑุงููุง
โ5% ุฅูู โ20%:
ู
ูู ูุจูุทู ุฎููู โ ุงูุชุธุฑ ุชุฃููุฏูุง
โ20% ุฅูู โ50%:
ููู
ูุฉ ุจูุนูุฉ ูููุฉ โ ู
ูุงุณุจ ููุจูุน ู
ุน ุงูุงุชุฌุงู
โ50% ุฅูู โ100%:
ููู
ูุฉ ุจูุนูุฉ ุณุงุญูุฉ โ ุงุญุฐุฑ ุงูุชุดุจุนุ ูุฏ ูุณุจู ุงุฑุชุฏุงุฏ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ ู
ุคุดุฑ ุดุฏุฉ ุงูุญูู (ุฃุนูู ุงูู
ุดูุฏ)
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
ู
ุง ูุนุฑุถู: "Field: XX.X%"
ุงูุฏูุงูุฉ: ููุฉ ุงูุตุฑุงุน ุจูู ุงูู
ุดุชุฑูู ูุงูุจุงุฆุนูู.
โ ุชูุณูุฑ ุงููุฑุงุกุงุช
0โ5%:
- ุงูู
ุธูุฑ: ุฎุทูุท ู
ุณุชููู
ุฉ ุชูุฑูุจูุงุ ุดูุงูุฉ
- ุงูู
ุนูู: ุณูุทุฑุฉ ุชุงู
ุฉ ูุฃุญุฏ ุงูุทุฑููู
- ุงูุงุณุชุฑุงุชูุฌูุฉ: ุชุชุจุน ุงูุชุฑูุฏ (Trend Following)
5โ15%:
- ุงูู
ุธูุฑ: ุงูุญูุงุก ุฎููู
- ุงูู
ุนูู: ุงุชุฌุงู ูุงุถุญ ู
ุน ู
ูุงูู
ุฉ ุฎูููุฉ
- ุงูุงุณุชุฑุงุชูุฌูุฉ: ุงูุฏุฎูู ู
ุน ุงูุงุชุฌุงู
15โ25%:
- ุงูู
ุธูุฑ: ุงูุญูุงุก ู
ุชูุณุทุ ุฎุทูุท ูุงุถุญุฉ
- ุงูู
ุนูู: ุตุฑุงุน ู
ุชูุงุฒู
- ุงูุงุณุชุฑุงุชูุฌูุฉ: ุชุฏุงูู ุงููุทุงู ุฃู ุงูุงูุชุธุงุฑ
25โ35%:
- ุงูู
ุธูุฑ: ุงูุญูุงุก ุนุงููุ ูุซุงูุฉ ูุงุถุญุฉ
- ุงูู
ุนูู: ุตุฑุงุน ูููุ ุนุฏู
ูููู ุนุงูู
- ุงูุงุณุชุฑุงุชูุฌูุฉ: ุชุฏุงูู ุงูุชูููุจ ุฃู ุงูุงุณุชุนุฏุงุฏ ููุชูุฑูุบ
35%+:
- ุงูู
ุธูุฑ: ุฎุทูุท ุนุงููุฉ ุฌุฏููุงุ ุชููุฌ ููู
- ุงูู
ุนูู: ุฐุฑูุฉ ุงูุชูุชุฑ
- ุงูุงุณุชุฑุงุชูุฌูุฉ: ุฃูุถู ูุฑุต ุงูุชูุฑูุบ
๐ ุงูุนูุงูุฉ ุงูุฐูุจูุฉ:
ุฃุนูู ุงุญุชู
ุงู ุชูุฑูุบ ุนูุฏู
ุง:
ุดุฏุฉ ุงูุญูู (25โ35%) + ุฌูุฏ (ยฑ30โ50%) + ุญุฌู
ู
ุฑุชูุน
โ ูุฐู ูู "ุงูู
ูุทูุฉ ุงูุญู
ุฑุงุก" ุงูุชู ูุฌุจ ู
ุฑุงูุจุชูุง ุจุฏูุฉ.
โ ูุฑุงุกุฉ ุงูุชู
ุซูู ุงูุจุตุฑู ุงูุดุงู
ูุฉ
ููุฑุงุกุฉ ุญุงูุฉ ุงูุณูู ุจูุธุฑุฉ ูุงุญุฏุฉุ ุงุชุจุน ูุฐุง ุงูุชุณูุณู:
ุงูุฎุทูุฉ 1: ุฃู ูุฑุฉ ุฃูุจุฑุ
- ๐ข ุงูุฎุถุฑุงุก ุฃูุจุฑ โ ุถุบุท ุดุฑุงุก ู
ููู
ู
- ๐ด ุงูุญู
ุฑุงุก ุฃูุจุฑ โ ุถุบุท ุจูุน ู
ููู
ู
- ู
ุชุณุงููุชุงู โ ุชูุงุฒู/ุตุฑุงุน
ุงูุฎุทูุฉ 2: ุฃู ูุฑุฉ ู
ุถูุฆุฉุ
- ๐ข ุงูุฎุถุฑุงุก ู
ุถูุฆุฉ โ ุงุชุฌุงู ุตุนูุฏู ุญุงูู
- ๐ด ุงูุญู
ุฑุงุก ู
ุถูุฆุฉ โ ุงุชุฌุงู ูุจูุทู ุญุงูู
- ููุงูู
ุง ุฎุงูุช โ ุญูุงุฏ/ูุง ุงุชุฌุงู ูุงุถุญ
ุงูุฎุทูุฉ 3: ูู ููุฌุฏ ุชููุฌ ุจุฑุชูุงููุ
- ูุง ููุฌุฏ โ ุงุญุชู
ุงู ุชูุฑูุบ <30%
- ๐ ุชููุฌ ุฎุงูุช โ ุงุญุชู
ุงู ุชูุฑูุบ 30โ70%
- ๐ ุชููุฌ ููู ู
ุน ูุต โ ุงุญุชู
ุงู ุชูุฑูุบ >70%
ุงูุฎุทูุฉ 4: ู
ุง ูุฑุงุกุฉ ู
ููุงุณ ุงูุฌูุฏุ
- ู
ูุฌุจ ููู โ ุชุฃููุฏ ุงูููู
ูุฉ ุงูุดุฑุงุฆูุฉ
- ุณุงูุจ ููู โ ุชุฃููุฏ ุงูููู
ูุฉ ุงูุจูุนูุฉ
- ูุฑูุจ ู
ู ุงูุตูุฑ โ ูุง ุงุชุฌุงู ูุงุถุญ
โ ุฃู
ุซูุฉ ุนู
ููุฉ ูููุฑุงุกุฉ ุงูุจุตุฑูุฉ
ุงูู
ุซุงู 1: ูุฑุตุฉ ุดุฑุงุก ู
ุซุงููุฉ โก๐ข
- ุงููุฑุฉ ุงูุฎุถุฑุงุก: ูุจูุฑุฉ ูู
ุถูุฆุฉ ู
ุน ูุจุถ ุฏุงุฎูู
- ุงููุฑุฉ ุงูุญู
ุฑุงุก: ุตุบูุฑุฉ ูุฎุงูุชุฉ
- ุงูุชููุฌ ุงูุจุฑุชูุงูู: ููู ู
ุน ูุต "DISCHARGE IMMINENT"
- ู
ููุงุณ ุงูุฌูุฏ: +45%
- ุดุฏุฉ ุงูุญูู: 28%
ุงูุชูุณูุฑ: ุถุบุท ุดุฑุงุก ููู ู
ุชุฑุงูู
ุ ุงููุฌุงุฑ ุตุนูุฏู ูุดูู
ุงูู
ุซุงู 2: ูุฑุตุฉ ุจูุน ู
ุซุงููุฉ โก๐ด
- ุงููุฑุฉ ุงูุฎุถุฑุงุก: ุตุบูุฑุฉ ูุฎุงูุชุฉ
- ุงููุฑุฉ ุงูุญู
ุฑุงุก: ูุจูุฑุฉ ูู
ุถูุฆุฉ ู
ุน ูุจุถ ุฏุงุฎูู
- ุงูุชููุฌ ุงูุจุฑุชูุงูู: ููู ู
ุน ูุต "DISCHARGE IMMINENT"
- ู
ููุงุณ ุงูุฌูุฏ: โ52%
- ุดุฏุฉ ุงูุญูู: 31%
ุงูุชูุณูุฑ: ุถุบุท ุจูุน ููู ู
ุชุฑุงูู
ุ ุงููุฌุงุฑ ูุจูุทู ูุดูู
ุงูู
ุซุงู 3: ุชูุงุฒู/ุงูุชุธุงุฑ โ๏ธ
- ุงููุฑุชุงู: ู
ุชุณุงููุชุงู ุชูุฑูุจุงู ูู ุงูุญุฌู
- ุงูุฅุถุงุกุฉ: ููุงูู
ุง ุฎุงูุช
- ุงูุชููุฌ ุงูุจุฑุชูุงูู: ููู
- ู
ููุงุณ ุงูุฌูุฏ: +3%
- ุดุฏุฉ ุงูุญูู: 24%
ุงูุชูุณูุฑ: ุตุฑุงุน ููู ุจุฏูู ูุงุฆุฒ ูุงุถุญุ ุงูุชุธุฑ ุงุฎุชุฑุงููุง
ุงูู
ุซุงู 4: ุงุชุฌุงู ุตุนูุฏู ูุงุถุญ (ูุง ุชูุฑูุบ) ๐
- ุงููุฑุฉ ุงูุฎุถุฑุงุก: ูุจูุฑุฉ ูู
ุถูุฆุฉ
- ุงููุฑุฉ ุงูุญู
ุฑุงุก: ุตุบูุฑุฉ ุฌุฏุงู ูุฎุงูุชุฉ
- ุงูุชููุฌ ุงูุจุฑุชูุงูู: ูุง ููุฌุฏ
- ู
ููุงุณ ุงูุฌูุฏ: +68%
- ุดุฏุฉ ุงูุญูู: 8%
ุงูุชูุณูุฑ: ุณูุทุฑุฉ ุดุฑุงุฆูุฉ ูุงุถุญุฉุ ุตุฑุงุน ู
ุญุฏูุฏุ ู
ูุงุณุจ ูุชุชุจุน ุงูุชุฑูุฏ ุงูุตุนูุฏู
ุงูู
ุซุงู 5: ุชุดุจุน ุดุฑุงุฆู ู
ุญุชู
ู โ ๏ธ
- ุงููุฑุฉ ุงูุฎุถุฑุงุก: ูุจูุฑุฉ ุฌุฏุงู ูู
ุถูุฆุฉ
- ุงููุฑุฉ ุงูุญู
ุฑุงุก: ุตุบูุฑุฉ ุฌุฏุงู
- ุงูุชููุฌ ุงูุจุฑุชูุงูู: ุฎุงูุช
- ู
ููุงุณ ุงูุฌูุฏ: +88%
- ุดุฏุฉ ุงูุญูู: 4%
ุงูุชูุณูุฑ: ููู
ูุฉ ุดุฑุงุฆูุฉ ู
ุทููุฉุ ูุฏ ูุณุจู ุชุตุญูุญุงู ูุจูุทูุงู
โ ุฅุดุงุฑุงุช ุงูุชุฏุงูู
โก DISCHARGE IMMINENT (ุงูุชูุฑูุบ ุงููุดูู)
ุดุฑูุท ุงูุธููุฑ:
- discharge_prob โฅ 0.9
- ุงุฌุชูุงุฒ ุฌู
ูุน ุงูููุงุชุฑ ุงูู
ูุนููุฉ
- Confirmed (ุจุนุฏ ุฅุบูุงู ุงูุดู
ุนุฉ)
ุงูุชูุณูุฑ:
- ุชุฑุงูู
ุทุงูุฉ ูุจูุฑ ุฌุฏููุง
- ุงูุถุบุท ูุตู ูู
ุณุชูู ุญุฑุฌ
- ุงููุฌุงุฑ ุณุนุฑู ู
ุชููุน ุฎูุงู 1โ3 ุดู
ูุน
ููููุฉ ุงูุชุฏุงูู:
1. ุญุฏุฏ ุงุชุฌุงู ุงูุฌูุฏ:
โข ู
ูุฌุจ = ุชููุน ุตุนูุฏ
โข ุณุงูุจ = ุชููุน ูุจูุท
2. ุงูุชุธุฑ ุดู
ุนุฉ ุชุฃููุฏูุฉ:
โข ููุตุนูุฏ: ุดู
ุนุฉ ุตุงุนุฏุฉ ุชุบูู ููู ุงูุชุชุงุญูุง
โข ูููุจูุท: ุดู
ุนุฉ ูุงุจุทุฉ ุชุบูู ุชุญุช ุงูุชุชุงุญูุง
3. ุงูุฏุฎูู: ู
ุน ุงูุชุชุงุญ ุงูุดู
ุนุฉ ุงูุชุงููุฉ
4. ููู ุงูุฎุณุงุฑุฉ: ูุฑุงุก ุขุฎุฑ ูุงุน/ูู
ุฉ ู
ุญููุฉ
5. ุงููุฏู: ูุณุจุฉ ู
ุฎุงุทุฑุฉ/ุนุงุฆุฏ 1:2 ุนูู ุงูุฃูู
โ
ูุตุงุฆุญ ุงุญุชุฑุงููุฉ:
- ุฃูุถู ุงููุชุงุฆุฌ ุนูุฏ ุฏู
ุฌูุง ู
ุน ู
ุณุชููุงุช ุงูุฏุนู
/ุงูู
ูุงูู
ุฉ
- ุชุฌููุจ ุงูุฏุฎูู ุฅุฐุง ูุงู ุงูุฌูุฏ ูุฑูุจูุง ู
ู ุงูุตูุฑ (ยฑ5%)
- ุฒูุฏ ุญุฌู
ุงูู
ุฑูุฒ ุนูุฏ ุดุฏุฉ ุญูู > 30%
โ ๏ธ HIGH TENSION (ุงูุชูุชุฑ ุงูุนุงูู)
ุดุฑูุท ุงูุธููุฑ:
- 0.7 โค discharge_prob < 0.9
ุงูุชูุณูุฑ:
- ุงูุณูู ูู ุญุงูุฉ ุชุฑุงูู
ุทุงูุฉ
- ุงุญุชู
ุงู ุญุฑูุฉ ูููุฉ ูุฑูุจุฉุ ููู ููุณุช ููุฑูุฉ
- ูุฏ ูุณุชู
ุฑ ุงูุชุฑุงูู
ุฃู ูุญุฏุซ ุชูุฑูุบ
ููููุฉ ุงูุงุณุชูุงุฏุฉ:
- ุงูุงุณุชุนุฏุงุฏ: ุญุถูุฑ ุฃูุงู
ุฑ ู
ุนููุฉ ุนูุฏ ุงูุงุฎุชุฑุงูุงุช ุงูู
ุญุชู
ูุฉ
- ุงูู
ุฑุงูุจุฉ: ุฑุงูุจ ุงูุดู
ูุน ุงูุชุงููุฉ ุจุญุซูุง ุนู ุดู
ุนุฉ ุฏุงูุนุฉ
- ุงูุงูุชูุงุก: ูุง ุชุฏุฎู ูู ุฅุดุงุฑุฉ โ ุงุฎุชุฑ ุชูู ุงูุชู ุชุชูุงูู ู
ุน ุงูุงุชุฌุงู ุงูุนุงู
โ ุงุณุชุฑุงุชูุฌูุงุช ุงูุชุฏุงูู
๐ ุงุณุชุฑุงุชูุฌูุฉ 1: ุชุฏุงูู ุงูุชูุฑูุบ (ุงูุฃุณุงุณูุฉ)
ุงูู
ุจุฏุฃ: ุงูุฏุฎูู ุนูุฏ "DISCHARGE IMMINENT" ูู ุงุชุฌุงู ุงูุฌูุฏ
ุงูุฎุทูุงุช:
1. ุงูุชุธุฑ ุธููุฑ "โก DISCHARGE IMMINENT"
2. ุชุญูู ู
ู ุงุชุฌุงู ุงูุฌูุฏ (+/โ)
3. ุงูุชุธุฑ ุดู
ุนุฉ ุชุฃููุฏูุฉ ูู ุงุชุฌุงู ุงูุฌูุฏ
4. ุงุฏุฎู ู
ุน ุงูุชุชุงุญ ุงูุดู
ุนุฉ ุงูุชุงููุฉ
5. ููู ุงูุฎุณุงุฑุฉ ูุฑุงุก ุขุฎุฑ ูุงุน/ูู
ุฉ
6. ุงููุฏู: ูุณุจุฉ 1:2 ุฃู 1:3
ูุณุจุฉ ูุฌุงุญ ุนุงููุฉ ุฌุฏููุง ุนูุฏ ุงูุงูุชุฒุงู
ุจุดุฑูุท ุงูุชุฃููุฏ.
๐ ุงุณุชุฑุงุชูุฌูุฉ 2: ุชุชุจุน ุงูููู
ูุฉ
ุงูู
ุจุฏุฃ: ุงูุชุฏุงูู ู
ุน ุงููุทุจ ุงูู
ููู
ู (ุงููุฑุฉ ุงูุฃูุจุฑ ูุงูุฃูุซุฑ ุฅุถุงุกุฉ)
ุงูุฎุทูุงุช:
1. ุญุฏุฏ ุงููุทุจ ุงูู
ููู
ู (ุงูุฃูุจุฑ ุญุฌู
ุงู ูุงูุฃูุซุฑ ุฅุถุงุกุฉ)
2. ุชุฏุงูู ูู ุงุชุฌุงูู
3. ุงุญุฐุฑ ุนูุฏ ุชูุงุฑุจ ุงูุฃุญุฌุงู
(ุตุฑุงุน)
ู
ูุงุณุจุฉ ููุฅุทุงุฑุงุช ุงูุฒู
ููุฉ ุงูุฃุนูู (H1+).
๐ ุงุณุชุฑุงุชูุฌูุฉ 3: ุตูุฏ ุงูุงูุนูุงุณ
ุงูู
ุจุฏุฃ: ุงูุฏุฎูู ุนูุณ ุงูุงุชุฌุงู ุนูุฏ ุธุฑูู ู
ุนููุฉ
ุงูุดุฑูุท:
- ุดุฏุฉ ุญูู ุนุงููุฉ (>30%)
- ุฌูุฏ ู
ุชุทุฑู (>ยฑ40%)
- ุชุจุงุนุฏ ู
ุน ุงูุณุนุฑ (ู
ุซู: ูู
ุฉ ุณุนุฑูุฉ ุฌุฏูุฏุฉ ู
ุน ุชุฑุงุฌุน ุงูุฌูุฏ)
โ ๏ธ ุนุงููุฉ ุงูู
ุฎุงุทุฑุฉ โ ุงุณุชุฎุฏู
ุญุฌู
ู
ุฑูุฒ ุตุบูุฑ.
๐ ุงุณุชุฑุงุชูุฌูุฉ 4: ุงูุฏู
ุฌ ู
ุน ุงูุชุญููู ุงูููู
ุฃู
ุซูุฉ ุชุฃููุฏ ููู:
- ุงุฎุชุฑุงู ู
ูุงูู
ุฉ + ุชูุฑูุบ ุตุนูุฏู = ุฅุดุงุฑุฉ ุดุฑุงุก ู
ู
ุชุงุฒุฉ
- ูุณุฑ ุฏุนู
+ ุชูุฑูุบ ูุจูุทู = ุฅุดุงุฑุฉ ุจูุน ู
ู
ุชุงุฒุฉ
- ูู
ูุฐุฌ Head & Shoulders + ุฌูุฏ ุณุงูุจ ู
ุชุฒุงูุฏ = ุชุฃููุฏ ุงููู
ูุฐุฌ
- ุชุจุงุนุฏ RSI + ุดุฏุฉ ุญูู ุนุงููุฉ = ุงูุนูุงุณ ู
ุญุชู
ู
โ ุงูุชูุจููุงุช ุงูุฌุงูุฒุฉ
Bullish Discharge
- ุงูุดุฑุท: discharge_prob โฅ 0.9 + ุฌูุฏ ู
ูุฌุจ + ุฌู
ูุน ุงูููุงุชุฑ
- ุงูุฑุณุงูุฉ: "โก Bullish discharge"
- ุงูุงุณุชุฎุฏุงู
: ูุฑุตุฉ ุดุฑุงุก ุนุงููุฉ ุงูุงุญุชู
ุงููุฉ
Bearish Discharge
- ุงูุดุฑุท: discharge_prob โฅ 0.9 + ุฌูุฏ ุณุงูุจ + ุฌู
ูุน ุงูููุงุชุฑ
- ุงูุฑุณุงูุฉ: "โก Bearish discharge"
- ุงูุงุณุชุฎุฏุงู
: ูุฑุตุฉ ุจูุน ุนุงููุฉ ุงูุงุญุชู
ุงููุฉ
โ
ูุตูุญุฉ: ุงุณุชุฎุฏู
ูุฐู ุงูุชูุจููุงุช ู
ุน ุฅุนุฏุงุฏ "Once Per Bar" ูุชุฌูุจ ุงูุชูุฑุงุฑ.
โ ุงูู
ุฎุฑุฌุงุช ูู ูุงูุฐุฉ ุงูุจูุงูุงุช
Bias
- ุงูููู
: โ1 / 0 / +1
- ุงูุชูุณูุฑ: โ1 = ูุจูุทูุ 0 = ุญูุงุฏุ +1 = ุตุนูุฏู
- ุงูุงุณุชุฎุฏุงู
: ูุฏู
ุฌูุง ูู ุงุณุชุฑุงุชูุฌูุงุช ุขููุฉ
Discharge %
- ุงููุทุงู: 0โ100%
- ุงูุชูุณูุฑ: ุงุญุชู
ุงู ุงูุชูุฑูุบ
- ุงูุงุณุชุฎุฏุงู
: ู
ุฑุงูุจุฉ ุชุฏุฑูุฌ ุงูุชูุชุฑ (ู
ุซุงู: ู
ู 40% ุฅูู 85% ูู 5 ุดู
ูุน)
Field Strength
- ุงููุทุงู: 0โ100%
- ุงูุชูุณูุฑ: ุดุฏุฉ ุงูุตุฑุงุน
- ุงูุงุณุชุฎุฏุงู
: ุชุญุฏูุฏ "ูุงูุฐุฉ ุงููุฑุต" (25โ35% ู
ุซุงููุฉ ููุชูุฑูุบ)
Voltage
- ุงููุทุงู: โ100% ุฅูู +100%
- ุงูุชูุณูุฑ: ู
ูุฒุงู ุงูููู
- ุงูุงุณุชุฎุฏุงู
: ู
ุฑุงูุจุฉ ุงูุชุทุฑู (ุชุดุจุน ุดุฑุงุฆู/ุจูุนู ู
ุญุชู
ู)
โ ุงูุฅุนุฏุงุฏุงุช ุงูู
ุซูู ุญุณุจ ุฃุณููุจ ุงูุชุฏุงูู
ุงูู
ุถุงุฑุจุฉ (Scalping)
- ุงูุฅุทุงุฑ: 1Mโ5M
- Lookback: 10โ15
- Threshold: 0.5โ0.6
- Sensitivity: 1.2โ1.5
- ุงูููุงุชุฑ: Volume + Volatility
ุงูุชุฏุงูู ุงูููู
ู (Day Trading)
- ุงูุฅุทุงุฑ: 15Mโ1H
- Lookback: 20
- Threshold: 0.7
- Sensitivity: 1.0
- ุงูููุงุชุฑ: Volume + Volatility
ุงูุณูููุบ (Swing Trading)
- ุงูุฅุทุงุฑ: 4HโD1
- Lookback: 30โ50
- Threshold: 0.8
- Sensitivity: 0.8
- ุงูููุงุชุฑ: Volatility + Trend
ุงูุงุณุชุซู
ุงุฑ (Position Trading)
- ุงูุฅุทุงุฑ: D1โW1
- Lookback: 50โ100
- Threshold: 0.85โ0.95
- Sensitivity: 0.5โ0.8
- ุงูููุงุชุฑ: ุฌู
ูุน ุงูููุงุชุฑ
โ ูุตุงุฆุญ ููุงุณุชุฎุฏุงู
ุงูุฃู
ุซู
1. ุงุจุฏุฃ ุจุงูุฅุนุฏุงุฏุงุช ุงูุงูุชุฑุงุถูุฉ
ุฌุฑูุจู ุฃูููุง ูู
ุง ููุ ุซู
ุนุฏูู ุญุณุจ ุฃุณููุจู.
2. ุฑุงูุจ ุงูุชูุงูู ุจูู ุงูุนูุงุตุฑ
ุฃูุถู ุงูุฅุดุงุฑุงุช ุนูุฏู
ุง:
- ุงูุฌูุฏ ูุงุถุญ (>โ20%โ)
- ุดุฏุฉ ุงูุญูู ู
ุนุชุฏูุฉโุนุงููุฉ (15โ35%)
- ุงุญุชู
ุงู ุงูุชูุฑูุบ ู
ุฑุชูุน (>70%)
3. ุงุณุชุฎุฏู
ุฃุทุฑ ุฒู
ููุฉ ู
ุชุนุฏุฏุฉ
- ุงูุฅุทุงุฑ ุงูุฃุนูู: ุชุญุฏูุฏ ุงูุงุชุฌุงู ุงูุนุงู
- ุงูุฅุทุงุฑ ุงูุฃุฏูู: ุชูููุช ุงูุฏุฎูู
- ุชุฃูุฏ ู
ู ุชูุงูู ุงูุฅุดุงุฑุงุช ุจูู ุงูุฃุทุฑ
4. ุฏู
ุฌ ู
ุน ุฃุฏูุงุช ุฃุฎุฑู
- ู
ุณุชููุงุช ุงูุฏุนู
/ุงูู
ูุงูู
ุฉ
- ุฎุทูุท ุงูุงุชุฌุงู
- ุฃูู
ุงุท ุงูุดู
ูุน
- ู
ุคุดุฑุงุช ุงูุญุฌู
5. ุงุญุชุฑู
ุฅุฏุงุฑุฉ ุงูู
ุฎุงุทุฑุฉ
- ูุง ุชุฎุงุทุฑ ุจุฃูุซุฑ ู
ู 1โ2% ู
ู ุงูุญุณุงุจ
- ุงุณุชุฎุฏู
ุฏุงุฆู
ูุง ููู ุงูุฎุณุงุฑุฉ
- ูุง ุชุฏุฎู ูู ุงูุฅุดุงุฑุงุช โ ุงุฎุชุฑ ุงูุฃูุถู
โ ุชุญุฐูุฑุงุช ู
ูู
ุฉ
โ ๏ธ ููุณ ููุงุณุชุฎุฏุงู
ุงูู
ููุฑุฏ
ุงูู
ุคุดุฑ ุฃุฏุงุฉ ุชุญููู ู
ุณุงุนูุฏุฉ โ ูุง ุชุณุชุฎุฏู
ู ุจู
ุนุฒู ุนู ุงูุชุญููู ุงูููู ุฃู ุงูุฃุณุงุณู.
โ ๏ธ ูุง ูุชูุจุฃ ุจุงูู
ุณุชูุจู
ุงูุญุณุงุจุงุช ู
ุจููุฉ ุนูู ุงูุจูุงูุงุช ุงูุชุงุฑูุฎูุฉ โ ุงููุชุงุฆุฌ ููุณุช ู
ุถู
ููุฉ.
โ ๏ธ ุงูุฃุณูุงู ุชุฎุชูู
ูุฏ ุชุญุชุงุฌ ูุถุจุท ุงูุฅุนุฏุงุฏุงุช ููู ุณูู:
- ุงูุนู
ูุงุช: ุชุฑููุฒ ุนูู Volume Filter
- ุงูุฃุณูู
: ุฃุถู Trend Filter
- ุงููุฑูุจุชู: ุฎููุถ Threshold ูููููุง (ุฃูุซุฑ ุชูููุจูุง)
โ ๏ธ ุงูุฃุฎุจุงุฑ ูุงูุฃุญุฏุงุซ
ุงูู
ุคุดุฑ ูุง ูุฃุฎุฐ ูู ุงูุงุนุชุจุงุฑ ุงูุฃุฎุจุงุฑ ุงูู
ูุงุฌุฆุฉ โ ุชุฌููุจ ุงูุชุฏุงูู ูุจู/ุฃุซูุงุก ุงูุฃุฎุจุงุฑ ุงูุฑุฆูุณูุฉ.
โ ุงูู
ูุฒุงุช ุงููุฑูุฏุฉ
โ
ุฃูู ุชุทุจูู ููููุฑูู
ุบูุงุทูุณูุฉ ุนูู ุงูุฃุณูุงู
ูู
ูุฐุฌ ุฑูุงุถู ู
ุจุชูุฑ โ ููุณ ู
ุฌุฑุฏ ู
ุคุดุฑ ุนุงุฏู
โ
ูุดู ุงุณุชุจุงูู ููุงููุฌุงุฑุงุช ุงูุณุนุฑูุฉ
ูููุจูู ูุจู ุญุฏูุซ ุงูุญุฑูุฉ โ ูููุณ ุจุนุฏูุง
โ
ุชุตููุฉ ู
ุชุนุฏุฏุฉ ุงูุทุจูุงุช
4 ููุงุชุฑ ุฐููุฉ ุชููู ุงูุฅุดุงุฑุงุช ุงููุงุฐุจุฉ ุฅูู ุงูุญุฏ ุงูุฃุฏูู
โ
ุชููู ุฐูู ู
ุน ุงูุชููุจ
ูุถุจุท ุญุณุงุณูุชู ุชููุงุฆูููุง ุญุณุจ ุธุฑูู ุงูุณูู
โ
ุชู
ุซูู ุจุตุฑู ุซูุงุซู ุงูุฃุจุนุงุฏ ู
ุชุญุฑู
ูุฌุนู ุงููุฑุงุกุฉ ููุฑูุฉ โ ุญุชู ููู
ุจุชุฏุฆูู
โ
ู
ุฑููุฉ ุนุงููุฉ
ูุนู
ู ุนูู ุฌู
ูุน ุงูุฃุตูู: ุฃุณูู
ุ ุนู
ูุงุชุ ูุฑูุจุชูุ ุณูุน
โ
ุชูุจููุงุช ู
ุฏู
ุฌุฉ ุฌุงูุฒุฉ
ูุง ุญุงุฌุฉ ูุฅุนุฏุงุฏุงุช ู
ุนูุฏุฉ โ ุฌุงูุฒ ููุงุณุชุฎุฏุงู
ุงูููุฑู
โ ุฎุงุชู
ุฉ: ุนูุฏู
ุง ููุชูู ุงููู ุจุงูุนูู
Market Electromagnetic Field ููุณ ู
ุฌุฑุฏ ู
ุคุดุฑ โ ุจู ููุณูุฉ ุชุญููููุฉ ุฌุฏูุฏุฉ.
ูู ุงูุฌุณุฑ ุจูู:
- ุฏูุฉ ุงูููุฒูุงุก ูู ูุตู ุงูุฃูุธู
ุฉ ุงูุฏููุงู
ูููุฉ
- ุฐูุงุก ุงูุณูู ูู ุชูููุฏ ูุฑุต ุงูุชุฏุงูู
- ุนูู
ุงูููุณ ุงูุจุตุฑู ูู ุชุณููู ุงููุฑุงุกุฉ ุงูููุฑูุฉ
ุงููุชูุฌุฉ: ุฃุฏุงุฉ ูุง ุชููุฑุฃ โ ุจู ุชูุดุงูุฏุ ุชูุดุนุฑุ ูุชูุณุชุดุนุฑ.
ุนูุฏู
ุง ุชุฑู ุงููุฑุฉ ุงูุฎุถุฑุงุก ุชุชูุณุนุ ูุงูุชููุฌ ูุตูุฑูุ ูุงูุฌุฒูุฆุงุช ุชูุฏูุน ูููู
ูู โ ูุฃูุช ูุง ุชุฑู ุฃุฑูุงู
ูุงุ ุจู ุชุฑู ุทุงูุฉ ุงูุณูู ุชุชูููุณ.
โ ๏ธ ุฅุฎูุงุก ู
ุณุคูููุฉ:
ูุฐุง ุงูู
ุคุดุฑ ูุฃุบุฑุงุถ ุชุนููู
ูุฉ ูุชุญููููุฉ ููุท. ูุง ููู
ุซู ูุตูุญุฉ ู
ุงููุฉ ุฃู ุงุณุชุซู
ุงุฑูุฉ ุฃู ุชุฏุงูููุฉ. ุงุณุชุฎุฏู
ู ุจุงูุชุฒุงู
ู ู
ุน ุงุณุชุฑุงุชูุฌูุชู ุงูุฎุงุตุฉ ูุฅุฏุงุฑุฉ ุงูู
ุฎุงุทุฑ. ูุง ูุชุญู
ู TradingView ููุง ุงูู
ุทูุฑ ู
ุณุคูููุฉ ุฃู ูุฑุงุฑุงุช ู
ุงููุฉ ุฃู ุฎุณุงุฆุฑ.
Ross Cameron 5 Pillars FilterFirst, I am not Ross Cameron. This indicator is based on his five pillars of stock selection.
ROSS CAMERON 5 PILLARS MOMENTUM FILTER
๐ฏ OVERVIEW
This indicator automatically checks if the current symbol meets Ross Cameron's famous "5 Pillars" stock selection criteria from Warrior Trading - a proven methodology for identifying high-probability momentum day trading setups.
๐ ROSS CAMERON'S 5 PILLARS
1๏ธโฃ RELATIVE VOLUME โฅ5x (Automated โ
)
โข Compares current volume to 30-day average
โข Minimum 5x confirms institutional/retail interest
โข High RVol = high liquidity and momentum potential
2๏ธโฃ DAILY % CHANGE โฅ10% (Automated โ
)
โข Stock must already be showing momentum
โข Default threshold: 10% up from previous close
โข Confirms demand is already present
3๏ธโฃ NEWS CATALYST (Manual Check โ ๏ธ)
โข Breaking news justifies the price movement
โข Look for: earnings, FDA approvals, partnerships, contracts
โข ๐ฅ icon flags stocks with โฅ15% momentum (likely news-driven)
4๏ธโฃ PRICE RANGE $1-$20 (Automated โ
)
โข Sweet spot for retail trader momentum
โข Highly volatile small-cap stocks
โข Accessible price range for position building
5๏ธโฃ FLOAT <10 MILLION SHARES (Automated โ
)
โข Low float creates supply/demand imbalances
โข Enables explosive 50-100%+ intraday moves
โข Automatically checked when data available
โข Shows actual float with โ
/โ indicator
๐ KEY FEATURES
โ
GREEN BACKGROUND HIGHLIGHT
โข Visual alert when ALL automated criteria are met
โข Instantly identify potential setups while scanning watchlist
๐ DETAILED BREAKDOWN TABLE
โข Shows pass/fail status for each pillar
โข Displays actual values (RVol, %, Float, etc.)
โข Color-coded for quick interpretation
๐ฅ STRONG MOMENTUM INDICATOR
โข Highlights stocks โฅ15% (likely have news catalyst)
โข Helps prioritize which stocks to research first
๐ BUILT-IN ALERTS
โข "Ross Cameron Criteria Met" - All automated criteria pass
โข "Strong Momentum Alert" - Stock showing explosive movement
โ๏ธ FULLY CUSTOMIZABLE
โข Adjust all thresholds to your trading style
โข Configurable table position and display
โข Toggle volume spike filter on/off
๐ก HOW TO USE
BEST WORKFLOW:
1. Build a watchlist of small-cap stocks using TradingView's Stock Screener
2. Add this indicator to your charts
3. Flip through your watchlist - look for GREEN BACKGROUNDS
4. Check the table for detailed breakdown of each pillar
5. VERIFY NEWS CATALYST (required for Pillar 3)
6. If float shows N/A, verify manually on Finviz
7. Execute your trading plan with proper risk management
OPTIMAL TIMING:
โข Pre-Market (8:00-9:30 AM ET) - Identify gap-up candidates
โข Morning Session (9:30 AM-12:00 PM ET) - Prime momentum window
โข Avoid lunch hour (12:00-2:00 PM ET) - Low volume, choppy
ALERT SETUP:
1. Click "Create Alert" on your chart
2. Select "Ross Cameron Criteria Met" condition
3. Get notified when new setups appear real-time
โ๏ธ CUSTOMIZABLE SETTINGS
PILLAR 1 - RELATIVE VOLUME:
โข Min RVol: 5.0x (Ross's minimum, increase for more selective)
โข RVol Period: 30 days (industry standard)
PILLAR 2 - MOMENTUM:
โข Min Daily %: 10% (increase to 15% for stronger setups)
PILLAR 3 - CATALYST:
โข Strong Momentum %: 15% (threshold for ๐ฅ indicator)
PILLAR 4 - PRICE RANGE:
โข Min Price: $1.00 (adjust based on account size)
โข Max Price: $20.00 (Ross's sweet spot)
PILLAR 5 - FLOAT:
โข Max Float: 10M shares (ultra-aggressive traders use 5M)
ADDITIONAL FILTERS:
โข Volume Spike: 2x (Warrior Trading standard)
โข Confirms intraday momentum continuation
๐ INTERPRETATION GUIDE
โ
GREEN BACKGROUND = GO!
โข All automated criteria are met
โข Check news catalyst before trading
โข Verify setup on chart (not overextended)
โข Follow your risk management plan
โ NO GREEN BACKGROUND = WAIT
โข At least one criterion failed
โข Check table to see which pillar(s) failed
โข May become valid later if momentum increases
๐ฅ FLAME ICON = HIGH PRIORITY
โข Stock showing very strong momentum (โฅ15%)
โข Likely has significant news catalyst
โข Research news IMMEDIATELY
โข Often the best setups of the day
โ ๏ธ N/A FOR FLOAT = MANUAL CHECK
โข TradingView doesn't have float data for this symbol
โข Verify on Finviz.com or similar
โข If float >10M, setup is invalid per Ross's criteria
๐ RECOMMENDED STRATEGIES
GAP AND GO:
โข Stock gaps up 10%+ on news
โข Enters above gap high with volume
โข Targets: 20-50% gains
VWAP BOUNCE:
โข Pullback to VWAP support
โข Enters on bounce with volume confirmation
โข Tight stop below VWAP
HIGH OF DAY BREAKOUT:
โข New HOD with volume surge
โข Momentum continuation play
โข Trail stop as it runs
ABCD PATTERN:
โข Classic reversal pattern
โข Enters on D-point breakout
โข Target: A-B distance from C
โ ๏ธ RISK WARNINGS
โข DAY TRADING IS HIGHLY RISKY - Most day traders lose money
โข This indicator finds setups - YOUR EXECUTION determines success
โข Always use proper risk management (1-2% risk per trade)
โข Never trade without stop losses
โข Paper trade extensively before using real money
โข Past performance does not guarantee future results
๐ง TECHNICAL DETAILS
โข Pine Script v6
โข Works on any timeframe (calculates daily metrics automatically)
โข Compatible with TradingView Free, Pro, Premium
โข No repainting - all calculations based on confirmed data
โข Efficient code - minimal lag
๐ DATA SOURCES
โข Relative Volume: Calculated from 30-day volume average
โข Daily %: Previous day's close vs current price
โข Float: TradingView's shares_outstanding_float data
โข Volume Spike: 20-period volume moving average
๐ฏ WHO THIS IS FOR
IDEAL FOR:
โ
Day traders focused on momentum strategies
โ
Traders who follow Ross Cameron/Warrior Trading methodology
โ
Small-cap stock traders ($1-$20 range)
โ
Scalpers and swing traders seeking high-volatility setups
NOT IDEAL FOR:
โ Long-term investors
โ Large-cap stock traders
โ Options-only traders
โ Traders who don't monitor news catalysts
๐ฌ USAGE TIPS
1. COMBINE WITH OTHER TOOLS
โข Use alongside your charting/technical analysis
โข Verify pattern setups (bull flags, ABCD, etc.)
โข Check Level 2 / Time & Sales for confirmation
2. MAINTAIN A WATCHLIST
โข Update daily with fresh small-cap movers
โข Use Finviz Gap Scanner as starting point
โข Focus on sectors with momentum
3. RISK MANAGEMENT IS KEY
โข Never risk more than 1-2% per trade
โข Use 2:1 minimum profit/loss ratio
โข Cut losses quickly, let winners run
โข Position size based on volatility (ATR)
4. TRACK YOUR RESULTS
โข Keep a trading journal
โข Note which setups work best for you
โข Refine criteria based on your data
โข Continuous improvement mindset
๐ DISCLAIMER
This indicator is for EDUCATIONAL PURPOSES ONLY. It is not investment advice, a recommendation to buy/sell securities, or a guarantee of profits. Trading involves substantial risk of loss. Always:
โข Conduct your own research and due diligence
โข Consult with a licensed financial advisor
โข Never risk money you cannot afford to lose
โข Understand that most day traders lose money
โข Practice in a simulator before trading real money
The creator of this indicator is not affiliated with Ross Cameron or Warrior Trading. This is an independent implementation of publicly available trading methodology.
๐ SUPPORT & FEEDBACK
If you find this indicator helpful, please:
โข Give it a thumbs up ๐
โข Leave a comment with your experience
โข Share with other momentum traders
โข Follow for updates and new indicators
For questions or suggestions, leave a comment below!
---
๐ HAPPY TRADING! Remember: The indicator finds opportunities, but YOUR discipline, risk management, and execution determine your success.
#DayTrading #Momentum #RossCameron #WarriorTrading #SmallCaps #GapAndGo #Scalping #StockScreener
Power RSI Segment Runner [CHE] Power RSI Segment Runner โ Tracks RSI momentum across higher timeframe segments to detect directional switches for trend confirmation.
Summary
This indicator calculates a running Relative Strength Index adapted to segments defined by changes in a higher timeframe, such as daily closes, providing a smoothed view of momentum within each period. It distinguishes between completed segments, which fix the final RSI value, and ongoing ones, which update in real time with an exponential moving average filter. Directional switches between bullish and bearish momentum trigger visual alerts, including overlay lines and emojis, while a compact table displays current trend strength as a progress bar. This segmented approach reduces noise from intra-period fluctuations, offering clearer signals for trend persistence compared to standard RSI on lower timeframes.
Motivation: Why this design?
Standard RSI often generates erratic signals in choppy markets due to constant recalculation over fixed lookback periods, leading to false reversals that mislead traders during range-bound or volatile phases. By resetting the RSI accumulation at higher timeframe boundaries, this indicator aligns momentum assessment with broader market cycles, capturing sustained directional bias more reliably. It addresses the gap between short-term noise and long-term trends, helping users filter entries without over-relying on absolute overbought or oversold thresholds.
Whatโs different vs. standard approaches?
- Baseline Reference: Diverges from the classic Wilder RSI, which uses a fixed-length exponential moving average of gains and losses across all bars.
- Architecture Differences:
- Segments momentum resets at higher timeframe changes, isolating calculations per period instead of continuous history.
- Employs persistent sums for ups and downs within segments, with on-the-fly RSI derivation and EMA smoothing.
- Integrates switch detection logic that clears prior visuals on reversal, preventing clutter from outdated alerts.
- Adds overlay projections like horizontal price lines and dynamic percent change trackers for immediate trade context.
- Practical Effect: Charts show discrete RSI endpoints for past segments alongside a curved running trace, making momentum evolution visually intuitive. Switches appear as clean, extendable overlays, reducing alert fatigue and highlighting only confirmed directional shifts, which aids in avoiding whipsaws during minor pullbacks.
How it works (technical)
The indicator begins by detecting changes in the specified higher timeframe, such as a new daily bar, to define segment boundaries. At each boundary, it finalizes the prior segment's RSI by summing positive and negative price changes over that period and derives the value from the ratio of those sums, then applies an exponential moving average for smoothing. Within the active segment, it accumulates ongoing ups and downs from price changes relative to the source, recalculating the running RSI similarly and smoothing it with the same EMA length.
Points for the running RSI are collected into an array starting from the segment's onset, forming a curved polyline once sufficient bars accumulate. Comparisons between the running RSI and the last completed segment's value determine the current direction as long, short, or neutral, with switches triggering deletions of old visuals and creation of new ones: a label at the RSI pane, a vertical dashed line across the RSI range, an emoji positioned via ATR offset on the price chart, a solid horizontal line at the switch price, a dashed line tracking current close, and a midpoint label for percent change from the switch.
Initialization occurs on the first bar by resetting accumulators, and visualization gates behind a minimum bar count since the segment start to avoid early instability. The trend strength table builds vertically with filled cells proportional to the rounded RSI value, colored by direction. All drawing objects update or extend on subsequent bars to reflect live progress.
Parameter Guide
EMA Length โ Controls the smoothing applied to the running RSI; higher values increase lag but reduce noise. Default: 10. Trade-offs: Shorter settings heighten sensitivity for fast markets but risk more false switches; longer ones suit trending conditions for stability.
Source โ Selects the price data for change calculations, typically close for standard momentum. Default: close. Trade-offs: Open or high/low may emphasize gaps, altering segment intensity.
Segment Timeframe โ Defines the higher timeframe for segment resets, like daily for intraday charts. Default: D. Trade-offs: Shorter frames create more frequent but shorter segments; longer ones align with major cycles but delay resets.
Overbought Level โ Sets the upper threshold for potential overbought conditions (currently unused in visuals). Default: 70. Trade-offs: Adjust for asset volatility; higher values delay bearish warnings.
Oversold Level โ Sets the lower threshold for potential oversold conditions (currently unused in visuals). Default: 30. Trade-offs: Lower values permit deeper dips before signaling bullish potential.
Show Completed Label โ Toggles labels at segment ends displaying final RSI. Default: true. Trade-offs: Enables historical review but can crowd charts on dense timeframes.
Plot Running Segment โ Enables the curved polyline for live RSI trace. Default: true. Trade-offs: Visualizes intra-segment flow; disable for cleaner panes.
Running RSI as Label โ Displays current running RSI as a forward-projected label on the last bar. Default: false. Trade-offs: Useful for quick reads; may overlap in tight scales.
Show Switch Label โ Activates RSI pane labels on directional switches. Default: true. Trade-offs: Provides context; omit to minimize pane clutter.
Show Switch Line (RSI) โ Draws vertical dashed lines across the RSI range at switches. Default: true. Trade-offs: Marks reversal bars clearly; extends both ways for reference.
Show Solid Overlay Line โ Projects a horizontal line from switch price forward. Default: true. Trade-offs: Acts as dynamic support/resistance; wider lines enhance visibility.
Show Dashed Overlay Line โ Tracks a dashed line from switch to current close. Default: true. Trade-offs: Shows price deviation; thinner for subtlety.
Show Percent Change Label โ Midpoint label tracking percent move from switch. Default: true. Trade-offs: Quantifies progress; centers dynamically.
Show Trend Strength Table โ Displays right-side table with direction header and RSI bar. Default: true. Trade-offs: Instant strength gauge; fixed position avoids overlap.
Activate Visualization After N Bars โ Delays signals until this many bars into a segment. Default: 3. Trade-offs: Filters immature readings; higher values miss early momentum.
Segment End Label โ Color for completed RSI labels. Default: 7E57C2. Trade-offs: Purple tones for finality.
Running RSI โ Color for polyline and running elements. Default: yellow. Trade-offs: Bright for live tracking.
Long โ Color for bullish switch visuals. Default: green. Trade-offs: Standard for uptrends.
Short โ Color for bearish switch visuals. Default: red. Trade-offs: Standard for downtrends.
Solid Line Width โ Thickness of horizontal overlay line. Default: 2. Trade-offs: Bolder for emphasis on key levels.
Dashed Line Width โ Thickness of tracking and vertical lines. Default: 1. Trade-offs: Finer to avoid dominance.
Reading & Interpretation
Completed segment RSIs appear as static points or labels in purple, indicating the fixed momentum at period closeโvalues drifting toward the upper half suggest building strength, while lower half implies weakness. The yellow curved polyline traces the live smoothed RSI within the current segment, rising for accumulating gains and falling for losses. Directional labels and lines in green or red flag switches: green for running momentum exceeding the prior segment's, signaling potential uptrend continuation; red for the opposite.
The right table's header colors green for long, red for short, or gray for neutral/wait, with filled purple bars scaling from bottom (low RSI) to top (high), topped by the numeric value. Overlay elements project from switch bars: the solid green/red line as a price anchor, dashed tracker showing pullback extent, and percent label quantifying deviationโpositive for alignment with direction, negative for counter-moves. Emojis (up arrow for long, down for short) float above/below price via ATR spacing for quick chart scans.
Practical Workflows & Combinations
- Trend Following: Enter long on green switch confirmation after a higher high in structure; filter with table strength above midpoint for conviction. Pair with volume surge for added weight.
- Exits/Stops: Trail stops to the solid overlay line on pullbacks; exit if percent change reverses beyond 2 percent against direction. Use wait bars to confirm without chasing.
- Multi-Asset/Multi-TF: Defaults suit forex/stocks on 1H-4H with daily segments; for crypto, shorten EMA to 5 for volatility. Scale segment TF to weekly for daily charts across indices.
- Combinations: Overlay on EMA clouds for confluenceโswitch aligning with cloud break strengthens signal. Add volatility filters like ATR bands to debounce in low-volume regimes.
Behavior, Constraints & Performance
Signals confirm on bar close within segments, with running polyline updating live but gated by minimum bars to prevent flicker. Higher timeframe changes may introduce minor repaints on timeframe switches, mitigated by relying on confirmed HTF closes rather than intrabar peeks. Resource limits cap at 500 labels/lines and 50 polylines, pruning old objects on switches to stay efficient; no explicit loops, but array growth ties to segment lengthโsuitable for up to 500-bar histories without lag.
Known limits include delayed visualization in short segments and insensitivity to overbought/oversold levels, as thresholds are inputted but not actively visualized. Gaps in source data reset accumulators prematurely, potentially skewing early RSI.
Sensible Defaults & Quick Tuning
Start with EMA length 10, daily segments, and 3-bar wait for balanced responsiveness on hourly charts. For excessive switches in ranging markets, increase wait bars to 5 or EMA to 14 to dampen noise. If signals lag in trends, drop EMA to 5 and use 1H segments. For stable assets like indices, widen to weekly segments; tune colors for dark/light themes without altering logic.
What this indicator isโand isnโt
This tool serves as a momentum visualization and switch detector layered over price action, aiding trend identification and confirmation in segmented contexts. It is not a standalone trading system, predictive model, or risk calculatorโalways integrate with broader analysis, position sizing, and stop-loss discipline. View it as an enhancement for discretionary setups, not automated alerts without validation.
Disclaimer
The content provided, including all code and materials, is strictly for educational and informational purposes only. It is not intended as, and should not be interpreted as, financial advice, a recommendation to buy or sell any financial instrument, or an offer of any financial product or service. All strategies, tools, and examples discussed are provided for illustrative purposes to demonstrate coding techniques and the functionality of Pine Script within a trading context.
Any results from strategies or tools provided are hypothetical, and past performance is not indicative of future results. Trading and investing involve high risk, including the potential loss of principal, and may not be suitable for all individuals. Before making any trading decisions, please consult with a qualified financial professional to understand the risks involved.
By using this script, you acknowledge and agree that any trading decisions are made solely at your discretion and risk.
Do not use this indicator on Heikin-Ashi, Renko, Kagi, Point-and-Figure, or Range charts, as these chart types can produce unrealistic results for signal markers and alerts.
Best regards and happy trading
Chervolino
Momentum Breakout Filter + ATR ZonesMomentum Breakout Filter + ATR Zones - User Guide
What This Indicator Does
This indicator helps you with your MACD + volume momentum strategy by:
Filtering out fake breakouts - Shows โ ๏ธ warnings when breakouts lack confirmation
Showing clear entry signals - ๐ LONG and ๐ป SHORT labels when all conditions align
Automatic stop loss & profit targets - Based on ATR (Average True Range)
Visual trend confirmation - Background color + EMA alignment
Signal Types
๐ LONG Entry Signal (Green Label)
Appears when ALL conditions met:
โ
MACD crosses above signal line
โ
Volume > 1.5ร average
โ
Price > EMA 9 > EMA 21 > EMA 200 (bullish trend)
โ
Price closes above recent 20-bar high
๐ป SHORT Entry Signal (Red Label)
Appears when ALL conditions met:
โ
MACD crosses below signal line
โ
Volume > 1.5ร average
โ
Price < EMA 9 < EMA 21 < EMA 200 (bearish trend)
โ
Price closes below recent 20-bar low
โ ๏ธ FAKE Breakout Warning (Orange Label)
Appears when price breaks high/low BUT lacks confirmation:
โ Low volume (below 1.5ร average), OR
โ Wick break only (didn't close through level), OR
โ MACD not aligned with direction
Hover over the warning label to see what's missing!
ATR Stop Loss & Targets
When you get a signal, colored lines automatically appear:
Long Position
Red solid line = Stop Loss (Entry - 1.5รATR)
Green dashed lines = Profit Targets:
Target 1: Entry + 2รATR
Target 2: Entry + 3รATR
Target 3: Entry + 4รATR
Short Position
Red solid line = Stop Loss (Entry + 1.5รATR)
Green dashed lines = Profit Targets:
Target 1: Entry - 2รATR
Target 2: Entry - 3รATR
Target 3: Entry - 4รATR
The lines move with each bar until you exit the position.
Chart Elements
Moving Averages
Blue line = EMA 9 (fast)
Orange line = EMA 21 (medium)
White line = EMA 200 (trend filter)
Volume
Yellow bars = High volume (above threshold)
Gray bars = Normal volume
Background Color
Light green = Bullish trend (all EMAs aligned up)
Light red = Bearish trend (all EMAs aligned down)
No color = Neutral/mixed
MACD (Bottom Pane)
Green/Red columns = MACD Histogram
Blue line = MACD Line
Orange line = Signal Line
Info Dashboard (Bottom Right)
ItemWhat It ShowsVolumeCurrent volume vs average (โ HIGH or โ Low)MACDDirection (BULLISH or BEARISH)TrendEMA alignment (BULL, BEAR, or NEUTRAL)ATRCurrent ATR value in dollarsPositionCurrent position (LONG, SHORT, or NONE)R:RRisk-to-Reward ratio (shows when in position)
How To Use It
Basic Workflow
Wait for setup
Watch for MACD to approach signal line
Volume should be building
Price should be near EMA structure
Get confirmation
Wait for ๐ LONG or ๐ป SHORT label
Check dashboard shows "โ HIGH" volume
Verify trend is aligned (green or red background)
Enter the trade
Enter when signal appears
Note your stop loss (red line)
Note your targets (green dashed lines)
Manage the trade
Exit at first target for partial profit
Move stop to breakeven
Trail remaining position
What To Avoid
โ Don't trade when you see:
โ ๏ธ FAKE labels (wait for confirmation)
Neutral background (no clear trend)
"โ Low" volume in dashboard
MACD and Trend not aligned
Settings You Can Adjust
Volume Sensitivity
High Volume Threshold: Default 1.5ร
Increase to 2.0ร for cleaner signals (fewer trades)
Decrease to 1.2ร for more signals (more trades)
Fake Breakout Filters
You can toggle these ON/OFF:
Volume Confirmation: Requires high volume
Close Through: Requires candle close, not just wick
MACD Alignment: Requires MACD direction match
Tip: Turn all three ON for highest quality signals
ATR Stop/Target Multipliers
Default settings (conservative):
Stop Loss: 1.5รATR
Target 1: 2รATR (1.33:1 R:R)
Target 2: 3รATR (2:1 R:R)
Target 3: 4รATR (2.67:1 R:R)
Aggressive traders might use:
Stop Loss: 1.0รATR
Target 1: 2รATR (2:1 R:R)
Target 2: 4รATR (4:1 R:R)
Conservative traders might use:
Stop Loss: 2.0รATR
Target 1: 3รATR (1.5:1 R:R)
Target 2: 5รATR (2.5:1 R:R)
Example Trade Scenarios
Scenario 1: Perfect Long Setup โ
Stock consolidating near EMA 21
MACD curling up toward signal line
Volume bar turns yellow (high volume)
๐ LONG label appears
Red stop line and green target lines appear
Result: High probability trade
Scenario 2: Fake Breakout Avoided โ
Price breaks above resistance
Volume is normal (gray bar)
โ ๏ธ FAKE label appears (hover shows "Low volume")
No entry signal
Price falls back below breakout level
Result: Avoided losing trade
Scenario 3: Premature Entry โ
MACD crosses up
Volume is high
BUT trend is NEUTRAL (no background color)
No signal appears (trend filter blocks it)
Result: Avoided choppy/sideways market
Quick Reference
Entry Checklist
๐ or ๐ป label on chart
Dashboard shows "โ HIGH" volume
Dashboard shows aligned MACD + Trend
Colored background (green or red)
ATR lines visible
No โ ๏ธ FAKE warning
Exit Strategy
Target 1 (2รATR): Take 50% profit, move stop to breakeven
Target 2 (3รATR): Take 25% profit, trail stop
Target 3 (4รATR): Take remaining profit or trail aggressively
Stop Loss: Exit entire position if hit
Alerts
Set up these alerts:
Long Entry: Fires when ๐ LONG signal appears
Short Entry: Fires when ๐ป SHORT signal appears
Fake Breakout Warning: Fires when โ ๏ธ appears (optional)
Tips for Success
Use on 5-minute charts for day trading momentum plays
Only trade high volume stocks ($5-20 range works best)
Wait for full confirmation - don't jump early
Respect the stop loss - it's calculated based on volatility
Scale out at targets - don't hold for home runs
Avoid trading first 15 minutes - let market settle
Best during 10am-11am and 2pm-3pm - peak momentum times
Common Questions
Q: Why didn't I get a signal even though MACD crossed?
A: All conditions must be met - check dashboard for what's missing (likely volume or trend alignment)
Q: Can I use this on any timeframe?
A: Yes, but it's designed for 5-15 minute charts. On daily charts, adjust ATR multipliers higher.
Q: The stop loss seems too tight, can I widen it?
A: Yes, increase "Stop Loss (รATR)" from 1.5 to 2.0 or 2.5 in settings.
Q: I keep seeing FAKE warnings but price keeps going - what gives?
A: The filter is conservative. You can disable some filters in settings, but expect more false signals.
Q: Can I use this for swing trading?
A: Yes, but use larger timeframes (1H or 4H) and adjust ATR multipliers up (3ร for stops, 6-9ร for targets).
Multi-Timeframe Trend Indicator with Signalsโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Multi-Timeframe Trend Indicator with Signals
by Zakaria Safri
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ ๏ธ IMPORTANT DISCLAIMERS:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โข This indicator may REPAINT on unconfirmed bars
โข Signals appear in real-time but may change or disappear
โข FOR EDUCATIONAL PURPOSES ONLY - NOT FINANCIAL ADVICE
โข Past performance does not guarantee future results
โข Always do your own research and use proper risk management
โข The Risk Management feature is VISUAL ONLY - does not execute trades
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ OVERVIEW:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
This indicator combines multiple technical analysis tools to help identify
potential trend directions and entry/exit points across different timeframes.
It uses SuperTrend, EMAs, ADX, RSI, and Keltner Channels to generate signals.
๐ฏ KEY FEATURES:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ SIGNAL TYPES:
โข All Signals: Shows all SuperTrend crossovers
โข Filtered Signals: Additional EMA filter for potentially higher quality signals
โข Signals use barstate.isconfirmed to reduce (but not eliminate) repainting
๐ TREND ANALYSIS:
โข Trend Ribbon: 8 EMAs creating a visual trend direction indicator
โข Trend Cloud: EMA 150/250 cloud for long-term trend context
โข Chaos Trend Line: Dynamic support/resistance trend line
โข Multi-timeframe dashboard showing trend across 8 timeframes (3m to Daily)
๐ TECHNICAL INDICATORS:
โข Keltner Channels: Dynamic price channels
โข RSI Background: Visual overbought/oversold zones
โข Candlestick Coloring: Three modes (CleanScalper/Trend Ribbon/Moving Average)
โข ADX-based trend strength analysis for MTF dashboard
๐ฏ VISUAL TOOLS:
โข Order Blocks: Supply/demand zones (optional)
โข Channel Breakouts: Pivot-based support/resistance levels
โข Reversal Signals: RSI-based potential reversal indicators
โข Visual TP/SL Lines: For reference only - does NOT execute trades
๐ DASHBOARD:
โข Real-time multi-timeframe trend analysis
โข Volatility indicator (Very Low to Very High)
โข Current RSI value with color coding
โข Customizable position and size
โ๏ธ SETTINGS:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
MAIN SETTINGS:
โข Sensitivity: Controls signal frequency (lower = more signals)
โข Signal Type: Choose between All Signals or Filtered Signals
โข Factor: ATR multiplier for SuperTrend calculation
TREND SETTINGS:
โข Toggle Trend Ribbon, Trend Cloud, Chaos Trend, Order Blocks
โข Moving Average: Customizable EMA (default 200)
ADVANCED SETTINGS:
โข Candlestick coloring with 3 different modes
โข Overbought/Oversold background coloring
โข Channel breakout levels
โข Show/hide signals
RISK MANAGEMENT (VISUAL ONLY):
โข โ ๏ธ Does NOT execute trades automatically
โข Shows potential Take Profit levels (TP1, TP2, TP3)
โข Shows potential Stop Loss level
โข Adjustable TP strength multiplier
โข For educational reference only
๐ HOW TO USE:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
1. SIGNAL INTERPRETATION:
โข "Buy" signals appear below candles when conditions are met
โข "Sell" signals appear above candles when conditions are met
โข Wait for bar close confirmation to avoid repainting
โข Use multiple timeframes for confluence
2. TREND CONFIRMATION:
โข Check the multi-timeframe dashboard for trend alignment
โข Use Trend Ribbon for visual trend direction
โข Trend Cloud shows longer-term market bias
โข Green candles = potential uptrend, Red = potential downtrend
3. ENTRY/EXIT STRATEGY:
โข Combine signals with other analysis tools
โข Check volatility status before entering trades
โข Use support/resistance levels for confirmation
โข The visual TP/SL lines are for planning only
4. RISK MANAGEMENT:
โข Always use stop losses (indicator shows suggested levels only)
โข Position size according to your risk tolerance
โข Never risk more than you can afford to lose
โข The indicator does NOT manage trades automatically
โ ๏ธ LIMITATIONS & RISKS:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
REPAINTING:
โข Signals may appear and disappear on unconfirmed bars
โข Always wait for bar close before taking action
โข Historical performance may look better than real-time results
FALSE SIGNALS:
โข No indicator is 100% accurate
โข Signals can fail in ranging/choppy markets
โข Use additional confirmation methods
โข Consider market context and fundamentals
VISUAL TP/SL:
โข Lines are for reference/planning only
โข Does NOT place or manage actual trades
โข You must manually set your own stop losses
โข TP levels are calculated estimates, not guarantees
๐ง TECHNICAL DETAILS:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โข Version: Pine Script v5
โข Overlay: Yes (displays on main chart)
โข Anti-repaint measures: Uses barstate.isconfirmed on signals
โข Security function: Uses lookahead protection for higher timeframes
โข Dynamic requests: Enabled for MTF analysis
โข Max labels: 500
๐ COMPONENTS EXPLAINED:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
SUPERTREND:
โข Core signal generator using ATR-based bands
โข Crossovers indicate potential trend changes
โข Adjustable via Sensitivity and Factor inputs
EMA FILTER:
โข Uses 200 EMA as trend filter (customizable)
โข Filtered signals require price above/below EMA
โข Helps reduce false signals in ranging markets
ADX TREND QUALITY:
โข Measures trend strength across timeframes
โข Used in multi-timeframe dashboard
โข Shows Bullish/Bearish/Neutral states
KELTNER CHANNELS:
โข Multiple bands showing volatility zones
โข Color-coded based on RSI levels
โข Helps identify overbought/oversold conditions
ORDER BLOCKS:
โข Identifies supply/demand zones
โข Based on price structure and pivots
โข Can extend to the right for projection
๐ก BEST PRACTICES:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Use multiple timeframe confirmation
โ Wait for bar close before acting on signals
โ Combine with support/resistance analysis
โ Check overall market conditions
โ Use proper risk management (1-2% per trade)
โ Backtest on your specific market/timeframe
โ Paper trade before using real money
โ Keep a trading journal
โ Adjust settings to your trading style
โ Don't rely solely on this indicator
โ Don't ignore risk management
โ Don't trade on unconfirmed signals
โ Don't overtrade every signal
โ Don't use without understanding how it works
โ Don't expect the TP/SL feature to trade for you
๐ SUPPORT & UPDATES:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Creator: Zakaria Safri
Version: 4.3 (Compliance Update)
For questions or feedback, please use TradingView's comment section.
โ๏ธ FINAL DISCLAIMER:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
This indicator is provided for EDUCATIONAL and INFORMATIONAL purposes only.
It is NOT financial advice, investment advice, or a recommendation to buy/sell.
Trading involves substantial risk of loss. Past performance, whether actual or
indicated by historical tests of strategies, is not indicative of future results.
The creator assumes NO responsibility for your trading results. You are solely
responsible for your own investment decisions and due diligence.
Always consult with a qualified financial advisor before making investment decisions.
By using this indicator, you acknowledge and accept these risks and limitations.
Pump-Smart Shorting StrategyThis strategy is built to keep your portfolio hedged as much as possible while maximizing profitability. Shorts are opened after pumps cool off and on new highs (when safe), and closed quickly during strong upward moves or if stop loss/profit targets are hit. It uses visual overlays to clearly show when hedging is on, off, or blocked due to momentum, ensuring youโre protected in most market conditions but never short against the pump. Fast re-entry keeps the hedge active with minimal downtime.
Pump Detection:
RSI (Relative Strength Index): Calculated over a custom period (default 14 bars). If RSI rises above a threshold (default 70), the strategy considers the market to be in a pump (strong upward momentum).
Volume Spike: The current volume is compared to a 20-bar simple moving average of volume. If it exceeds the average by 1.5ร and price increases at least 5% in one bar, pump conditions are triggered.
Price Jump: Measured by (close - close ) / close . A single-bar change > 5% helps confirm rapid momentum.
Pump Zone (No Short): If any of these conditions is true, an orange or red background is shown and shorts are blocked.
Cooldown and Re-Entry:
Cooldown Detection: After the pump ends, RSI must fall below a set value (default โค 60), and either volume returns towards average or price momentum is less than half the original spike (oneBarUp <= pctUp/2).
barsWait Parameter: You can specify a waiting period after cooldown before a short is allowed.
Short Entry After Pump/Cooldown: When these cooldown conditions are met, and no short is active, a blue background is shown and a short position is opened at the next signal.
New High Entry:
Lookback New High: If the current high is greater than the highest high in the last N bars (default 20), and pump is NOT active, a short can be opened.
Take Profit (TP) & Stop Loss (SL):
Take Profit: Short is closed if price falls to a threshold below the entry (minProfitPerc, default 2%).
Stop Loss: Short is closed if price rises to a threshold above the entry (stopLossPerc, default 6%).
Preemptive Exit:
Any time a pump is detected while a short position is open, the strategy closes the short immediately to avoid losses.
Visual Feedback:
Orange Background: Market is pumping, do not short.
Red Background: Other conditions block shorts (cooldown or waiting).
Blue Background: Shorts allowed.
Triangles/Circles: Mark entries, pump start/end, for clear trading signals.






















