This is a trend aggregator for confirmation and trend signals. It basically aggregates many buy/sell signals and confirmation and by combining them provides a strong buy/sell signal or trend confirmation. The actual layout idea and trend confirmation is derived from Trend Meter and this indicator uses few other indicator, such as Chandelier Exit, WaveTrend, QQE...
This Indicator is using the supertrend with 3 different inputs as confirmation as well as the 200 EMA which will give us the data for an up or down trend. then it is looking for the stoch indicator to confirm if there is a cross under 30 for a long and above 70 for a short.
Original script from ©akpaswaniitk. I just added MACD to filter out bad trades and alert function so that we get notified whenever indicator gives us an entry signal. Most of the false breakout has been removed but the remaining ones only pop up during consolidation, so it's wait for the retest before entry. Works better in continuous market. Also look at the...
The indicator is based on the search for the lowest bars in a given period (can be customized). You can add a search for the highest bars to determine the closed order points. You can add a filter by the value of the RSI (you can customized it separately for buying and selling). Alerts for buying and selling are set. It can be used to work with bots, for example...
Hello everyone! I bring to your attention a indicator to determine the point of buy and sell purchase. It is based on oscillators and a moving average. It can be used to work with bots, for example 3COMMAS DCA bot. Signal Condition Settings: ATR The current candle is larger than the ATR for this period EMA The signal is necessarily below (for buy) and above...
Hello everybody! I bring to your attention an indicator for determining the point of sell. It is based on oscillators and a moving average. Signal Condition Settings: ATR The current candle is larger than the ATR for this period EMA The signal must be above the EMA of the specified period MFI High The MFI index is higher than this value CCI High The CCI index...
This script attempts to use Exponential Moving averages (short-term and long-term convergence) of different lengths in order to identify trade entries and exits for bullish & bearish trades. I would strongly recommend using this as a guide to enter or exit long-term swing trades on growth names such as Apple, Tesla, Microsoft to keep your emotions out of the...
#-- Public Strategy - No Repaint - Fractals -- Short term Here I come with another script, more simple than Wavetrend V1. You will love it. #-- Synopsis -- Another simple idea, on a small time frame (15 min) we buy when the opening price goes below a Bottom fractals and sell when it goes over a Top fractals, but as this script do not use Wavetrends. You...
This is a study indicator that shows the entries in the strategy seen in one of the youtube channel so it does not belong to me. I can't tell who it is because it's against the House Rules to advertise but you can find out if you look for it on youtube. Default values of oscilators and ema adjusted as suggested. He says he got the best results in 5 min timeframe...
==DESCRIPTION - English version The purpose of this script is to show information on graph that can help your decision to buy and sell cryptos. The script is indicated for Position Trade (Long Term - Holder) and Swing Trade (Medium term). Position Trade it is recommended to use the Weekly (W) and Daily (D) charts, Swing trade to use the 4H and 2H charts. It is not...
This indicator made with using Williams Fractals, 20 50 100 Moving Averages and Relative Strength Index. You can easily find entry points by using Long (L), Short (S) signals. Note : Settings are optimized for BTC:USDT Perpetual 15min TF. For use different pairs or TFs you may need to change settings.
Hello traders, I welcome you to my first published script on TradingView: “Multi-timeframe Moving Averages + Stochastic RSI”. The script is based on a simple formula: Buy signals are generated when a fast moving average is above a slower moving average (uptrend) and the Stochastic RSI K line is crossing above the oversold level (entry). Sell signals are generated...
Pin Bar is one of the most important candlestick patterns. Almost every time you see a pin bar, you can expect the price to turn in the opposite direction. You should pay more attention to the abnormal ones among the pin bars. What I mean by abnormal pin bar is that the long leg is at least 3 times larger than the body. With this indicator, you can set your own...
Squat Bar Signal -- current Volume is greater than previous volume but Current bar MFI(Market Facilitation index) is lesser than previous bar MFI Other Conditions -- Current Bars Range is lesser than (Average Range * Range Multiplier) Non Squat Bar Buy Signal(Green Up Triangle) -- Volume and MFI is greater than previous bar, Close greater than open, Close is...
Full Credit goes to LazyBear for publishing Original Code. I added: Threshold lines that changes the color of Histogram based on if it exceeds Threshold lines. Ability to turn off and on. Ability to Turn Histogram Off/On Ability to turn Twiggs Money Flow Line Off/On
Probability of bars in the same direction based on historical data.
DESCRIPTION: After receiving some multiple request to provide a MACD indicator that displays multiple timeframes at the same time I created this simple script. You can use this script for free and adjust it as much you like. With this script you can plot 6 MACD lines & 6 Signal lines. • Current Timeframe MACD Line • Current Timeframe Signal Line • 15 minute...
This code shows expected reaction target prices after sudden moving based on RSI. Red area means the price is on overbought area, green area means the price is on oversold area. If you see red area under price, you can make short option to next to the horizontal beginning price of red area. If you see green area over price, you can make long option to next to the...