Trend Trader-RemasteredThe script was originally coded in 2018 with Pine Script version 3, and it was in invite only status. It has been updated and optimised for Pine Script v5 and made completely open source.
Overview
The Trend Trader-Remastered is a refined and highly sophisticated implementation of the Parabolic SAR designed to create strategic buy and sell entry signals, alongside precision take profit and re-entry signals based on marked Bill Williams (BW) fractals. Built with a deep emphasis on clarity and accuracy, this indicator ensures that only relevant and meaningful signals are generated, eliminating any unnecessary entries or exits.
Key Features
1) Parabolic SAR-Based Entry Signals:
This indicator leverages an advanced implementation of the Parabolic SAR to create clear buy and sell position entry signals.
The Parabolic SAR detects potential trend shifts, helping traders make timely entries in trending markets.
These entries are strategically aligned to maximise trend-following opportunities and minimise whipsaw trades, providing an effective approach for trend traders.
2) Take Profit and Re-Entry Signals with BW Fractals:
The indicator goes beyond simple entry and exit signals by integrating BW Fractal-based take profit and re-entry signals.
Relevant Signal Generation: The indicator maintains strict criteria for signal relevance, ensuring that a re-entry signal is only generated if there has been a preceding take profit signal in the respective position. This prevents any misleading or premature re-entry signals.
Progressive Take Profit Signals: The script generates multiple take profit signals sequentially in alignment with prior take profit levels. For instance, in a buy position initiated at a price of 100, the first take profit might occur at 110. Any subsequent take profit signals will then occur at prices greater than 110, ensuring they are "in favour" of the original position's trajectory and previous take profits.
3) Consistent Trend-Following Structure:
This design allows the Trend Trader-Remastered to continue signaling take profit opportunities as the trend advances. The indicator only generates take profit signals in alignment with previous ones, supporting a systematic and profit-maximising strategy.
This structure helps traders maintain positions effectively, securing incremental profits as the trend progresses.
4) Customisability and Usability:
Adjustable Parameters: Users can configure key settings, including sensitivity to the Parabolic SAR and fractal identification. This allows flexibility to fine-tune the indicator according to different market conditions or trading styles.
User-Friendly Alerts: The indicator provides clear visual signals on the chart, along with optional alerts to notify traders of new buy, sell, take profit, or re-entry opportunities in real-time.
Trend-signal
Vortex [GOODY]The "Vortex " indicator introduces a novel approach to trend, enhancing the traditional Vortex Indicator (VI) by integrating a dynamic trend direction line, customizable trend exhaustion alerts, and improved visual clarity with additional features to aid in identifying not just the trend's direction but also its sustainability.
Key Features:
• Enhanced Trend Direction Line: Beyond the standard VI+ and VI- calculations, our indicator plots a trend direction line that averages these values, offering a clear visual cue of the market's overall direction. This line's color adapts based on the trend's strength and potential exhaustion, providing immediate insight into market sentiment.
• Customizable Trend Exhaustion Level: With the user-defined viExhaustionLevel, traders can set their thresholds for what they consider to be an overextended trend, adding a strategic layer to their analysis. This feature aims to signal when a trend might be reaching a point of reversal or slowdown, offering an opportunity for preemptive strategy adjustment.
• Trend Signal Alerts: Automated alert conditions for uptrend and downtrend signals facilitate timely decision-making. Traders can configure alerts to notify them of significant crossovers in VI+ and VI-, ensuring they don't miss critical market movements.
• User-friendly Interface: The option to toggle the trend direction line on or off caters to diverse analysis preferences, ensuring that the chart remains as streamlined or detailed as the user desires.
• Visual Enhancements: Background color coding and horizontal reference lines improve the indicator's usability, making it easier for traders to interpret the data at a glance.
Practical Applications:
• Trend Following: Ideal for traders who specialize in trend-following strategies, providing early signals of trend formation and potential exhaustion.
• Risk Management: By identifying potential trend reversals, traders can make informed decisions about entry and exit points, improving their risk management.
• Market Analysis: Offers a comprehensive overview of market dynamics, aiding in the analysis of various assets across timeframes.
RMI Trend SniperThe "RMI Trend Sniper" is a powerful trend-following indicator designed to help traders identify potential buy and sell signals in the market.
It combines elements of the Relative Strength Index (RSI) and the Money Flow Index (MFI) to provide a comprehensive view of market momentum and strength.
🔷 Key Features:
🔹 Customizable Settings : Tailor the indicator to your trading preferences with customizable input parameters, including RSI and MFI lengths, threshold levels, and visual settings.
🔹 Momentum Signals : The indicator generates clear bullish and bearish momentum signals, allowing you to spot potential trend reversals or continuations.
🔹 The positive condition considers the previous RMI value, current RMI value, and positive change in the 5-period exponential moving average (EMA) of the closing price.
🔹 The negative condition looks at the current RMI value and negative change in the 5-period EMA.
🔹 Visual Bands : Visualize market volatility with dynamically plotted bands around the Range Weighted Moving Average (RWMA), providing insights into potential price fluctuations.
🔹 Candlestick Coloring : Easily identify bullish and bearish conditions with color-coded candlesticks, helping you make informed trading decisions.
The "RMI Trend Sniper" is a versatile tool suitable for traders of all experience levels. Whether you are a novice or an experienced trader, this indicator can help you enhance your technical analysis and improve your trading strategies.
Trend Movement S1-TMIdea:
This script combines: Moving Average (MA), Directional Movement (DMI), MACD
When condition of long or short position from all mentioned indicator are met script opens position. Once trend changes, it closes the position.
Then add some filter conditions to avoid noise.
Concept:
(Note that we take the close to get the closing price)
-Using only cross up down with MA will give a reversal point, but the downside is that it can be noisy.
-MACD will show the current trend detected by cross point.
-Then the +DI , -DI , ADX values are taken into account to confirm the price direction and movement strength.
-This strategy solves this problem by combining 2 more moving averages called 2 trend lines 1 long and 1 short. When the short line crosses up, it will show that the price trend is increasing (at this time the background between these 2 lines will be green) and vice versa (red). To determine if the current trend is bullish or bearish . This will avoid buying when price tend to go down.
-However, there will be many points where some more complex logic is needed. It will add conditions and calculate the probabilities before triggering the signals (You can see them through the item symbols B1, B2, ... ).
How it works:
1. The thin line is stand for short term moving average, and the thick line is stand for long term moving average.
If thin lines cross the thick lines, their color and background will turn green, the price is tend to go up (Uptrend).
If thin lines cross down thick lines, their color and background will turn red, the price is tend to go down (Downtrend).
2. Ability to check the checkbox in setting to show the Golden/De*ath cross.
The yellow symbol "+" is the Golden cross.
The black symbol "+" is the De*th cross.
3. Buy and Sell are show clearly on strategy as the buy and sell point. The default source from bar is CLOSE
4. Setting "Buy only" it using for spot market.
5. When "Not buy in down trend" is checked, it will not trigger buy when in down trend (thin lines cross down thick lines like description in 1.)
6. Setting High spread will call Close buy when it match the High spread bar with the High spread % value
7. It provides setting "Back test From date/To date" for backtest feature. You can set "BacktestFrom date" as the begin of test period. If check box "Using To Date" is check: "Backtest To Date" will be the end of test period.
Suitable time frames:
4h, 1D, 1W
* Please note that this logic does not attempt to predict future prices or 100% accurate signal; Strategy Tester are available to test the profitability of this strategy.
(INVITE ONLY indicator. Please direct message or visit website to try it out)
Hope you guys enjoy!
Examples:
BTCUSD 4H
TSLA 4H
BUY/SELL_Strategy_Paydar_V.07BUY/SELL_Strategy_Paydar_V.07
Hello dear friends
This system can be considered as a signal system.
*** This system just Suggests you for points. ***
My suggestion is not to use this system alone and conclude about entry and exit points according to charts, news, market fluctuations and trend direction.
The agenda of this system is as follows:
- Buy signal means:
Time to enter the trade / buy / take a long position and ...
- Sell signal means:
Time to leave the trade / sell / exit the long position
* I suggest you use this system in trading for cryptocurrency and especially for bitcoin.
* My suggested time frame is 1 minute, because during this time and according to the settings of this system, a better result was obtained for me.
* I suggest using this system first in spot trading and then in future trading.
System function:
This system is based on the analysis of 74 different systems, which are:
> 19 indicators and oscillators separately which include:
MACD, RSI, STOCHASTIC, STOCHASTIC RSI, BOLLINGER BANDs, PARABOLIC SAR, VOLATILITY and ...
(All of which can be used on the Trading View site as a public domain and open source)
> 11 cases of previous oscillators and indicators in combination
(All of which can be used in public view and open source on the Trading View site)
> 27 items MA, EMA, VMA, WM, MSM, etc. in combination and separately
> 9 lines and areas of automatic support and resistance
(All of which can be used in public view and open source on the Trading View site)
> 8 different strategies, all of which can be used in public view and open source on the Trading View site
Points.
*** All indicators, oscillators, lines and areas of automatic support and resistance, strategies, etc. can be used as a public domain and open source on the Trading View site. ***
Comment on using this system as well as how to use it.
_______________________________________________________________________________
* In this system, the main and basic indicators and oscillators are used, all of which are in the public view and open source site in Trading View *
I am very grateful and very loyal to Trading View, which built all the indicators, oscillators and strategies, because I used them to build this strategy system.
_______________________________________________________________________________
Be successful and profitable.
Trend StepJust a modification of my old auto-line script, lot of errors fixed and a correction in the standard deviation. Also changed the tittle because "auto-line" was really confusing.
MTA-Traling StopIntroduction
Based on my previous indicator , this indicator plot a trailing stop using classic conditions.
Using The Indicator
Like any trailing stop when price is higher than the trailing stop this imply a buy signals, when price is lower than the trailing stop this imply a sell signal. It is possible to use decimals instead of integers for length as shown here :
length = 14.7
The indicator tend to react faster to price movements when a trend has been really long, this methodology is similar to the one used by the parabolic sar.
Downsides
Lack of robustness with the length parameter, the behaviour of the trailing stop can be hard to predict. There is a real need for control.
Conclusion
The indicator can be adaptive, even if it already is in a certain way, by changing the alpha variable at the start considering that 0 < alpha < 1. Its not recommended to use it right now except for testing/coding purpose.
It is clear that i'm not enthusiast when it come to this script, there is a real lack of accuracy, i still hope it can be of use.
Volume ImpactVolume Impact (The area)
Average Volume (The thick line, xTrigger)
Volume Impact = Volume Chance - Average Volume
It provides very reliable buy sell signals. Buy(green) when increasing, sell(red) when decreasing. Volume Impact might drop before the actual price so it has an early warning potential.
Before trend changes volume average diverges from the prices. It moves reverse to the prices.
Also before trend changes, volume impact peaks diverges from price peaks. So you know a big drop is coming.
Klinger Volume Oscillator inspired this indicator... This data is there but it is more difficult to interpret.
In summary, you can foresee trend changes.
TRIXThis indicator was originally developed by Jack K. Hutson (Stocks & Commodities (July 1983): "Good TRIX").
Reversal Bar Signal TestReversal Bars are simple indicators I draw on modified uni renko bars. These simply indicates the bars that "can be" a sign of a reversal or at least a retrace in trend.
This is a test with a simple strategy to buy and sell on those reversal signals.
Keep in mind, all the strategies I am providing are single tool being tested. My methodology is a combination of all these tools with the concept being that if each tool can give good result in testing, the synergistic combination will be something that you wouldn't find anywhere else.
Please don't contact me about getting access to these strategies. These strategies are being developed for my students only.
Right now, the English version of website and learning material is under development, as soon as they are ready, there will be comments bellow every single one of the tool set related.
Wolf Alerts SignalsWolf Alerts Signals
This is an indicator of possible market entry.
Indicates with an arrow the direction and with a letter the intensity ("H" High or "L" Low).
Everything is calculated by comparing RSI and Volumes.
produced by zstiziano
Trend Pullback Reversal TPRThe TPR(Trend Pullback Reversal) indicator forms a possible price trend with support and resistance lines. It also comes with a unqiue band and center line as additional features.
TPR works on all timeframes and all symbols and all type of bar chart.
TPR never repaints.
There are 4 Parameters:
Period: umber of bars used for calculations
Factor: Multiplier factor, small number for short trend, large number for long trend
Source: the input series, default is Close
ShowBand: enable to show band and center line
Most trend indicators have similar plot, the difference is where and when they change the direction. Unlike other trend indicators, TPR will focus on main trend and filter out most minor price movements. The green cross-line represents an uptrend, the red cross-line represents a downtrend.
The additional band and center line may look like bollinger band, but the TPR band algorithm is completely different from bollingerband. There is no standard deviation in TPR band calculation.