Trend Momentum Divergence (TMD)Shout out to Lazy Bear, Bunghole, and Trading View for script code for this make.
In this study you will have a visual representation of the strength and momentum of a trend and possibilities of where the market is heading. You can use the Blue and White momentum waves to spot divergences in a up oe down trend for potential reversals. When a green dot appears under the lower level with divergence then it is a indication that we should consider looking to buy. If the red dot appears over the upper level with divergence we should be looking to short/sell. The custom MFI indicator determines how much money is flowing into the market. If it is green that means money is flowing into the market and if it shows red it means that money is flowing out of the market. You can spot divergences in the money flow as well as the RSI. The Blue and Green lines from the RCI3line indicator are used for higher timeframe momentum based on current chart timeframe and we can see when they cross over.
Multitimeframe
HTF 4 MA Trend Analysis by Prosum SolutionsIntroduction
This indicator will render up to four (4) moving averages on the chart in any higher timeframe and provide a "MA Bullish/Bearish Strength Signal" as a plot output that can be used to link with other indicators on the chart that use the `input.source()` function.
How is it original and useful?
The indicator allows you to use up to four (4) different moving average types of various types, each at different lengths. The moving average types that are supported are:
SMA - Simple Moving Average
EMA - Exponential Moving Average
RMA - RSI Moving Average
WMA - Weighted Moving Average
VWMA - Volume-Weighted Moving Average
SWMA - Symmetrically-Weighted Moving Average
This indicator makes use of the security() function and applies the best-practices as provided by the PineCoders' script called " `security()` revisited PineCoders " so that the indicator will not repaint when you refresh the chart or re-open it at a later date.
What does it do and how does it do it?
Using the four moving averages, each with increasing lengths, allows you to confirm bullish and bearish trends using a weighted rating system to compute a trend strength signal value. Specifically, the indicator provides a plot data series called "MA Bullish/Bullish Strength Signal" the is simply the summation of the bullish/bearish trend weight values between the four moving averages. The bullish/bearish trend weight values are determined by the position of the moving average lines relative to each other. For example, when Moving Average 1 is above Moving Average 2, this is considered a bullish trend and the weight value will be 1. The weight values can be changed to in the settings to define your own specific weights/values to rate the trend strength. The following list defines the meaning of the "MA Bullish/Bullish Strength Signal" value.
-6 = Strong bearish
-2 = Moderate bearish
2 = Moderate bullish
6 = Strong bullish
An additional option allows you to add a band around a specific moving average using a deviation percentage to further evaluate the candles being above or below the upper/lower bands. When the candle's close value is above or below the bands, you can add another weighted value to the signal result. As a result, an additional plot series called "MA Bull/Bear+Band Signal" is provided to include the moving average band weight.
Lastly, the chart example above demonstrates how you can use the indicator as an overlay to the price chart or as a separate panel above or below the price chart. The indicator can change what to plot based on an input setting called "Display Mode". When set to `Overlay`, the indicator will draw only the MA and MA Band plots. When set to `Pane`, the indicator will draw only the signal plots over a zero line to visualize the signal changes with the chart events.
Enjoy! 😊👍
[MAD] almost Nadaraya-Watson EnvelopeThis is a cloud where I tried to recreate the Nadaraya-Watson Envelope using a different mathematical approach
Clustered standard Ma's with weighting.
Objectives:
No repaints
Alerts
Almost the same output on live play.... (no need to replay history when configuring settings).
the presetup is for LuxAlgo's default settings (thanks for this great indicator).
Features:
Alarms with different modes --- Band 3 is the band that triggers the alarms.
more gradual setting for the curve
visual alerts for band 1 and 2
how to use:
in trend direction act the yellow "in direction" arrows tape 1
against the trend direction: the band 3 signal, DCA or with SL, prefer SL as it is safer
for both trading variants you can adjust the curve and the bands to your risk management
have fun
Xcreener+1. Xcreener+ is easy to use for stock screening to scan and filter instruments based on selective indicators from the setting list.
2. Please note that instruments in this indicator is ONLY included MALAYSIAN SHARES listed on Bursa Malaysia and not all Malaysian stocks is included.
3. Users can select one of eighteen (18) sectors from the list and subsequently select the indicator to add on to run the screener.
4. XLERT in setting allow you to create alert and notify user pre- and post-market.
5. Tooltip is added in indicator’s setting to illustrate the options available.
Multi Timeframe Bar Replay FixThis indicator fixes the issue of TradingView showing the price too early when using bar replay and switching to a higher timeframe. It works on any timeframe and allows you to switch to any higher timeframe from any candle you want, without showing you what is going to happen next. Everything is done automatically.
Essentially, what you are doing is hiding the original candles from your chart and enabling the indicator, which redraws them without price jumping forward. This is done by hiding the last candle on any timeframe. The indicator should only be used when using bar replay since the last candle on any timeframe is hidden and you don't want to have that in live markets.
Step 1: Go to your chart settings and untick the checkboxes for "Body", "Borders", "Wick", "Last price line" and "Symbol last price label" (This hides the candles, price line and price label from you chart and is needed since they can't be modified with an indicator)
Step 2: Enable the indicator on your chart and customize the candle colors to your liking (The indicator draws the candles back onto the chart and can now modify them to hide the candles which would be jumping forward)
Step 3: Click on the 3 dots next to the indicator name and click on "Visual order -> Bring to front" (This puts the candles in front of all other drawings on the chart)
To go back to normal, simply remove the indicator from your chart and enable the things you previously hid when setting it up.
MTF Phoenix TableThis is a MTF heatmap companion for the Phoenix Ascending indicator by WyckoffMode. It aims to make MTF analysis easier at a quick glance.
The row headings are color coordinated for easy visual recognition.
EPS Surprise (Working)Plots the EPS surprise between reported and estimate.
* This is a working version of the old EPS Surprise indicator here that seems to have been abandoned.
HTS-Ichimoku CloudAdd more a Longline into the basic ichimoku in order to see the support or assistant especially when the price is outside of cloud.
EMA Mountains Use this to track the daily moving avg's on the 15m chart.
by default it is set to be used on ext hours.
+ Multi-timeframe Multiple Moving Average LinesThis is a pretty simple script that plots lines for various moving averages (what I think are the most commonly used across all markets) of varying lengths of timeframes of the user's choosing. Timeframes range from 5 minutes up to one month, so regardless if you're a scalper or a swing trader there should be something here for you.
There are 8 lines (that can be turned on/off individually), which may seem like a lot, but if you use two averages and want to display four different timeframes for each, you can do that. The nice thing is that because the lines start plotting from the current bar they won't clutter up the screen. And obviously having moving averages from different timeframes on your chart makes price action more difficult to read (I mean sure, you can make them invisible, but who wants to do that all the time).
For each line there are two labels. One with the moving average type, and the other with its specific timeframe. I can't include the moving average length because it's not a string input. If anyone has a workaround for this, let me know, otherwise I would simply recommend setting different colors depending on the length, or if you only use one or two lengths and one or two moving averages this shouldn't be an issue. I had to use two labels because for the label text I couldn't include more than one string input, this is why there is an input for the 'moving average type label distance.'' You will want to adjust this depending on if you are trading crypto, futures, or forex because in some cases there may still be label overlap.
Pretty much everything else is self-explanatory.
I've added alerts. I might need to modify them if I can, because it would be nice for them to state the name and timeframe of the moving average. But I think this will do for now.
Enjoy!
Daily SMA In Lower Timeframe public versionThis script aims to provide the daily SMAs (50,100,200) in lower time frames, but ONLY if current price is less than 5% away from it (public code version)
Daily SMA In Lower TimeframeThis script aims to provide the daily SMAs (50,100,200) in lower time frames, but ONLY if current price is less than 5% away from it
itrade buy/sellThe indicator was written based on several types of other indicators.
I took ema, rsi ema and an augmented version of qqe rsi.
The indicator checks for oversold or overbought on all of these indicators and, based on this, issues a buy or sell signal.
In the indicator, you can adjust the length of each point for yourself, so you can set rsi to 10 or 100, as it suits you.
The indicator works better on higher timeframes 4h-1w
But it can also be used on smaller timeframes, but the lower the timeframe, the higher the risk.
_________________________________________________________________________________________________________
Индикатор был написан на основе нескольких видов других индикаторов.
Я взял ema,rsi ema идополненую версию qqe rsi.
Индикатор проверяет перепроданость или перекупленость на этих всех индикаторах и изходя из этого выдаёт сигнал на покупку или продажу.
В индикаторе можно настроить длинну каждого пункта под себя,так вы можете поставить rsi на 10 или же на 100,как вам будет удобно.
Индикатор работает лучше на больших таймфреймах 4ч-1w
Но так же его можно использовать на более мелких таймфреймах,но чем ниже таймфрейм,тем выше риск.
ViVen - MTF RSI - Multi Timeframe RSIHi Traders,
This is very simple tool which plots 5m, 15m, 1H, 1D, 1W and 1M timeframe RSI lines into chart irrespective of Session you are in.
You can turn ON/OFF if any RSI is not needed, also you can customize the view as well.
Strategy:
Basically,
RSI value above 60 is BULLISH
RSI value below 40 is BEARISH
Combining all timeframes we can identify the possibility of Price movement.
For example,
If Monthly RSI, Weekly RSI and Daily RSI - Above 60 then if 15m or 1Hr RSI takes support at 40 / 60 levels we can look for Buying the Stock.
Happy Trading!!
Trend101 v5Welcome to what I believe to be the best indicator on TradingView. Trend101 v5
"Not all trends are made equal"
You should be only trading the trends that matter most... The basis of this script is using volume to rank price trends and give more prominence to the trends that are backed by volume, enabling you to only focus on riding the trends that matter.
If we see a trend with high volume, this will show up in the indicator with larger green or red columns / bars & the trends with low volume will cause little movement in the indicator.
Some indicators are great at showing price trends, some are great at showing volume... Trend101 v5 is great at showing both of these.
This indicator can be used in a variety of ways:
1) The most simplistic is to trade crossovers from Bull > Bear trends and vice versa. This alone can be profitable with a "scalping" mindset where you ride the trend until it shows signs of weakness.
2) The other way I use this indicator is to act as a confirmation tool... for example if price is approach a level of support, you can wait until the price shows signs of rejection and then your confirmation for entry is that Trend101 v5 will change to green. (& the opposite for levels of resistance).
Finally you are also able to use the Timeframe input to select different timeframes, this is useful to use two Trend101 indicators together to filter trade entries. An example would be using one Trend101 indicator set on the 15min timeframe and one set on the Daily timeframe and when both of these align in the same trend direction you are able to enter your trade.
I will produce a video "How To..." guide for this indicator shortly to explain other details.
Let me know in the comments below how you are using the indicator and all feedback is welcome.
Heiken Ashi All TFI have always fighted to understand the market direction because it looks different on different timeframes.
I wanted an indicator where I can see all the different timeframes at once.
This indicator shows the Heiken Ashi candle colors for different time frames at once.
Use it on the 5 Minute timeframe.
4 colors:
dark green: bullis green HA candle with no low shadow.
green: green HA candle.
red: red HA candle
datk red: bearish red HA candle with non existing upper shadow.
the timeframes are by default:
5m 15m 30m 1H 4H 1D
can be adjusted if needed.
signals:
in the top line the Buy / Shell Signals are shown when the selected timeframes are all changed.
for example after a buy signal a sell signal will be printend when all the selected timeframes are turned into red or dark red.
Do not use it as a tranding signal, us it for confirmation.
It doesn't predict. it shows the market's current state.
Don't forget that the latest candles are based on the current value. The higher timeframe candle color depends on the current price.
If the higher timeframe close price so different that the HA candle color changes it reprins for all the affected 5m dots.
[MAD] CMF 5x MTF BTCthis is a revised classic CMF indicator, with some additional features
Features:
4 different Exchanges:Tickers (clouds).
your current exchanges:ticker (white)
an averaged cmf over all 5 tickers (black)
a selectable time frame for all tickers
3 buy and 3 sell lines (visual H-lines only)
autocentering over ghosts
color scheme is for a dark theme, change in settings if needed.
how to use:
act the crossins
when one or two cmfs move steeply into an h-line, when moving back to the middle they have their signal and do their own risk management.
sometimes really crazy things happen in small time frames (whalegames) that you can use as a tradestop and sit it out.
generally try to go with a bigger trend that give less but better results
Scalping The Bull PRO IndicatorName : Scalping The Bull PRO Indicator
Category : Scalping, Trend Following, Mean Reversion .
Timeframe : 1M, 5M, 30M, 1D depending on the specific technique.
Technical Analysis : The indicator supports the operations of the trader named "Scalping The Bull" who uses price action and exponential moving averages.
Suggested usage : Crypto Market only , on Altcoins showing strong trends for scalping and intra-day trades. Trigger points are used as entry and exit points and to be used to understand when a signal has more power.
Scalping The Bull PRO Indicator can identify automatically the following conformations with labels on the charts and/or custom alerts.
Shimano : look at the price records of a consecutive series of closings between the EMA 60 and the EMA 223 when a certain threshold is reached. Use the trigger points as price structures to identify entry and exit zones (e.g. breakout of the yesterday high as for entry point).
Bomb : look at the price registers a percentage variation in a single candle, greater than a threshold such as 2%, in particular on shorter timeframes and around the trigger points.
Viagra : look when there is a consecutive series of closes below the EMA 10, a breakout of the EMA should be an important sign of the change of the trend. Viagra can be used with either a Trend-following or Counter-trend approach, so it can be observed when EMA 60 is lower than EMA 223, or when EMA 60 is higher than EMA 223.
Downward fake : look when, after a cross under (Death Cross), the price returns above the EMA 223 using the yesterday high as a trigger point.
Emergence : look at the EMA 60 is about to cross over the EMA 223.
Anti-crossing : look at, after an important price rise and a subsequent retracement, the EMA 60 is about to cross under the EMA 223 but a bullish impulse brings the price back above the EMAs.
For Sales : look at two types of situations: 1) when the price falls by more than 10% from the opening price and around yesterday's low or 2) when the price falls and then reaches, in the last 5 days, a bigger percentage and then breaks a trigger point.
Colour change : look at the opening price of the session - indicated as a trigger point.
Third touch of EMA 60 : look for 3 touches below the EMA 60, and enter when there is a close above the EMA 60.
Third touch of EMA 223 : look for 3 touches below the EMA 223, and enter when there is a close above the EMA 223.
Bud : look at price when it crosses upwards the average 10 and subsequently at least 2 "rest" candles are between the maximum and minimum of the breaking candle.
Fake on EMA 10 : look for the open of a candle higher than the EMA 10, the minimum of the candle lower and the closing price returns above the EMA 10.
For Stop Loss and Profit Targets consider a proper R/R depending on Risk Management, using price structures such as the low of the entering candle and a quick Position Management moving quickly the Stop-Loss at Break-Even.
Configuration :
Graphical Configuration :
Additional EMA : You can display an additional average, e.g. 20-period average.
Session Separators : indicates the beginning of the current session (in blue) .
Background : signals with the background in green an uptrend situation ( 60 > 223) and in red background a downtrend situation (60 < 223).
Labels of Trigger Points .
Take Profit Levels with a display offset .
Label size .
Trigger points :
Today's highs and lows : draw on the chart the opening price of the daily candle and the highs and lows of the day (high in purple, low in red and open in green). An alert can be activated with % offset.
Yesterday's highs and lows : draw on the chart the opening price of the daily candle, the highs and lows of the previous day (high in yellow, low in red). An alert can be activated with % offset.
Colour Change : an alert can be activated with % offset.
EMA Conformations :
Shimano : a label and/or an alert can be activated with a configurable threshold of candles.
Emersion : a label and/or an alert can be activated.
Anti-crossing : a label and/or an alert can be activated.
Fake on EMA : a label and/or an alert can be activated with a configurable threshold of candles.
Price-EMA Conformations :
Viagra : a label and/or an alert can be activated for specific EMA situations, with a configurable threshold of candles.
Third Touch on EMA : a label and/or an alert can be activated for a specific EMA bounce.
Bud : a label and/or an alert can be activated on all timeframes except 1m.
Fake on EMA 10 : a label and/or an alert can be activated on all timeframes except 1m.
Bud + Fake : a label and/or an alert can be activated on all timeframes except 1m.
Price Conformations :
Bomb : a label and/or an alert can be activated with a configurable threshold %.
For Sales : a label and/or an alert can be activated with a configurable threshold %.
Activate all alerts : you can activate all alerts clicking on Alerts, then on Condition “PRO Scalping the Bull” and then selecting “Any alert() function”.
N.B. It is also possible to creates alerts on price-EMA crossing.
Chart gain/lossis not my code actually its a example in
Pine Script™ and charts become better acquainted
becaus is can useful and it unpublished i just publish that without any channges
As a trader scrolls or zooms on their chart – causing the range of visible bars on the chart to change – scripts using either of these new built-ins will automatically re-execute so that calculations and visuals can adapt to the new context. This opens the door to a whole new variety of scripts that dynamically adjust to changes in the range of visible bars.
This indicator draws an arrow from the open of the first visible bar to the close of the last, and shows the gain/loss for that range
Lower TimeFrame Mini Candle[rsu]Lower Timeframe mini Candle
It is used to display the candle chart status of the small period 30m and 5m period through One Chart in the large period (day, or 8h, Week),
The period and window offset of the left and right windows can be set to suit your desktop resolution requirements.
Alert
Alert can be added to trigger when the stock price touches 200ma, please set the alert in the Day period.
It will trigger the alert at both 5m and 30m period.
ViVen - EXP - Signals with AlertsHi Friends,
Here the trading made easy with Signals...
The main purpose of this indicator is to identify the Support and Resistance levels well in advance to make ourselves ready for the Entries with confidence..
With this indicator we will be able to identify the Market Structure and Trend to initiate our trades.
Multi Timeframe Concepts are considered in some cases to capture the Golden Zones.
Details of the Indicator:
Method of Trading – Intraday, Positional or Swing – Indices, Stocks and Commodity Markets
Golden Zones : When two or more indicator levels are confluences at one price point which will act as Strong Support and Resistance in the Market. That is called Golden Zone.
CPR & Pivot (Daily / Weekly / Monthly) – Based on the previous Timeframe values, it will automatically calculates the Support and Resistance values for the upcoming Sessions.
BUY / SELL Levels (W-Refers the Weekly levels) – Possible Reversal in the market we can expect at this price level. Depends on the Time frame (Daily/Weekly)
Bull BO / Bear BO (W-Refers the Weekly levels) – Possible Breakout level, If breakout happens price will move to reach the Target 1 and 2 Points based on which side the price breaks ( BULLISH / BEARISH ). We can initiate our BUY/SELL Entries.
Target 1 & Target 2 – Once the Price breaks the Breakout (Bull BO / Bear BO) levels, it will try to reach the Target Points where we can book our profits.
Tomorrow Levels - This will help us to enable the next day trading session Support and Resistance Levels in advance to do pre-analysis to prepare for the Entry and Exits.
Colored Candles : Lime Green and Violet colored candles will indicate the Possible Trend Reversals.
Triangles : Orange and Violet triangles will indicate the Confirmation of Trend Reversal.
BUY / SELL Signal – Considering the momentum and the Trend change it will suggest the possible entry time.
Dashboard :
1. Weekly Trend : This will indicate how the current week trend is going to be – Trending / Sideways
2. Today – Current Session expectation in the Market ( Bullish / Bearish )
3. Sentiment – Indicates the Traders mind set (Positive/Negative Side)
4. Range - This will indicate how the current Day trend is going to be – Trending / Sideways
5. MB / MA Trend – This identifies the major trend (Is the Stock / script in Up Trend or Down Trend)
6. Other Parameters – Will indicates the present situation in the market
7. RSI Values – This is to know and understand the momentum of the particular script
Levels Name Explanations:
1. DPP – Daily Pivot Point
2. WPP – Weekly Pivot Point
3. WTC – Weekly Top Central Pivot
4. WBC – Weekly Bottom Central Pivot
5. PDH – Previous Day High
6. PDL – Previous Day Low
7. PWH – Previous Week High
8. PWL – Previous Week Low
9. PMH – Previous Month High
10. PML - Previous Month Low
11. WR1, WR2 – Weekly Resistance Levels 1 & 2
12. WS1, WS2 – Weekly Support 1 & 2
13. 5m 200 EMA – 5 Minutes 200 Period Exponential Moving Average
14. 15m 200 EMA – 15 Minutes 200 Period Exponential Moving Average
15. 1H 200 EMA – 1 Hour 200 Period Exponential Moving Average
16. 1H 200 SMA – 1 Hour 100 Period Simple Moving Average
17. 1D 200 EMA – Daily TF 100 Period Exponential Moving Average
Settings:
To turn ON and OFF any of these levels if it does not require, Go to Indicator Settings and disable the specific levels.
Alerts:
You can enable the Buy / Sell signal Alerts by creating new alert.
To Access the Indicator:
If you want to know more about the indicator & to access for your trading please check the link in the signature below.
If you have any doubts please mention it in the comment section.
Looking forward your valuable comments and feedbacks to improve further in accuracy of our Trading.
Thanks!!
MTF EMA with Gann square of nineThis indicator can display Exponential Moving Average 200 (last point) at different timeframe simultaneously.
The default timeframe of EMA200 is 5min, 15min, 30min, 1H, 2H, 4H, 1D and 1W.
In addition, this script come with Gann square of nine nearest level.
VWAP and previous VWAP for Support & Resistance for D W MI overhauled my old multi timeframe VWAP script to make the VWAP OC-Check work for all timeframes. Now only one function is used to calculate the 3 preset VWAPs.
Previous VWAPS = the price where the last session closed sometimes work as Support and Resistance.
The OC-Check Mode theory examines if the VWAP from the Open is above or below the VWAP from Close
and if price is above or below normal VWAP (HLC3).
This way we have 4 states:
Red = Strong Downtrend
Orange = Weak Downtrend
Blue = Weak Uptrend
Green = Strong Uptrend
As always it is just a theory - nothing is set in stone regarding any indicator.