Slow and Fast TurtleThis script is based on the famous turtle strategy with add on cha stop.
- Fast Buy triggered when price cross upper DC 20.
- Slow Buy triggered when price cross upper DC55.
- There is 2 lines (black line) which is Stop Line and Average Up line.
- Stop when price close below Stop Line and Average Up when price close above Average Up line.
- There is 2 Sell signal which is Fast Sell and Slow Sell. Fast Sell triggered when price close below than lower DC 10 and Slow Sell triggered when price close below than lower DC 20.
- Cha stop is also sell signal which is triggered when close price is lower than lowest 2 days before.
真實波幅均值(ATR)
ATR on Double Bollinger Bands (BB) ATR Coupled with Bollinger bands helps you to time the Entries & Exits.
The combination of two Volatility Indicators ATR & Bollinger bands captures cyclical behavior of the market.
This Indicator helps you to identify the range contraction & range expansion for trades & signals reversal signs
ATR - Double Bollinger Bands (BB) indicator plots Two Bollinger Bands on ATR Indicator.
ATR - Double Bollinger Bands (BB) indicator plots Two Bollinger Bands on ATR Indicator.
Markets go through cycles of contraction and expansion. Range Expansion is identified when ATR is rising above the ATR average. Range Contraction is identified when ATR is falling below ATR average.
Whenever the market is contracted, then comes the range expansion so these signals can be used for entries & exits.
The average true range is a volatility indicator. Volatility measures the strength of the price action and is often considered for clues on market direction
This is the combination of two Volatility Indicators ATR & Bollinger bands to capture cyclical behavior of the market.
How to use the indicator for Entry & Exits ?
When ATR is below Bollinger band basis line and closer to the lower band that indicates the range contraction, so traders can expect the range expansion soon & entering long positions becomes a safe bet.
When ATR is touching the upper Bollinger band (2 standard deviation) that indicates range expansion so closing a long position or booking partial profits becomes a safe bet, because the stock is likely to enter a trading range or reverse direction at this point.
When ATR is outside the upper Bollinger band, avoid long trades as range contraction expected soon.
Reversals - A reversed trend is expected when price touches its extreme outer bands. it is always a good practice to confirm reversal signals with more than one indicator signals.
A prolonged period of low ATR values may indicate a consolidation area and the possibility of a continuation move or reversal.
DTR vs ATRThis script shows DTR vs ATR (Today's True Range vs 14 days Avg True Range) along with percentage. The label automatically changes color based on percent value. <=70 is GREEN, >=90 is RED and between 70 & 90 is ORANGE.
The location of the script not stick to one place. There is no such a functionality to keep it static at one location (like top right corner). But I think that feature is coming soon. I may be wrong.
ARS Strength IndexThis script is a graphis representation of Gunbot`s addon called ARS.
Small script indicator showing the strength (volatility) of a current selected pair.
Based on % deviation between ATR and baseline SMA(ATR)
Supposed to be used on 1h frame.
Could be used to switch automated trading strategy settings to more save if index grows.
Green zone is calm market
Yellow zone is average
Red is risk zone
Purple is high risk zone (liqudation)
!BooM!Hello
The indicator measures the relationship between Average True Range (ATR) that shows how much an asset moves, on average, during a given time frame and Standard Deviation that measuring how widely asset prices are dispersed from the average price. If prices trade in a narrow trading range, the relationship between the ATR and SD will return a low value that indicates low volatility that will lead to potential price quick movement.
To increase the accuracy of the indicator and reduce false signals, it generates three circles, each indicate protentional price quick movement coming. For circle to print, following criteria must meet:
• Green Circle is based on low volatility and both ATR and SD are at minimum value for a short pre-defined time frame.
• Magenta Circle is based on low volatility and SD are at minimum value for a long pre-defined time frame.
• Yellow Circle is based on low volatility and SD are at minimum value for a short pre-defined time frame and Average Directional Movement Index reaching to pre-defined level.
The indicator focuses mainly on identifying potential price quick movement. However, it is equipped with two signal that is generated upon crossing the keltner channel upper or lower bands to help identifying the direction of the price movements but the user shall study the chart on big time frame to confirm the direction of the price movement.
If you would like to use it, please drop a message or find other contact under my signature.
After purchase, open the TradingView indicator library. Under the Invite-Only Scripts section, you will see it. Add it to your chart and save your chart layout.
Daily GAP StatsI did not write the script from scratch but rather started editing code of an existing one. The original code came from a script called GAP DETECTOR by @Asch-
First up: I am a trader, not a programmer and therefore my code most likely is inefficient. If someone with more expertise would like to help and optimize it - feel free to get in touch, I am always happy to learn some new tricks. :)
This script does 2 things:
- It shows daily gaps stats based on user inputs
- It shows color coded labels on gap days with additional information in tooltips ( important: make sure to read 'known issues/limitations' at the end )
User Inputs
==========
Although the input dialog is pretty straight forward, I do a quick rundown:
- Length: max lookback time
- Gap Direction: self explanatory
- Show All Gaps | Cont Only | Reversal Only | Off:
This refers to the way labels are displayed on gap days (again: make sure to read known issues/limitations!)
- Show All Gaps: does what it says
- Cont Only: only shows gaps where price continued in the gap direction. If you filter for gap ups and chose 'Cont only' you will only see labels on gap days where price closed above the open (and vice versa if you scan for gap downs).
- Reversal Only: you will only see labels for closes below the open on gap up days (and the opposite on gap down days)
- Off: self explanatory
- Gap Measure in ATR/PCT: self explanatory, ATR is calculated over a 10d period
- Gap Size (Abs Values): no negative values allowed here. If you filter for gap downs and enter 3 it means it will show gaps where the stock fell more than 3 ATR/PCT on the open.
- RVOL Factor: along with significant gaps should come significant volume. RVOL = volume of the gap day / 20d average volume
- Viewing Options: Placing the stats label in the window is a bit tricky (see knonw issues/limitations) and I was not sure which way I liked better. See for yourself what works best for you.
Known Isusses/Limitations:
=======================
- Positioning of the stats table:
As to my knowledge, Tradingview only allows label positioning relative to price and not relative to the chart window. I tried to always display the gap stats table in the upper right corner, using 52wk high as y-coordinate. This works ok most of the time, but is not pretty. If anybody has some fancy way to tag the label in a fixed position, please get in touch.
- Max number of labels per script:
TradingView has a limitation that allows a maxium of ~50 labels per script. If there are more labels, TradingView will automatically cut the oldest ones, without any notification. I have found this behaviour to be rather inconsistent - sometimes it'll dump labels even if there are a lot fewer than 50. Hopefully TradingView will drop this limitation at one point in the future.
Important: The inconsistent display of the gap day labels has NO INFLUENCE on the calculations in the gap stats table - the count and the calculations are complete and correct!
MA Trailing StopA Trailing Stop indicator that uses a multiple of ATR below a SMA/EMA line. Support long positions only.
Configurables:
1. Use SMA or EMA
2. MA Period
3. ATR multiplier
4. ATR look back period
The bottom of the red area indicates the stop line. The top of the red area indicates the reference MA line.
Ideal use case is you find your a red area that covers most local lows.
The stop line moves up with MA, but does not move down if MA moves down.
If moves down (re-calculates itself) only when a low penetrates the stop line.
Chandelier Exit | SAR/Long Only (4CUP)As introduced by StockCharts.com, Chandelier Exit was developed by Charles Le Beau and featured in Alexander Elder's books, this sets a trailing stop-loss based on the Average True Range (ATR).
Chandelier Exit can be formulated as a stop-and-reverse (SAR) or as a traditional trailing stop-loss version shown by Stockcharts.com.
The main difference is that, in SAR version, the indicator is usually formulated in a higher of previous or spot indicator (HPS) for long and lower of previous and spot indicator (LPS) for short position.
This indicator is coded to show both the SAR version and the traditional one shown by Stockcharts.com (for long position) by simply clicking a tick in the Version box.
The ATR multiplier is relaxed to allow non-integer input, like 3.5, 4.25, ... for a greater flexibility to tailor your best-fit exit strategy.
If you find this indicator is useful to you, Star it, Follow, Donate, Like and Share.
Your support is a highly motivation for me.
TrendRangeIdentifier V3This is non-overlay version of
Since, we plot trend value which keeps incrementing/decrementing upon every step, this also helps us in identifying strength of trend and how long the trend is going on.
Other changes:
Removed display of channels
Coloring candles made optional
ATR Trend & ATR Top/Bottom (Zeiierman)█ Overview
ATR Trend & ATR Top/Bottom (Zeiierman) blends momentum, volatility, and adaptive trend analysis into a unified framework. It fuses a dynamic oscillator with ATR-based exhaustion detection to identify trend direction, impulses, and potential reversals within the same structure.
Rather than viewing volatility as noise, this tool interprets it as trend expansion, which represents directional conviction, while contraction signals absorption or exhaustion. By combining multi-phase smoothing, adaptive ATR scaling, and contextual trend filtering, the indicator delivers a complete picture of when a market is accelerating, stabilizing, or reversing.
It performs best once a trend has matured and volatility normalizes around a directional core, giving traders the confidence to participate in established moves while dynamically managing risk.
⚪ Why This One Is Unique
Traditional trend oscillators rely on fixed parameters that degrade across assets or timeframes. ATR Trend & ATR Top/Bottom instead employs adaptive weighting and volatility-normalized filtering that automatically aligns with the current market structure.
Its framework integrates three distinct components:
Adaptive Oscillator Core that reveals the internal rhythm of trend and momentum.
ATR Top/Bottom Layer that marks exhaustion and potential turning zones.
Trend Signal & Dynamic Trailing Stop Engine that highlights directional shifts, confirms alignment with the prevailing trend, and transforms trend data into a self-adjusting risk-management system.
█ Main Features
⚪ ATR Trend (The Main Oscillator)
The ATR Trend serves as the indicator’s primary oscillator, translating price and volatility dynamics into a smooth directional curve. When the oscillator line remains above its equilibrium, bullish momentum dominates; when it stays below, bearish momentum prevails. Color transitions reflect real-time trend bias, helping traders immediately recognize whether the market is strengthening or weakening.
This component forms the structural core of the tool, defining overall trend direction, momentum intensity, and transition zones.
It also visualizes trend expansion through the fast leading signal line. When this line crosses above the upper or below the lower boundary, it signals an expansive move within the active trend, often representing short-term overbought or oversold conditions, and can also indicate trend strength in the prevailing market direction.
⚪ ATR Top/Bottom
The ATR Top/Bottom layer highlights potential exhaustion zones within the trend. Green peaks reveal areas of buy-side saturation, suggesting a possible slowdown or reversal in bullish momentum, while red peaks mark sell-side extremes, often appearing before stabilization or renewed strength. These zones help traders identify when a move is becoming stretched or losing balance, offering valuable context for managing exits, scaling out, or anticipating reversals. However, these areas can extend for a prolonged period when price is in a strong, sustained trend, reflecting persistent directional pressure rather than immediate exhaustion.
⚪ Trend Channel Hits
The Trend Channel Hits feature visualizes moments when the price interacts with the projected internal trend channel boundaries of the prevailing trend.
Green arrows appear when the price touches the upper boundary of the trend channel. This can indicate two possible outcomes:
A potential breakout from a negative trend into a developing bullish trend, as price breaks above the upper boundary of the descending channel.
A take-profit zone within an established bullish trend, as price reaches the upper channel where mean reversion is likely to occur.
Red arrows appear when the price touches the lower boundary of the trend channel. This can indicate:
A potential breakout from a positive trend into a developing bearish trend, as price breaks below the lower boundary of the rising channel.
A take-profit opportunity within an established bearish trend, as price reaches the lower channel where mean reversion or short-term recovery is likely to occur.
These signals provide early visual confirmation of trend exhaustion, continuation, or structural breakout, helping traders refine entries, exits, and profit-taking within the broader market context.
█ How to Use
⚪ Trend Following
When the oscillator line remains above the mid-level, the market is in a bullish phase. When it stays below the mid-level, the trend is bearish. Periods where the oscillator holds close to its upper or lower limits indicate strong, sustained momentum in that direction. Watch for color changes or crossovers near the mid-level, as these often signal an upcoming shift in trend control.
Bullish Trend
Bearish Trend
⚪ Trend Signals
To help traders identify and participate in trend trades, the indicator includes pre-built Trend Signals that highlight optimal entry conditions within confirmed market trends. These signals are designed to activate only once the market shows established directional momentum, ensuring higher reliability and filtering out noise from short-term fluctuations.
In addition, the indicator includes built-in take-profit markers for each signal. These serve as suggested partial exit levels, helping traders systematically secure profits while allowing the remaining position to follow the trend with the dynamic trailing stop.
Before relying on the signals, always confirm that the market has been trending for a sustained period. This ensures that entries align with genuine long-term directional strength rather than temporary volatility.
Bullish Trend Signals
Bullish Trend Signals appear during an established uptrend when the indicator detects confirmed positive momentum and stable directional structure. These signals mark potential continuation points where buyers regain control after short-term pauses or pullbacks.
The objective is to follow the trend signals, manage trades with the dynamic trailing stop, and consider taking partial profits at the inbuilt take-profit levels plotted by the indicator.
This setup works best when the market is trending clearly upward and has demonstrated consistent buying strength over time.
Bearish Trend Signals
Bearish Trend Signals occur during a confirmed downtrend, indicating that selling momentum remains dominant and the trend structure is intact. They typically appear after short-term corrective rallies, signaling that sellers are reasserting control within the broader bearish environment.
As with bullish signals, the goal is to follow the trend signals and trailing stop to capture sustained downside movement, while using the inbuilt take-profit levels to lock in partial gains as the move progresses. This approach performs best when the market is in a clear, mature downtrend with persistent selling pressure and expanding downside momentum.
⚪ Trend Impulses
Impulses represent short bursts of directional acceleration within the active trend.
A surge above the upper band reflects bullish expansion.
A move below the lower band marks bearish acceleration.
These impulses often precede short consolidations before the trend resumes. Traders can use them to scale into strong phases or take partial profits at temporary extremes.
⚪ Reversals
Enable ATR Top/Bottom to monitor momentum peaks:
Red peaks show strong selling momentum. When these peaks start to fade, it can signal that selling pressure is weakening and a potential recovery may be forming.
Green peaks show strong buying momentum. As their size shrinks, it may signal that buying pressure is slowing, and a possible pullback or reversal could follow.
⚪ Extended Trends
For traders who want to visualize intense, extended trend phases, enable the ATR Top/Bottom feature and increase the Length setting to around 30, with Sensitivity set between 40 and 50. Consider reducing the ATR Trend Length to 50 to gain clearer signals of when a trend begins and ends.
This configuration extends the ATR Top/Bottom zones across the entire duration of a major trend, making it easier to identify sustained directional strength and long-lasting momentum phases.
█ How It Works
⚪ Adaptive Oscillator Engine
The oscillator interprets directional flow through a combination of momentum mapping and volatility weighting. It continuously re-centers its equilibrium to reflect evolving market structure, producing a stable yet responsive representation of underlying trend force.
Calculation: Applies multi-domain smoothing and adaptive normalization to align amplitude with volatility while maintaining directional coherence.
⚪ ATR Top/Bottom Detection
The exhaustion layer isolates high-magnitude deviations from the current volatility envelope, identifying potential top and bottom regions where expansion may stall.
Calculation: Uses proportional volatility thresholds and dynamic range modeling to highlight statistically elevated momentum extremes without over-reacting to noise.
-----------------
Disclaimer
The content provided in my scripts, indicators, ideas, algorithms, and systems is for educational and informational purposes only. It does not constitute financial advice, investment recommendations, or a solicitation to buy or sell any financial instruments. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, backtest, or individual's trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
付費腳本
Minimum Average True RangeI use ATR a lot when designing trading strategies, this way the strategy adjusts to the instrument in most cases instead of me plugging in special numbers.
However, ATR itself could get spiked by some violent moves. For this I have created MinATR which I am publishing here.
It is effectively ATR + minimum ATR over the last "Min Length" bars. (this is a parameter which I have defaulted to 50).
So use this the same way you use ATR, but it will also show the min ATR over the last "Min Length" periods.
Range & Trend (Zeiierman)█ Overview
Range & Trend (Zeiierman) is a trend-first mapping of price that fuses an adaptive Range & Trend Line, a Trend Buffer (noise gate), a volatility-aware Trend Tracker, and optional Range Levels & Candles to reveal where trend is establishing, compressing, or handing off to a ranged regime.
Execution is guided by graded Buy/Sell labels (Regular / Plus / Strong), structural HH/HL & LL/LH markers with optional Peak Profit readouts, and a multi-TF Timeframe Scanner for alignment.
⚪ Why This One Is Unique
Unlike single-source trend lines, this version layers two orthogonal stabilizers:
a Range & Trend core that adapts its band size to volatility and dispersion, and
a dynamic smoothing buffer that dampens insignificant fluctuations, ensuring only meaningful trend movements affect signal output.
Signals are graded (Regular / Plus / Strong) based on contextual conditions, allowing traders to gauge the conviction behind each trend event. Range Candles add regime context by coloring bars only when a statistically consistent range structure forms, highlighting potential consolidation or transitional market phases. A lightweight Timeframe Scanner completes the workflow, broadcasting alignment from intraday to daily without adding chart clutter.
█ Main features
⚪ Range & Trend Line – Signal Generator
Adaptive directional mapping forms the foundation of the system. It highlights the active trend through color transitions and generates graded Buy/Sell labels (Regular / Plus / Strong) to reflect the strength of confirmation. The line responds dynamically to volatility, revealing when momentum is expanding, stabilizing, or reversing.
Unlike typical reactive signal tools, this model isolates only the most strong and meaningful trend transitions — those with the structural weight to establish or extend a new long-term directional phase. Each signal represents a filtered, high-conviction shift rather than a short-term fluctuation.
⚪ Trend Buffer (Noise Gate)
A precision filter that smooths the core trend output and suppresses false flips caused by short-term noise. It enhances visual consistency and provides the confirmation layer used to promote Regular signals to Plus strength when agreement occurs between buffer and core.
⚪ Trend Tracker
A trailing validation line that tracks directional health and trend persistence. It advances only in the direction of the active move, creating an adaptive stop-like reference. Tracker alignment helps identify trend exhaustion and contributes to Strong-grade signal confirmation.
⚪ Range Levels & Candles
Contextual zones that identify periods of compression or balance. When a valid range forms, candles are shaded within it, distinguishing ranging environments from trending conditions. These zones help anticipate breakouts and define natural support and resistance areas.
⚪ Live Structure (HH/HL & LL/LH with Peak Profit)
Displays real-time structural evolution — Higher Highs/Lows during uptrends and Lower Highs/Lows during downtrends. The optional Peak Profit label shows performance since the last regime change, offering an immediate view of current trend efficiency.
⚪ Timeframe Scanner
A compact multi-timeframe alignment panel that visualizes bullish or bearish trend states across user-selected intervals. It provides fast confirmation of directional consensus, helping traders act only when the broader structure supports their chosen bias.
█ How to Use
⚪ Range & Trend Line – Signal Generator
The Range & Trend Line is the core signal engine — its color shifts mark confirmed directional changes. This is where the system produces the graded Buy/Sell signals shown as ▲ / ▼ labels. Each grade reflects how many internal layers agree at the moment of signal creation:
Regular (▲ / ▼) – Triggered by a confirmed flip in the Range & Trend core. It appears when the base trend direction changes and is the earliest signal of potential reversal.
Plus (▲ + / ▼ +) – Requires the Trend Buffer to confirm the same direction. This upgrade indicates stronger trend agreement and higher reliability.
Strong (▲ ++ / ▼ ++) – These are high-conviction continuation signals and typically occur after structural confirmation.
How to trade them: Regular signals provide early awareness; Plus signals suggest confirmation; Strong signals mark trend maturity or high-probability continuations. Always trade in the direction of the prevailing trend. Use the Trend Buffer or Live Structure to confirm the dominant directional bias before acting on a signal.
⚪ Support and Resistance
The Range & Trend Line and the Buffer Line can act as dynamic support and resistance zones. Price often reacts around these levels, confirming whether the current move is continuing or losing strength.
Look for confirmation or rejection signals near these lines. Reactions around them often mark key decision points within the active trend.
⚪ Range Levels & Candles
Highlights when price enters structured consolidation zones. Candle coloring activates only inside validated ranges, helping to identify areas that show the typical characteristics of a ranging market. These zones visually separate balanced conditions from active trends and provide context for potential transitions.
Watch how price reacts around the upper and lower range levels. Look for false or confirmed breakouts, and expect price to move between these boundaries until a clear breakout develops. Range edges can also serve as practical entry or stop zones.
█ How It Works
⚪ Range & Trend Core
The main engine that defines the chart’s directional trend line. It adapts to changing market conditions, showing a smooth and reliable view of trend strength and direction.
Calculation: Builds a range-adaptive structure whose width adjusts with current volatility. The core moves toward new highs or lows but limits pullbacks to avoid false shifts. Several smoothing methods work together to create a steady, low-lag trend path.
⚪ Trend Buffer (Noise Gate)
A stabilizing layer that keeps the main trend line steady when price noise increases. It improves visual clarity and helps confirm true direction before a trend update appears.
Calculation: Uses a feedback-based update that reacts more when movement is strong and less when noise dominates. This lets the buffer ignore minor fluctuations while staying responsive to real trend changes.
⚪ Trend Tracker
A support line that follows the main move and helps confirm when a trend remains intact. It also serves as a guide for managing active positions.
Calculation: Applies a one-way trailing system that only moves in the direction of the trend. The offset adjusts with volatility, keeping a consistent distance that tightens or widens with market energy.
⚪ Buy/Sell Signal Engine (Regular / Plus / Strong)
The signal system that classifies entries by strength and confirmation level. It reacts to real-time trend changes while filtering weak reversals.
Calculation: Detects state flips in the Range & Trend Core, checks for agreement with the buffer, and rates each signal by historical pattern support. Higher-grade signals appear only when several layers confirm continuation strength.
⚪ Range Levels & Candles
Identifies short-term balance zones and highlights candles within those areas. These zones show where price pauses before the next directional move.
Calculation: Finds upper and lower range limits based on recent highs and lows, confirming only when several bars form a stable zone. Candle colors and level lines extend slightly forward to show likely reaction areas.
⚪ Swing Points & Peak Profit
Marks key turning points and measures performance since the last reversal. It helps track the strength and duration of each movement.
Calculation: Keeps a short memory of recent pivots and updates only when a new high or low replaces the last one. The percent distance from the last flip to the current bar defines the live Peak Profit reading.
⚪ Timeframe Scanner & Alert Aggregator
Combines directional data from multiple timeframes into a single view. Alerts trigger only when all selected timeframes agree.
Calculation: Gathers the trend state from each timeframe, converts it to a simple up or down value, and compares the results. When every layer matches your chosen direction, one clear, high-confidence alert is sent.
-----------------
Disclaimer
The content provided in my scripts, indicators, ideas, algorithms, and systems is for educational and informational purposes only. It does not constitute financial advice, investment recommendations, or a solicitation to buy or sell any financial instruments. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, backtest, or individual's trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
付費腳本
BlackPika Supertrend S1Hello Reader!
This study script is based on the SuperTrend. There are some extra things added to make it able to use more efficiently. They are listed below:
1. Pullback signals: These signals indicate a pull back after a trend reversal and are the most optimum places where you can add to your existing position. They also come with Alerts !
2. Trailing Stop Loss and Take Profit: These further help to reduce the draw-down and can help you to trail profits with more granularity thus securing gains.
How to use ?
----------------
Personally I use it on major pairs on cryptocurrencies like BTCUSD . Usually after the trend flips, there will be pullbacks, You can enter a part of the position when trend reversal is confirmed. Then add more when you get a pullback. To make life simpler, alerts are added for pullback signals as well. These can help acheive good entry price. Entering at pullback signals limits your losses to a great extent, as the trend will flip on the bar close if it goes against you.
You can trade manually or you can automate. All the signals have been provided with Alerts. some signals have been grouped, to reduce the number of the alerts if you wish to.
I wish you all the luck and please comment and Like if you have any doubts.
How to gain access ?
-------------------------
1. You can dm me in trading view
Confluence of Indicators and Signals v1 skvWhy this script
This script will display the buy or sell signals received from indicators, super trend, adx, rsi, macd, sma, and floor pivots along with some tweaked calculations and fixed numbers. This is useful for beginners who want to study the signals and timing to practice. This script is created for educational purpose and can be used for intraday scalping with 5 minutes time frame only after the signals are understood clearly.
How to use
Strong Buy - when series of buy/long signals generated by indicators, bright green up arrow indicates momentum/strength
Strong Sell - when series of sell/short signals generated by indicators, bright orange down arrow indicates momentum/strength
Exits - use the pivot lines, or the RSI-LX, SX exit signals. Also combine with Bollinger Bands to understand the exit points.
Look for reversals at pivot resistance and support.
Disclaimer
1. Only for educational purpose
2. Intraday scalping strategies only and on 5 min timeframe
3. Do paper trade before using any information for actual trading
4. Not swing or positional trade
ATR-Based Moving Average EnvelopesSimple MA envelopes, but the distance which the MA is projected is dependent on ATR. User chooses MA length, ATR length. Additionally, there is a multiplier which can be used to project the bands additional X amount of ATR.
[co.n.g] LeathermanThis is a modest approach of assembling my most favorite strategies into a single indicator script!
I extended the functionality of the ART to the maximum in this piece of price action and volume analysis.
The original "Average Range Targets" - though by default turned off t due to heavily re-scaling the chart -
and the previous day's high and low.
What I've added:
high and low of the actual week
high and low of the previous week
open of the day
close of the previous day
VWAP of the daily session - adjustable to any length
VWAP of the weekly session
opening range / inital balance of the session -fixed to 15 Minutes
I've decluttered the chart as good as possible.
KNOWN BUGS:
Sometimes the plotting is incorrect due to rescaling or zooming in and out of the chart.
How to use - a quick price action guide:
The breakout of the open range is often indicating the trend of the day, a false breakout is often seen as a reversal sign.
A price below the VWAP is seen as cheap, a price above as expensive. In contrary to others, I personally prefer to see a rising price on a rising VWAP ;
additionally, I like bounces off or spikes and reversals through the VWAP , either the daily or the weekly.
The highs and lows of the days and weeks are seen as support and resistance . Trade preferably long above and short below those levels.
The ADR is an indication not working perfectly, especially with stocks.
!!! WARNING !!!
Don't rely solely on a single script nor a single indicator!
Always consider the price action, the trend, the overall market and especially the volume.
There is no "Get-Rich-Quick"-scheme, learn to read the chart and trade accordingly.
Enjoy and make money!
Yours,
Constantine
p.s.:
If you like to show your gratitude for my work:
CHEER!
Risk Volume CalculatorBid volume calculation from average volatility
On label (top to bot):
Percents - averaged by moving in timeframe resolution
Cash - selected risk volume in usdt
Lots - bid volume in lots wich moving in Percents with used leverage is Cash
U can switch on channels to visualise volatility*2 channel or stakan settings
ATR_percentATR_percent is an indicator that i have created to find and be ready for volatility in stock or index. Works best in the 15 min time frame. Use case can be for Nifty and Banknifty.
Basically, whenever the ATR _percent line leaves the yellow line for upwards, market is falling. While if it is heading downwards, the market is rising.
Supertrend - Delayed TrailI use supertrend for for trailing stops. One of the problem of trailing stops in long term trend trading is we get stopped too early and then trend continues. To avoid this problem, we can limit or delay our trailing.
In this modified version of supertrend, we can delay trailing by two methods:
Bars : Trail after certain bars. Input DelayBars says after how many bars it should trail.
Steps : Trail after reaching equivalent stop on the other side.
ConsiderWicks option reverse direction upon high reaching trailing Sell stop or low reaching trailing buy stop (instead of close)
ConsiderWicksForDelayByStep does the same thing for calculating if the steps have reached.
Volatility Squeeze Region IndicatorVolatility Squeeze Indicator conditions based on lowest ATR ,proportion of Bollinger and keltner channel upper and lower bands. Usage to identify and highlight Squeeze region when if indicator value <1 means Squeeze On and >1 means Squeeze off .
Additionally Background Highlights for Daily(Blue), Weekly(Brown) and Monthly(purple) Squeeze regimes for confluence check. For Breakouts and trades use appropriate Price Action and in conjunction other indicators.
TrendRangeIdentifier V2This is the enhanced version of TrendRangeIdentifier:
Highlights of this version are:
Different ATR multiplier used based on trend.
Supertrend is used for trend bias for determining which ATR to use on which side
Crossover is based on option selected. It can be either high, low or close price which is determined by crossover type selected.
Remaining parameters remain same as that of original indicator.
Moving Average Ribbon Master StrategyThe following features available in this strategy are listed below. To access, please visit the website in the signature area of this posting.
INTRODUCTION
Robust, fast, trading system
Multiple time frame (MTF) aspects built in everywhere into the strategy
Combines swing, scalp, greedy, volatile trading mechanisms
Works on intraday day time frames as well as Daily and Weekly
Trade sizing, targets, and stops are shown as new trades form and existing trades develop
Alerts warn the trader on all aspects of the trade evolution
Alerts are ready to be used for complete lifecycle automated trading
EMA TRADING
Combining EMAs on a higher time frame than the chart time frame is key
Trade conditions are met on a lower time frame that agree with the EMA ribbon direction
WHY DOES IT WORK?
With the right EMA settings, it is "hard" to generate trades.
The trade direction can easily shift
Successful trade entry triggers require a strong trend
While the EMA trend is positive, longs are taken on pullbacks, opposite for shorts
A basic learning algorithm is used to create a stop behind the trades
Learns over time the best stop offset from the price based on volatility
SWINGS AND SCALPS
Swings and scalps are treated differently.
Swings are the very first trade taken upon a directional shift. This is similar to the DIVINE series trading strategies
Swings are held until stopped out, Scalps always have a target based on the current volatility of the ticker and multiplier
Both swings and scalps start out in the "building" or "forming" phase.
A building phase is triggered when all criteria are met to form a long or short
Both trade types are executed as a market long or short when the ATR execution sensitivity reverses
The current ATR direction can be seen by the colored bars.
TRADING STYLES
Conservative
Aggressive
Greedy
Volatile
TRADE SIZING
Contract/Unit
VIX Multiplier
Percent of Equity
Percent Risk
TRADE INFORMATION
Historical trades show the price target of a scalp and the number of ticks of profit in parenthesis
New trades show all of the extra information surrounding the trade. This can be turned on to show the same information for past trades, but is left off to reduce clutter
Go over trade information categories one-by-one
Recent historical trades have a tooltip loaded to hover over and see the hidden information
Scalp trade is filled the numbered scalp icon shows as a (N)
SESSION WINDOW
Longs and shorts can only receive an execution signal when the ticker is within one of three session options provided
ADJUSTMENT
Last 3 sizing types show the quantity required to enter the trade to meet the parameters
Percent risk automatically adjusts the quantity to meet the risk criteria given the account equity, per trade
The account currency can be changed with will update the quantities automatically
Tick Unit and Value can also be changed if they are not accurate
ALERTS
Alerts for entire trade lifecycle
Full automated trading ready






















