Breakout Trend FollowerThis is a Study mirroring the Breakout Trend Follower Strategy I made. I use this one during live trading and the other for backtesting. It will also give alerts when buy and sell signals are hit.
Trend
Trend Cloud
The clouds reflect a possible overextension of the trend. Traders could use it as a signal to scale out the positions in the direction of the present trend or avoid scaling in.
The indicator plots the difference between ADX over the 45 level proportionate to the range between an ATR multiplier around MA. By default, the ADX is calculated with a DI length of 14 and an ADX smoothing of 14, an ATR length of 14, MA length of 20 and a multiplier of 2.
On the chart, I have highlighted with the vertical line the candles when the indicator was activated on all four timeframes simultaneously.
Colored VolumeThe height represents total volume, the ratio of red to green represents the bullish/bearish volume. AKA buyers or sellers.
Tool: Chop and Trade Zones (v2)This is a refactored and advanced version of my filter tool "Chop and Trade Zones"
A simple yet powerful way to filter out choppy ranges or sideways moves without missing out on good trades.
It calculates the %-distance of the price to a moving average so you can ignore buy/sell signals around the center line.
The upper and lower line are thresholds to catch reversals of the trend when the distance to moving average is increasing.
New Features:
More than 60+ Moving Averages to choose from
Multi-Timeframe Selection with Repaint Protection
Signal Plot so you can access the signal from another TradingView study/strategy (0 = No Trade Zone / 1 = Long Only / 2 = Short Only / 3 = Long & Short Allowed)
Alerts for Long/Short Zones (you could enable/disable your trading bots automatically)
[A618] Trend Tracker using Chandelier StopTrend Tacker
Works on ATR concepts and uses "Chandelier Stop by pipCharlie" as its main engine
How it is calculated
> 2 ATR stop plots are plotted
> #one ATR stop is of current time frame
> other one is the 5 times multiple of the current timeframe
> Their crossovers are analysed with the close of Current Timeframe
> This sort of methodology can help one with generating consistent entry signals over a particular timeframe
> My timeframe of choice is : 5 mins
> I have used resolution of 25, for 5 mins (see 5*5 =25)
Credits:
Chandelier Stop by pipCharlie
Hope this helps!!!
Alpha BandsAlpha Bands, this is a new idea I've been playing with recently in all my indicators.
In layman terms we are here using mult to multiply length of the plot to replicate effect of multi time frame plot. Under the hood it is basically fast ma crossing over slow one but with this simple multiplier introduction is able to give it properties of higher TF ma's but without the usual problem of the TV where multitimeframe MA plots rather crudely if you use security function.
Introducing it as core trend indicator, and around it I've utilized ATR to create simple but complete indicator to give good view of the market state and trend. Due to this setup it can be used for both trending and mean reversion trades, you can also utilize existing ranges for entry, exit and SL.
This indicator is example of how simple little tweaks can turn a age old tools into more advanced solutions.
This is purely for educational purposes, any past or claimed results may not replicate themselves while you trade them so use your own discretion. Author takes no responsibility of individual traders success or loss on this.
Source code will be protected since there is trend on TV where ideas are stolen and sold to unsuspecting retailers.
MESA Adaptive Moving Average - Improved MTFThis indicator is a huge upgrade to my original MTF MESA
Plots are now extremely smooth and accurate on all timeframes **
Missing data points are automatically filled with the "best fit"
This is a Trend indicator and should be used to trade "top-down" aka:
Start with the Daily chart to confirm a trend
Move to 4H
2H
Etc...
Use your favorite entry method or simply watch for wicks forming when the price gets near the MESA adaptive moving average.
This is one of the few indicators that I've been using for years with success. Being able to plot both the current & higher timeframe MESA
can sometimes feel like cheating.
Due to the nature of the recursive calculation, you may notice slight differences between this version of MESA and others that either
approximate higher timeframes with fewer samples or make use of the latest "Resolution" argument in Pinescript V4. Both of which are
fine, until you start looking at M5 charts while plotting the Daily MESA.
As always, happy trading!
** Currently supports
M 1,3,5,15,30,45
H 1,2,3,4
Day 1
Week 1
Month 1
Predictor_Intraday_TrendThanks to all the people who have requested access to my previous script -
I had been very busy with my official work so couldn't concentrate on trading for months together and neither reply back to so many of your messages.
Unfortunately i am not able to give access to it to anyone, anymore due to change in plan policies. So here is the same script which is open to all. Please use this script instead of the My-Intraday-Predictor-Systems-For-Public-Use-Very-Reliable.
***Ensure that you read the description of this fully, on how to use this***
On how to use this script, please refer to the description in
I suggest all of you to backtest this script properly before using it. I am not seeing great success in this now-a-days for intraday, but definitely as a trend indicator this works well. For intraday try to club this with other indicators and make a strategy of your own and use it.
Thanks all.
ATR Auto Oscillator [DepthHouse]The ATR Auto Oscillator uses advanced range calculations to determine a dynamic range that the applied market moves within. Like an RSI , the ATR Auto Oscillator measures the speed and change of price movements through a given range. Unlike an RSI , the ATR Auto Oscillator automatically re-configures range values dependent on the user set lookback.
The oscillator ranges between (0.1) and 1.1. Generally, the market is oversold while the bands are below 0.2 and is overbought while above 0.8.
The two bands displayed are used to determine short term trend directions and the oversold/undersold state of the applied market. Crossovers of these bands could give a hint to the direction the market is moving.
The fast band (green) is the direct value of where the market is within its calculated range; 1.1 representing the top of range, and -0.1 representing the bottom. Even when this value is near the bottom of the top of the range, the auto oscillator will readjust to create a new range that the market travels within.
The slow band (red) is a lagging version of the fast band which is used to determine the oversold/overbought signals. When this band travels within the oversold and overbought regions the background color will change to signal a warning. If the fast band crosses the slow band within these zones, an opaque signal will appear. These signals are used to catch possible trend reversals.
Breakout Signals ( BETA ):
Breakout signals are the up and down arrows displayed on the top and bottom of the oscillator. A refined range is generated by the user set 'High Low Length'; it is then displayed by the light gray horizontal lines. If the user set band (fast or slow) returns into the range within a given period (breakout offset) then a signal will generate.
Built in Alerts (must be set up by user):
Bullish & Bearish Crossovers within the oversold and overbought ranges.
Bullish & Bearish Breakout alerts (beta)
Users can also set custom alerts. Example: Fast Band crossing up Value: 0.7
To gain access to this indicator please follow the link below.
Feel free to message me with any questions directly here on TradingView.
Up/Down Trend MarkerA simple indicator of trend by using 3 EMAs of multiplies of 2, 5 and 10, filtered by standard positive/negative directional movements (DM) which are the base of Average Directional Index (ADX).
The "Trend Strength" option is included to set the EMA multipliers and also the variation between DM+ and DM- which interpret the trend as a weak or a strong one.
Note that the markers only point to almost the beginning of the trends and just change the direction when the opposite trend is detected.
Feel free to send me your opinions.
CDub's BolBands SetupUses a set of Bollinger Bands (user defined deviation, user defined deviation * 2) to determine possible entry set ups.
Signals are triggered when price crosses the first band (closest to the baseline MA) in the desired direction.
baseline can be your take profit 1 target
The inside band determines entry and can be used as a take profit 2 target (Opposite side of baseline)
The outside band is a suggested stop loss target (Same side of baseline) and can be used as a take profit 3 target (Opposite side of baseline)
Suggestions are welcome!
-CDub
Combo Strategy 123 Reversal & Extracting The Trend This is combo strategies for get a cumulative signal.
First strategy
This System was created from the Book "How I Tripled My Money In The
Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies.
The strategy buys at market, if close price is higher than the previous close
during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
Extracting The Trend
The related article is copyrighted material from Stocks & Commodities Mar 2010
WARNING:
- For purpose educate only
- This script to change bars colors.
Musashi MTF Trend HeatMapThis indicator compliments the Musashi TrendBars and allows convenient multi time frame analysis.
This HeatMap, shows 5 different time zones, each with color codes to indicate the trend expression of a corresponding timeframe.
- Dark Green = Good Uptrend (ok to enter short)
- Light Green = Uptrend but it can be exhausted (put in protective stops)
- Cyan = In Bull Trend but pulling back (be careful, maybe put in protective stops)
- Dark Red = Good Downtrend (ok to enter short)
- Orange = Downtrend but it can be exhausted (put in protective stops)
- Magenta = In Bear Trend but pulling back (be careful, maybe put in protective stops)
The dark grey markers on the Heat Map show when markets are not having strong trends.
*If you wish to license this indicator, please contact me via private message for details regarding access. Thank you.
LEGAL STUFF:
Risk Disclosure
Futures , forex, stock, crypto and derivative trading contains substantial risk and is not for every investor. An investor could potentially lose all or more than the initial investment. Risk capital is money that can be lost without jeopardizing ones’ financial security or life style. Only risk capital should be used for trading and only those with sufficient risk capital should consider trading. Past performance is not necessarily indicative of future results
Hypothetical Performance Disclosure
Hypothetical performance results have many inherent limitations, some of which are described below. no representation is being made that any account will or is likely to achieve profits or losses similar to those shown; in fact, there are frequently sharp differences between hypothetical performance results and the actual results subsequently achieved by any particular trading program. One of the limitations of hypothetical performance results is that they are generally prepared with the benefit of hindsight. In addition, hypothetical trading does not involve financial risk, and no hypothetical trading record can completely account for the impact of financial risk of actual trading. for example, the ability to withstand losses or to adhere to a particular trading program in spite of trading losses are material points which can also adversely affect actual trading results. There are numerous other factors related to the markets in general or to the implementation of any specific trading program which cannot be fully accounted for in the preparation of hypothetical performance results and all which can adversely affect trading results
GODMODE RSI 2020enhanced RSI Script
Key features :
Shows trend direction with the help of bar colors and guppy
Shows market strength
Bar colors :
1) Lime : bullish trend (buyers in control)
2) Red : bearish trend (sellers in control)
3) White : exhaustion of the current trend (bullish or bearish depends on previous barcolor)
This indicator is completely made to understand trend direction only not for buy and sell
All my private scripts are paid at one time charge
DM (Direct Message) for the access
Thanks,
Trend_Trading_IndicatorHello Everyone it is base on super-trend and moving average most power full version
Indicator Feature
➤ Long Side Signal With Alerts
➤ Short Side Signal With Alerts
➤ Long side Take profit Calculated By Open Bar You Can Also Change Calculate Bar Source and percentage input
➤ Short side Take profit Calculated By Open Bar You Can Also Change Calculate Bar Source and percentage input
➤ Long side Stop Loss Calculated By Open Bar You Can Also Change Calculate Bar Source and percentage input
➤ Short side Stop Loss Calculated By Open Bar You Can Also Change Calculate Bar Source and percentage input
Important: This Indicator we are using for Automation Trading if You Want This Indicator Access Please Contact me PM on Tradingview
WB RatioThis oscillator should help identify when the price is chopping or trending.
It may be used as a filter for other strategies
The first input is a smoother while the second and third determine the reaction speed
Double Bollinger BandThe double bollinger band indicator uses a normal bollinger band with a multitude of 2 and on outer band with a multitude of 3. The indicator shows momentum by the price being stuck between the higher or lower bands. If price is in the middle then it is a neutral zone. The band's moving average is a default of 20 sma but included there are two extra simple moving averages just as extra indicators. This is my first published code and the code is messy; however, it gets the job done nice and simple. (:
Enjoy!
[RS]Standardized Trend Mapnothing excessively new here..
a map of standardized trend over multiple lengths, extra parameter for smoothing the input source(close) will remove noise.
Trendflex - Another new Ehlers indicatorSource: Stocks and Commodities V38
Hooray! Another new John Ehlers indicator!
John claims this indicator is lag-less and uses the SPY on the Daily as an example.
This indicator is a slight modification of Reflex, which I have posted here
I think it's better for Stocks and ETFs than Reflex since it factors in long trends. It tends to keep you in winning trades for a long time.
I believe this indicator can be used for entries or exits, potentially both.
Entry
1. Entering Long positions at the pivot low points (Stocks and ETFs)
2. Entering Long when the Reflex crosses above the zero lines (Stocks, ETFs, Commodities )
Exit
1. Exiting Long positions at a new pivot high point (Stocks and ETFs)
2. Exiting Long when the Reflex crosses below the zero lines (Stocks, ETFs, Commodities )
In this example, I place a Long order on the SPY every time the Reflex crosses above the zero level and exit when it crosses below or pops my stop loss, set at 1.5 * Daily ATR.
2/3 Wins
+16.05%
Let me know in the comment section if you're able to use this in a strategy.
Weekend Trader Smoothed Rate of Change
Rate of change indicator based on Nick Radge's Weekend Trend Trader Strategy, with an added extra of EMA smoothing if you want it.
This indicator simply turns green when the rate of change is above a certain level (value is set in threshold)
Threshold is defaulted to 30 as outlined in the strategy rules
Index Trend Filter - Weekend Trend TraderThis little script simply gives you a quick visual cue of where price is compared to a particular EMA of another security or underlying index.
It is based on Nick Radge's broader market filter weekend trend trader system, but can be applied to other timeframes if you want to confirm if the index is in an up trend or down trend.
• Green means the underlying index price is above the EMA
• Red means the underlying index price is below the EMA
pivXmaspivXmas is a combined Moving Average based indicator.
pivXmas adds the following graphic functionalities to your chart:
- Adjustable Pivot-Bands with optional up-down-colored Middle-Line
- 4 Simple Moving Averages and/or 4 Exponential Moving Averages
OR an 8-segment Moving Average Ribbon
The Pivot-Bands are calculated by using time-spreaded averaged Lows and Highs.
The Length of the basic number of periods can be modified.
The brightness of all Pivot-Bands elements can be adjusted with one single control and a choice between
different color schemes is provided for convenience.
The Pivot-Bands Exponentialty can be set from 0 (Simple Moving Average) to 100 (Exponential Moving Average).
Furthermore, the Pivot-Bands Distance, the space between the upper and lower band, can be altered.
Depending on the timeframe, settings and other signals, part of a typical trading strategy could consist of
a long/buy when the price crosses the lower band from below back into the bands-range and a short/sell when
the price crosses the upper band from above back into the bands-range.
Roughly following the Middle Line curve and color also gives a good insight whether something is in an uptrend,
downtrend or in between.
The brightness of all Moving Averages can be adjusted with one single control.
The length and appearance for each Moving Average, 4 SMA's and 4 EMA's, can be modified individually.
The MA-Ribbon can be set to use simple or exponential Moving Averages. The MA-Ribbon uses the SMA/EMA 4 length
as the maximum length and the SMA/EMA 4 length divided by 8 (rounded) as the minimum length.
The MA-Ribbon consists of 8 subsequent Moving Averages. Color filling can be switched on and off.
Books have been written and many articles and videos have been made about the meaning and possible applications
of Moving Averages in trading.
A combination of these functions within pivXmas, together with the simple, yet quite usefull, visual options,
make it to a versatile indicator on every timeframe on any chart.
Momentum [Dynamic & Flow] (Expo)Momentum Dynamic & Flow (Expo) is a useful indicator that displays the momentum - as dynamic & flow, as well as where the momentum begins to stall.
♢ Momentum -Dynamic can be used to identify overbought and oversold areas.
♢ Momentum -Flow can be used to identify if the current trend has strong momentum.
♢ When momentum begins to stall it can be identifiable turning points, areas of congestion. However, it's not a sign that the trend is over, see it as "heads up" This is displayed with green and red colors on the moving average.
Momentum can be displayed at the top/bottom of the chart or above/below the bars. The user can also display momentum as BGcolor.
The indicator can be used standalone or as a part of your current trading strategy
HOW TO USE
1. Use the indicator to identify where the momentum stall.
2. Use the indicator to identify overbought/oversold areas with momentum -Dynamic.
3. Use the indicator to confirm the existence, or a continuation, of a trend with momentum -Flow.
INDICATOR IN ACTION
1-hour chart
4-hour chart
I hope you find this indicator useful , and please comment or contact me if you like the script or have any questions/suggestions for future improvements. Thanks!
I will continually work on this indicator, so please share your experience and feedback as it will enable me to make even better improvements. Thanks to everyone that has already contacted me regarding my scripts. Your feedback is valuable for future developments!
-----------------
Disclaimer
Copyright by Zeiierman.
The information contained in my scripts/indicators/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. 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, 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.
My scripts/indicators/ideas are only for educational purposes!