Trend-Two-line trade-timeIt is an indicator that uses two lines and shows the trend occurrence period and the range period.
We set it so that you can catch the trend early by moving several minutes earlier.
This indicator is based on original calculation and it is suitable for any market.
Cerca negli script per "trend"
trend-direction trade-timeThis is an indicator to check the range period and trend occurrence period.
When the closing price is within the "net", judgment is made as the range, and where I left the "net" it is recognized as a trend occurrence.
In addition, it is also possible to check multiple entry timing with this indicator.
This indicator can be used in any market.
trend-direction2018This is an indicator to check the range period and trend occurrence period.
When the closing price is within the "net", judgment is made as the range, and where I left the "net" it is recognized as a trend occurrence.
In addition, it is also possible to check multiple entry timing with this indicator.
This indicator can be used in any market.
trend-directionThis is an indicator to check the range period and trend occurrence period.
When the closing price is within the "net", judgment is made as the range, and where I left the "net" it is recognized as a trend occurrence.
In addition, it is also possible to check multiple entry timing with this indicator.
This indicator can be used in any market.
trend-directionThis is an indicator to check the range period and trend occurrence period.
When the closing price is within the "net", judgment is made as the range, and where I left the "net" it is recognized as a trend occurrence.
In addition, it is also possible to check multiple entry timing with this indicator.
This indicator can be used in any market.
Trend bars with SMA trend linejust changing the colour of the candles based on a SMA trendline
Basic changes made to Chris Moody's trend bars setup
Third attempt by me to do this.
RSI/StochRSI/EMA trend assist- Trend determined by the crossover of the 4hr 13 and 26 EMA's (or whatever you set the Short and Mid term EMA to)
- Oversold conditions (Stoch RSI and RSI) are shown with a black candle
- Black candle and large green arrow below = Potential long WITH the trend
- Black candle and small green circle below = Potential long AGAINST the trend (used better as a warning to watch trade in case exit required.)
- Overbought Conditions (Stoch RSI and RSI) are shown with a yellow candle
- Yellow candle and large red arrow above = Potential shot WITH the trend
- Yellow candle with small red circle above = Potential short AGAINST the trend (used better as a warning to watch trade in case exit required.)
Best used to confirm your TA and provide additional confirmation on market conditions. (not as a standalone buy sell indicator)
I've found it useful for keeping my head right by showing me clearly the trend on the larger timeframes and keeping me out of the market until I see conditions that meet my entry criteria. Backtesting seems to show good results on the 1hr (default settings)
TREND PRESSURE BOTThis is the BOT version of the TREND PRESSURE script I previously published, optimised for Autoview and other crypto bots. This version is for 1H charts only.
Trend tracker by ClefsphereThis script attempts to identify the trend and go with it. Green colored squares are bullish, Black squares are bearish. Script is written to show back-test results. Dates of back-test period can be adjusted. Strategy is for Long trades only, but closed trades could possibly be considered for Short trades. Coded with latest PineScript version 3.
For more information and to request for use, go to: marketcast.wordpress.com
Thanks for your interest and support!
Disclaimer: This information is not trading advice and is for educational purposes only. Past performance is not a guarantee of future results.
Letest Trend Indicator with Bollinger BandTrend Analysis with Bollinger Band using Support & Resistance and Pivot Blue EMA Breakout
Trend[S]it works as support and resistance in all time periods..the buy zone on the trend, and the sales zone below the trend.tells you about trend direction.
Use with ema 7.
Trend Trading DCRBTC
Listed on Houbi and Okex!! 13% profit.
My script helped me make a good entry into the decred yesterday, you will probably find that his hit rate is quite high.
Especially when you follow the trend in the right way.
trend finderThis tool can help to find the trend. Above the band is bull and below is bear; line in the band is flat or a reverse coming soon.
Trendline Breakout Navigator [LuxAlgo]The Trendline Breakout Navigator indicator shows three trendlines, representing trends of different significance between Swing Points.
Dots highlight a Higher Low (HL) or Lower High (LH) that pierces through the Trendline without the closing price breaking the Trendline.
A bar color and background color option is included, which offers insights into the price against the trendlines.
🔶 USAGE
Trendlines (TL) are drawn, starting as a horizontal line from a Swing Point.
When an HL (in the case of a bullish TL) or an LH (bearish TL) is found, this Swing Point is connected to the first Swing Point. In both cases, the TL can be optimized when one or more historical close prices breach the TL (see DETAILS).
A solid-styled long-term trendline represents the overall market direction, while a dashed-styled medium-term trendline captures medium-term movements within the long-term trend. Finally, a dotted-styled short-term trendline tracks short-term fluctuations.
🔹 Swing Points vs. Trend
A "Higher High" (HH) or "Lower Low" (LL) will initialize a new trendline, respectively, starting from the previous "Swing Low" or Swing High".
To spot the trend shift, "HH/LL" labels and an optional background color are included. They can be enabled/disabled or set at "Long, Medium, or Short" term TL (Settings—"MS", "HH/LL" and "Background Color").
These features are linked to one Trendline of choice only.
Where the "HH/LL" labels can show a potential trend shift, the background color is:
Green from the moment the close price breaks above a bearish trendline or when an HH occurs
Red from the moment the close price breaks below a bullish trendline or when an LL occurs
🔹 Bar Color
The bar color will depend on the location of the closing price against the three trendlines. When a trendline is unavailable (for example, if the close price breaks the TL and there is no HH/LL), the last known trendline value will be considered.
All three trendlines influence the bar color.
If the close price is above the "Long Term" TL, the bar color will show a gradient of green, darker when the close price is below the "Medium Term" and/or "Short Term" TLs.
On the other hand, when the close price is below the "Long Term" TL, the bar color will show a gradient of red, which becomes darker when the close price is above the "Medium Term" and/or "Short Term" TLs.
To keep the above example simple, only the "Long Term" TL is considered. The white line (not included in the script) resembles the actual value of the TL at each bar, where you can see the effect on the bar color.
Combined with the trendlines and dots, the bar color can provide extra depth and insights into the underlying trends.
🔹 Tested Trendlines
If a new HL/LH pierces the Trendline without the close price breaking the Trendline, the Trendline will be updated.
The exact location where the price exceeded the Trendline is visualized by a dot, colored blue on a bullish trendline and orange when bearish.
These dots can be indicative of a potential trend continuation or reversal.
🔹 Higher TimeFrame Option
The "Period" setting enables users to visualize higher-timeframe trendlines as long as the line length doesn't exceed 5000 bars.
🔶 DETAILS
When a new trendline is drawn, the script first draws a preliminary line and then checks whether a historical close price exceeded this line above (in the case of a bearish TL) or below (in a bullish case).
Subsequently, the most valid point in between is chosen as the starting point of the Trendline.
🔶 SETTINGS
Period: Choose "chart" for trendlines from the current chart timeframe, or choose a higher timeframe
🔹 Swing Length
Toggle and Swing Length for three trendlines: Period used for the swing detection, with higher values returning longer-term Swing Levels.
🔹 Style
Trendline: color for bullish/bearish Trendline
Wick Dot: color for bullish/bearish trendline test
Term: Long-, medium- or short-term
HH/LL: Show HH/LL labels (with or without previous Swing High/Low) of chosen Term
Background Color: Green when the closing price is above the trendline of choice, red otherwise
Bar Color
Trend Analysis [Ultimate] (Expo)█ Overview
We have developed a Trend Analysis Indicator with many great functionalities that help traders to:
Identify when a confirmed trend starts and ends.
Identify pullbacks within trends.
Identify the current trend direction and potential trend shifts.
The indicator differentiates between different trend characteristics to measure the current trend stage. Everything is identified in real-time and without repainting.
█ How is the trend characteristic calculated?
This Trend Analysis Indicator uses different calculations method, such as Fibonacci ratios, price retracements, cycles, and volatility measures, to calculate the trend characteristic. These values are used in an EWMA* function (similar to RMA). This function is used to smooth out the noise in data sets and to better identify cyclic patterns in the data. This function works by giving greater weight to more recent data points and less weight to older data points. This allows it to better identify and track trends in the data. The indicator is a valuable and useful tool for market analysis and can be used to evaluate the strength, direction, and characteristics of trends in a market.
█ Trend Trading
Identifying the trend in trading is important because it helps traders to understand the direction in which the market is moving. Knowing the trend allows traders to develop more accurate trading strategies. Entering into a confirmed trend reduces your risk and increases the profit potential. However, knowing when to exit a trending market can be even harder. That is why we have developed this indicator that will notify you when the trend move is about to end.
The key to success in trend trading lies in being able to recognize the beginning and end of a trend, as well as being able to spot pullbacks within an established trend. This trend indicator is a valuable tool to get insights into the current trend characteristic, which helps traders to spot new trends and pullbacks.
█ How to use
Trend
This indicator should be used with trend analysis! Combine the indicators' insights with trend lines , channels, market structure, etc., to better understand the current trend structure.
This indicator is about confirming a trend and understanding when a trend might start and end.
Use this indicator to confirm and gain insights about trend structure.
Trend Change
The indicator comes with a background and bar coloring that detects the current trend and displays when the trend has a higher likelihood of changing.
Pullback
Pullback traders will find this indicator very useful to confirm and find pullbacks within trends.
█ Indicator Features
This Trend Analysis indicator has many valuable features for trend trading :
Start & End of the Trend Feature:
First, the default settings display a green and red histogram, which we call; (Start/End of Trend). This feature identifies when a confirmed trend is about to start/end and finds pullbacks within the trend.
Confirmed Trend:
Enable the confirmed trend if you want to display a green and red histogram when the trend is confirmed. When this histogram peaks, traders know that a momentum move in the trend direction is completed. This is a sign that the trend is strong. However, after such a move, a retracement is likely to happen. Use these peaks to take partial profits and to prepare to enter into the trend on the pullback that is likely to come.
Bar Coloring:
Bar coloring shows the direction of the trend and identifies areas where the trend has a higher probability of changing direction. When the bar coloring becomes white, traders know that the current price action within the trend has a characteristic of that there is a higher likelihood of a trend change. Use this insight to prepare for a potential trend change.
Background Coloring:
The background coloring is displayed when a strong trend is detected.
*EWMA stands for Exponentially Weighted Moving Average. It is a type of time series forecasting method that assigns greater weight to recent observations in a time series data set. It is a way of smoothing out the data to remove the noise and make it easier to identify patterns and trends.
-----------------
Disclaimer
The information contained in my Scripts/Indicators/Ideas/Algos/Systems 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, 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.
My Scripts/Indicators/Ideas/Algos/Systems are only for educational purposes!
Trendline Pivots [QuantVue]Trendline Pivots
The Trend Line Pivot Indicator works by automatically drawing and recognizing downward trendlines originating from and connecting pivot highs or upward trendlines originating from and connecting pivot lows.
These trendlines serve as reference points of potential resistance and support within the market.
Once identified, the trend line will continue to be drawn and progress with price until one of two conditions is met: either the price closes(default setting) above or below the trend line, or the line reaches a user-defined maximum length.
If the price closes(default setting) above a down trend line or below an up trend line, an "x" is displayed, indicating the resistance or support has been broken. At the same time, the trend line transforms into a dashed format, enabling clear differentiation from active non-breached trend lines.
This indicator is fully customizable from line colors, pivot length, the number lines you wish to see on your chart and works on any time frame and any market.
Don't hesitate to reach out with any questions or concerns.
We hope you enjoy!
Cheers.
TrendLine ScythesTrendline Scythes is a script designed to automatically detect and draw special curved trendlines, resembling scythes or blades, based on pivotal points in price action. These trendlines adapt to the volatility of the market, providing a unique perspective on trend dynamics.
🔲 Methodology
Traditional trendlines connect consecutive pivot points on a price chart, providing a linear representation of trend direction. However, this script employs a distinctive methodology by automatically detecting price pivots and then calculating special curved trendlines based on the Average True Range (ATR) of the price. This introduces a curvature to the trendlines, resembling scythes, offering a unique way to interpret market trends.
🔲 Auto Breakout and Target Detection
Trendline Scythes includes features for automatic breakout detection, signaling potential trend changes. Additionally, the script assists in target detection, helping traders set realistic and data-driven profit-taking levels based on market volatility and user adjustment.
🔲 Utility
Trend Confirmation - Use Trendline Scythes to confirm existing trends by observing how price interacts with the curved trendlines.
Breakout Signals - Auto-detection of breakouts adds a proactive element to your trading strategy, helping you stay ahead of potential trend reversals.
Target Setting - Utilize the script to set profit-taking targets based on volatility, aligning with the current market conditions.
🔲 Settings
Pivot Length - Swing detection length
Scythe Length - Adjusts the length of the scythes blade
Sensitivity - Controls how restrained the target calculation is, higher values will result in tighter targets.
🔲 Alerts
Breakout
Breakdown
Target Reached
Target Invalidated
As well as the option to trigger 'any alert' call.
Trendline Scythes is a versatile tool combining the benefits of traditional trendlines with the dynamic adaptability of curved lines for a unique approach to trend analysis.