[TTI] Ned Davis 3 day Price Thrust IndicatorThe NedDavis 3 Day Price Thrust Indicator
HISTORY AND CREDITS –––––––––––––––––––––––––––––––––––––––––––––––––––––––
The indicator is inspired by studies from Ned Davis' NDR Institutional Service. I have shared before the backtest of this indicator, and now have coded it for TradingView so that you can have it on your charts.
Link to idea here:
WHAT IT DOES ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Thrusts occur when the S&P 500 rises at least 1.5% for one day, at least 1.15% for a second day, and at least 1.5% on the third day. The record since 1970 is perfect one year later. However, the prior 18 cases, ending in 1938, only show 11 out of 18 profitable one year later.
HOW TO USE IT –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
I use the indicator as a gauge tool, in other words it is a piece of the puzzle to justify bullish or bearish trades. I put this type of analysis in my secondary tools that give me additional confidence for market direction and aggressiveness in my trading
上昇パターン
Cheat Code's RedemptionWELCOME TO THE CHEAT CODE REDEMPTION PACK!!!!
I want to take a deep dive into what this indicator consists of and how you can use it to improve your trading strategy.
-What does the CCR consist of?
The Oscillator:
The oscillator is a combination of a true strength index sampled from on-balance volume and a regular RSI at default settings. The reason I added the on-balance volume is that it does not tend to remain at overbought or oversold conditions as traditional momentum oscillators do.
The Histogram:
The histogram is copied to a tee from the MACD histogram, the only difference here is that I extended the moving averages to depict a special pairing; the ema55 slow and ema21 fast. I then converted it into another true strength index, as the calculations fit all time frames.
The Divergences:
The divergences of an indicator can be extremely useful in catching scalp opportunities, a DARK RED/GREEN represents a REGULAR divergence, while a SALMON/LIGHT GREEN color represents a HIDDEN divergence.
The moving average:
The moving average built into this indicator is depicted as an aqua or yellow line, when the oscillator is moving in an uptrend, the moving average will appear aqua, when the oscillator is in a downtrend it will appear yellow. Use this as confirmation bias or as the third derivative of market position.
Oscillator Colors:
The Oscillator color is an important thesis of this indicator. When the line is green, it means the market is effectively in an uptrend, when it is red, it means the market is in a downtrend. Use this to prevent longing in a serious downtrend and vice versa.
If you have any questions regarding the indicator(s), feel free to reach out to me in the comments or through Direct Message!!!
Safe Trading, Don't get Rekt
- CheatCode1 <3
Breakout Candles + RSIHello!
This is my firt script :)
This indicator looks for candles that are significantly larger than the previous X candle.
It is possible to set the following:
Multiplier: deviation from the size of the previous X candle (if set to 3 the size of the actual candle's body /abs(open - close)/ must be larger than the size of the bigger candle from the prevous X candles)
Previous candles: the number of previous candles to size check
Upper RSI limit: if the RSI14 close higher than the specified number, the candle will ignore
Lower RSI limit: if the RSI14 close lower than the specified number, the candle will ignore
Without dojis: if checked, watches candles only that do not have a bottom spike (bullish) or top spike (bearish). Useful for Heikin-Ashi candles
Feel free to left any suggestion!
Thank You!
EVA - Daily Candle BoxThis is a very simple indicator who display few information about the LAST daily candle. ( it is possible to change the timeframe to have information about last week or last hour )
The green background zone is the channel between last daily candle close and last daily high.
The red background zone is the channel between last daily candle close and last daily low.
The middle line display the last daily candle close.
You can desactivate some display , and let just what you need.
If you have any idea to improve it , let me a message !
Bull/Bear Candle % Oscillator█ OVERVIEW
This script determines the proportion of bullish and bearish candles in a given sample size. It will produce an oscillator that fluctuates between 100 and -100, where values > 0 indicate more bullish candles in the sample and values < 0 indicate more bearish candles in the sample. Data produced by this oscillator is normalized around the 50% value, meaning that an even 50/50 split between bullish and bearish candles makes this oscillator produce 0; this oscillator indirectly represents the percent proportion of bullish and bearish candles in the sample (see HOW TO USE/INTERPRETATION OF DATA ).
It has two overarching settings: 'classic' and 'range'.
█ CONCEPTS
This script will cover concepts related to candlestick analysis, volumetric analysis, and lower timeframes.
Candlestick Analysis - The idea behind this script is to solely look at the candlesticks themselves and derive information from them in a given sample. It separates candles into two categories, bullish (close > open) and bearish (close < open).
If the indicator's setting is set to 'classic', the size of candles do not matter and all are assigned a value of 1 or 0.
If the indicator's setting is set to 'range', specific candle ranges modify the proportion of bullish/bearish values. Bullish candle values include all bullish candles in the set from their lows to the close, plus the lower wicks of all bearish candles. Bearish candle values include all bearish candles in the set from their highs to the close, plus the upper wicks of all bullish candles.
Volumetric Analysis - One of this script's features allows the user to modify the bullish and bearish candle proportions by its 'weight' determined by its volume compared to the sample set's total volume. Volumetric analysis for the 'range' setting are more complex than 'classic' as described below.
Lower Timeframes - For volumetric analysis to be done on candle wicks, there needed to be a way to determine how much volume had occurred in the wick by itself to find the weight of upper and lower wicks. To accomplish this, I employed PineScrypt's request.security_lower_tf function to grab OHLC values of lower timeframe candles (as well as volume) to determine how much volume had occurred in the wicks of the chart resolution's candle. The default OHLC values used here are the lows for upper wicks and highs for lower wicks. These OHLC values are then compared to the chart resolution candle's close to determine if the volume of that lower timeframe candle should be shifted to the wick weight or stay in the current weight of that candle. The reason 'low' and 'high' are used here is to guarantee that 100% of the volume of a lower timeframe candle had occurred in the wick of the candle at the current resolution (see LIMITATIONS ).
Bullish candles will exclude volume of all lower timeframe candles whose lows were greater than that candle's close. Bearish candles will exclude volume of all lower timeframe candles whose highs were less than that candle's close. These wick volumes are then divided by the volume of the sample set, and wick sizes are then multiplied by this weight before being added to their specific bullish/bearish sums (lower wicks to bullish and upper wicks to bearish).
█ FEATURES
There are 13 inputs for the user to modify the behavior/visual representation of this script.
Sample Length - This determines how many candles are in the sample set to find the proportion of bullish and bearish candles.
Colors and Invert Colors - There are three colors set by the user: a bullish color, neutral color, and bearish color. The oscillator plots two lines, one at 0 and another that represents the proportion of bullish or bearish candles in the sample set (we'll call this the 'signal line'). If the oscillator is above 0, bullish color is used, bearish otherwise. This script generates a gradient to color a filled area between the 0 line and the signal line based on the historical values of the oscillator itself and the signal line. For bullish values, the closer the signal line is to the max (or restricted max described below) that the oscillator has experienced, the more colored toward bullish color the shaded area will be, using the neutral color as a starting point. The same is applied to the bearish values using the bearish color.
There is an additional input to invert the colors so that the bearish color is associated with bullish values and vise-versa.
Calculation Type - This determines the overarching behavior of the oscillator and has two settings:
Classic - The weight of candles are either 1 if they occurred and 0 if not.
Range - The weight of candles is determined by the size of specific sections as described in CONCEPTS - Candlestick Analysis .
Volume Weighted - This enables modifying the weights of candles as described in CONCEPTS - Volumetric Analysis and Lower Timeframes based on which Calculation Type is used.
Wick Slice Resolution - This is the lower timeframe resolution that will be used to slice the chart resolution's candle when determining the volumetric weight of wicks. Lower timeframe resolutions like '1 minute' will yield more precise results as they will give more data points to go off of (see LIMITATIONS ).
Upper/Lower Wick Source - These two inputs allow the user to select which OHLC values to compare against the chart resolution's candle close when determining which lower timeframe candles will have their volumes associated with the wicks of candles being analyzed at the chart's resolution.
Restrict Min/Max Data and Restriction - This will restrict the maximum and minimum values that will be used for the signal line when comparing its value to previous oscillator values and change how the color gradient is generated for the indicator. Restriction is the number of candles back that will determine these maximum and minimum values.
Display Min/Max Guide - This will plot two lines that are colored the corresponding bullish and bearish colors which follow what the maximum and minimum values are currently for the oscillator.
█ HOW TO USE/INTERPRETATION OF DATA
As mentioned in the OVERVIEW section, this oscillator provides an indirect representation of the percent proportion of bullish or bearish candles in a given sample. If the oscillator reads 80, this does not mean that 80% of all candles in the sample were bullish . To find the percentage of candles that were bullish or bearish, the user needs to perform the following:
50% + ((|oscillator value| / 100) * 50)%
If the oscillator value is negative, the value from above will represent the percentage of bearish candles in the sample. If it is positive, this value represents the percentage of bullish candles in the sample.
Example 1 (oscillator value = 80):
50% + ((|80| / 100) * 50)%
50% + ((0.80) * 50)%
50% + 40% = 90%
90% of the candles in the sample were bullish.
Example 2 (oscillator value = -43):
50% + ((|-43| / 100) * 50)%
50% + ((0.43) * 50)%
50% + 21.5% = 71.5%
71.5% of the candles in the sample were bearish.
An example use of this indicator would be to put in a 'buy' order when its value shows a significant proportion of the sampled candles were bearish, and put in a 'sell' order when a significant proportion of candles were bullish. Potential divergences of this oscillator may also be used to plan trades accordingly such as bearish divergence - price continues higher as the oscillator decreases in value and vise-versa.*
* Nothing in this script constitutes any form of financial advice. The user is solely responsible for their trading decisions and I will not be held liable for any losses or gains incurred with the use of this script. Please proceed with caution when using this script to assist with trading decisions.
█ LIMITATIONS
Range Volumetric Weights :
Because of the conditions that must be met in order for volume to be considered part of wicks, it is possible that the default settings and their intended reasoning will not produce reliable results. If all lower timeframe candles have highs or lows that are within the body of the candle at the chart's resolution, the volume for the wicks will effectively be 0, which is not an accurate representation of those wicks. This is one of the reasons why I included the ability to change the source values used for these conditions as certain OHLC values may produce more reliable/intended results under these conditions.
Wick Slice Resolution :
PineScript restricts the number of intrabar references to 100,000 total. This script uses 3 separate request.security_lower_tf calls and has a default resolution of 1 minute. This means that if the user were to set the oscillator to the Range setting, enable volume weighted, and had the Wick Slice Resolution set to 1 minute, this script will exceed this 100,000 reference restriction within 24 days of data and will not produce any results beyond the previous 23.14 days.
Below are example uses of all the different settings of this script, these are done on the 1D chart of COINBASE:BTCUSD :
Default Settings:
Classic - Volume Weighted:
Range - no Volume Weight:
Range - Volume Weighted (1 min slices):
Range - Volume Weighted (1 hour slices):
Display Min/Max Guide - No Restriction:
Display Min/Max Guide - Restriction:
Invert Colors:
ATR Trailing Stop Loss [V5]A complete ATR Trailing Stop Loss in version 5.
Features Include:
Timeframe Option
Long/Short Triggers (Green/Red Triangles)
Long/Short Conditions (Bottom Colored Line)
"Golden" Long/Short Triggers (Yellow Triangles)(Hanging Man or Shooting Star Candlestick patterns breaking ATR trailing stop)
Alerts
Master/Last CandleMaster/Followers: Master candle is defined as the start of a trend (bullish/bearish) and followed by a series of candles in the same direction (bullish/bearish) called followers.
Last/Reversals: Last candle is defined as the end of a trend (bullish/bearish) and followed by a series of candles in the opposite direction (bearish/bullish) called reversals.
This indicator marks master/last candle, whether it is master or last depending on the breakout direction of the next candle. Next, we have to look for support (medium/low) and resistance (medium/high) to determine the target, which is not covered here. Remember that, target must cover sell-buy spread or commission offered by broker. When the two points are taken into considered, it is that time to decide making a trade (buy/sell) or not.
Detailed prices at entry and stop loss are included in alerts.
Markets: All.
Timeframes: All.
Usage: Used in combination with support/resistance.
Bullish KickerIdentify bullish kicker candles on the chart. A bullish kicker candle occurs when the opening price is above the body of the previous candle. The previous candle must close lower than the open to qualify.
Indicator Settings
You can chose which shape and color to plot when a kicker candle occurs, as well as placement above, below or in a separate pane.
Bullish Kickers are indicated by blue arrows on the chart
Current price & Daily openFor those who likes clean chart:
I made a simple script that shows Current price based on the last candle color.
Also can show Daily open line based on the daily candle color.
Daily open line is same as strong support and resistance levels.
Mostly price shows strong responces on daily open line.
1: Daily open line color is blue if current price is above the daily open line.
And daily open line is red if current price is below the daily open line.
This means blue daily open line represents bullish daily candle and red daily open line represents bearish daily candle.
Simply you can expect Buy setup on the daily open line if it is blue and vice versa. That means you are following the daily trend, nothing else.
Always double confirm with your own trading style. It's not guaranteed.
You can use this script when you want to see daily price action or to find daily high lows.
This script helps to identify the following day high and lows too on the lower timeframe.
2: When you add drawing tools on your chart price labels are overlapping or if you choose not overlap then price moves up or down so you are not able to see current price easily.
This script helps to show current price on the last candle. You can easily see the current price.
Current price color is blue when last candle is bullish and it's red when last candle is bearish .
It always calculates last candle. So it could be weekly or 1 minute candle, whatever timeframe you working on.
Thank you.
Dante Bullish/Bearish EngulfingBearish and Bullish engulfings as taught by Tom Dante Piccin. Different from other bullish/bearish engulfing indicators because other indicators only want the body of the current candle to engulf the previous body.
This indicator needs the low and high of the current candle to engulf the previous one and also in the example of a bullish engulfing close above the previous candle high or in a bearish engulfing example close below the low of the previous candle.
Bulls vs BearsThis indicator helps show whether Bulls or Bears have more power at a given time.
On the chart, you can see how one might use this indicator for entry, exit, and confirmation.
The math used to calculate the indicator line is as follows:
bullPower = high - MA
bearPower = low - MA
indicatorLine = bullPower + bearPower
If the indicator is above the baseline of 0, line is green and Bulls are in power.
If the indicator is below the baseline of 0, line is red and Bears are in power.
Baseline is defaulted to 0. This can be changed in either direction to create more confirmation about bullish or bearish. This line determines the color of the indicator line.
The dark band/channel is based on the Average True Range (ATR). The channel size can be adjusted. When the indicator line moves outside of the channel, it is an extremely strong indicator of who is in power and may precede a reversal or slowdown.
Settings that can be adjusted:
ATR Multiplier - adjusts the size of the channel. Default is 3
Source (default hlc3)
Moving Average Length - Default is 13.
Moving Average Type
- EMA
- SMA
- SMMA (RMA)
- WMA
- VWMA
Baseline - Sets color of indicator line to show what's bullish/bearish. Default to 0.
Colors:
- Indicator Line Colors
- ATR Band upper & lower lines
- ATR band background
JG RSI/MFI/divergence IndicatorThis is a combination of
- RSI (relative strength index)
- MFI (money flow index)
- Divergences on the RSI
MFI behaves much the same as RSI but it more responsive/to some degree a leading indicator. I find it helps having this overlayed with RSI to help gauge price action and sentiment, as well as for confluence with RSI.
MACD Multiple AlertsThis script help traders to catch bullish and bearish momentum. It creates an alert for 40 altcoins based on the MACD cross over and cross under.
The MACD input are adjustable in the settings and you can choose your favorite assets.
Simply add this indicator to the chart wait that if finish to load and then create an alert on the time frame of your choice.
Enjoy your trading
F_rank_01
Glow Node VolumeThis volume indicator overlays bullish and bearish bars so you can see exactly who's winning the fight
also includes an information box that reads the markets trend to tell you whether it's safe to enter and trade in which direction.
Display Info Box
This box is used to advise whether it's safe to take a trade and tell you what direction (Short / Long).
It analyses the market to find the trend, Then when there is a safe time to take a trade it will advise in the direction the market is trending.
Green / Red Dots
The dots on the top of the indicator give you a quick and easy way to see who's winning the fight buyers or sellers as an average over the last couple bars
LOKEN (v4) BULLISH SMART MONEYThis indicator is based on Smart Money MCDX
(Pine editor @v4)
Indicator built for cryptocurrencies.
Best for day trading.
The coin seems overbought but still pump? Check this indicator
This indicator help you see when institutional buyer enter/exit trade and is a good combination with RSI + Stochastic RSI .
This indicator focus on buying activity by big players and is built for LONG or SPOT, shorter can still use it to determine when to exit short (if smart money appear on a significant TF you may not enter/stay in a short).
Banker plot show strong buyer activities (appear generally when RSI already overbought but still increasing).
It appear as a Histogram with a color code to better see the fading strength of the institutional activity :
Light Blue Bar = Institutional presence ( bullish )
Green Bar = Pump candle (very bullish ), (Banker > Banker MA)
Orange Bar = Retest candle = natural decline after a growth (Banker < Banker MA)
Black Bar = Down candle = progressive exit of institutional leads to this candle, you must have TP before.
Red Bar = Dump candle = steep decline, the institutional take profit hard. You better be out before that one.
Hot-Money plot show momentum and react fast to price action.
It appear as a filled zone (red or green) depending on the plot position compared to its average.
In a downtrend you may only see this one.
Key-Signals:
"Bullish signal 𓃓" = open a long
"Sell signal 💲" = close the long
I recommend you don't keep all the signals enabled at first.
(feel free to ask me the use of the other signals)
It seemed to me that SMART MONEY MCDX was counter-intuitive and archaic,
So i made this one for personal use,
I'm happy if this indicator helps you,
Have a good trade
Jae Flow+Jae_Folw+
- Auxiliary indicator that can judge the overall flow / short-term flow of the market
- Flow Chart is divided into upper / middle / lower part
- There is no timeframe limitation, but like the existing divergence trading, we recommend trading by specifying the mainframe.
🔋 (green line) : It is written with an algorithm based on (5 33 / 10 66 / 20 1212) "3 Stochastic", and is used to check the double peak/double bottom easly.
➕ (Cross): Reports Gold Cross/Dead Cross of existing (5 33 / 10 66 / 20 1212) "3 Stochastic".
🔷 (diamond): It is written with a DCP-based(MA+Volume Trend) algorithm to indicate the turning point of the trend
🌈 Basics of trading 🌈
Reversal of Trend Requires Diver/Finale
A chart with a large trading volume cannot go in the opposite direction.
To relieve the moving inertia, after the beam is finished, the beam is crossed and the wave is drawn (during this sidewalk, a divers of an appropriate size is generated)
Indicators to help you know when and where this inertia will end
Trade with the idea that the downward ball changes its inclination and catches the flow in the opposite direction.
It takes longer than I thought for the ball to stop and move in the opposite direction.
🌈🌈
====Usage====
====Basically recommend using divergence as a base, judging the flow of wave (market) with Jaeflow====
📍0. Identifying mainframes and specifying frames to buy and sell
📍1. "Top Flow"
A Need to check the double ceiling/double bottom of the green line of “top flow” (think of the green line as RSI and check the divergence with the candle BEST)
B Cross signal from double ceiling/double floor = flow is changing
C Does a diamond occur at this time + what is the shape of the lower "interrupted flow" (overbought/overbought? double floor/ceiling? etc.)
D Rather than trading with “upper flow”, it is better to see the upper flow following the stop flow
📍2. "Middle Flow"
A Use the same as above
B "Middle flow" consists of the strongest signal to judge the flow
C Active participation in trading if the “Top flow” double peak + stop flow double bar + cross signal + diamond signal continues
📍3. "bottom flow"
A When the above trading conditions are established, check whether the "bottom flow" is also the form immediately preceding the desired shape (BEST)
B If you can see the double-floor/double-ceiling shape in "Bottom Flow", it is recommended to increase the time frame by one level (there is a possibility that it is not the main frame)
📍4. "2 diamonds" or "3 diamonds"
A If “upper/middle/lower flows” occur at the same time, it can be seen as a signal of a strong trend reversal.
🥇 "When Diver Occurs" 🥇
Use it to overlap with items 1,2,3,4 above to judge the trend
===============================================================================================
🥇 Jaedie 사용자를 위한 JaeFlow
- 시장의 전체 흐름 / 단기 흐름을 판단할 수 있는 보조지표
- Flow Chart는 상단 / 중단 / 하단부 로 나뉜다
- 타임프레임의 제한은 없지만, 기존 다이버전스 매매와 같이 메인프레임을 특정하여 매매를 추천
🔋 (녹색선) : (5 33 / 10 66 / 20 1212) 3스토 기반의 알고리즘으로 작성되어, 쌍봉/쌍바닥을 확인하는데 쓰임
➕(크로스) : 기존 (5 33 / 10 66 / 20 1212) 3스토의 골드크로스/데드크로스를 알려줌
🔷(다이아) : DCP기반의 알고리즘으로 작성되어 추세의 전환점을 나타냄
🌈매매의 기본에 대하여🌈
추세의 전환에는 다이버/피날레가 필요함
큰 거래량의 빔형태의 차트가 바로 반대방향으로 갈수는 없음
움직이던 관성을 해소하기 위해 빔이 끝난 후 횡보를 하며 파동을 그림 (이 횡보 도중 적당한 크기의 다이버가 발생하게 되고)
이 관성이 끝날 타이밍과 흐름(Flow)을 알 수 있도록 도와주는 지표
내려가던 공이 기울기가 바뀌어 반대방향으로 굴러가는 흐름을 잡는다는 생각을 하며 매매를 수행
이 공이 멈춰가며 반대방향으로 움직이기엔 내 생각보다 더 긴 시간이 필요함
🌈🌈
====사용법====
====기본적으로 Jaedie의 다이버전스를 Base로 활용 추천, Jaeflow로 파동(시장)의 흐름을 판단====
📍0. 메인프레임 특정 및 매매할 프레임 특정하기
📍1. "상단 플로우"
A "상단 플로우"의 녹색 선 쌍천장/쌍바닥을 확인해야 함 (녹색 선을 RSI라 생각하고 캔들과의 다이버전스를 확인 BEST)
B 쌍천장/쌍바닥에서 나오는 크로스 신호 = 흐름이 변하고 있다
C 이때 다이아가 발생하는지 + 아래쪽 "중단 플로우"의 형태는 어떠한지 (과매수/도 인지? 쌍바닥/천장 인지? 등)
D "상단 플로우"로 매매를 수행하기보단 상단 플로우가 중단 플로우와 이어지는 형태를 보는게 좋음
📍2. "중단 플로우"
A 위와 마찬가지로 활용
B "중단 플로우"는 흐름을 판단하기에 가장 강력한 신호로 이루어져 있음
C "상단 플로우"의 쌍봉 + 중단플로우의 쌍봉 + 크로스 신호 + 다이아 신호등이 이어진다면 매매에 적극적으로 참여
📍3. "하단 플로우"
A 위의 매매조건이 성립했을때, "하단 플로우" 또한 원하는 모양의 바로 직전형태인지 확인(BEST)
B "하단 플로우"에서 대놓고 쌍바닥/쌍천장의 형태가 보인다면 타임프레임을 한단계 높이는걸 추천 (메인프레임이 아닐 확률이 있음)
📍4. "2다이아" or "3다이아"
A "상/중/하단 플로우"가 동시에 다이아가 발생하는 경우 강한 추세전환의 신호로 볼 수있음
🥇 "Jaedie 다이버 발생 시" 🥇
위의 1,2,3,4 항목들과 중첩하여 사용하여 추세를 판단
캔들이 빔을 쏘는 도중 or 관성이 끝나지 않은 도중 반대포지션 진입을 자제합시다
충분히 유연한 곡선으로 그려질 경우 + 다이버가 추가 될 경우 포지션 진입을 하는 매매습관을 들입시다
Artharjan - RSI and RSI-Moving Avg Crossover SignalsHi,
I have created "Artharjan - Index Heavy Weight Components RSI and RSI-Moving Avg Crossover Bullish/Bearish/Neutral Signal" (Short Name - ARSICROSSOVER) indicator for Traders whereby they can see the RSI and RSI Moving Average Values for Indices and Index heavyweight Components at the same time in a Dashboard.
The analysis is based on 2 different timeframes. Basically when Higher timeframe RSI is Bullish and Lower timeframe is Bearish then you enter the LONG trade when Lower Timeframe RSI shows "Bullish Reversal Signal" &
when Higher timeframe RSI is Bearish and Lower timeframe is Bullish then you enter the SHORT trade when Lower Timeframe RSI shows "Bearish Reversal Signal"
The two timeframes which I have selected by Default are Weekly (Higher timeframe) and 30 min Lower (Trade Entry) Timeframe
Also I have used to source to calculate the RSI as 5 period WMA of hlc3, if you want use raw RSI to generate crossover signals then change the source to "close" and input soothing to '1' instead of '5'
The system generates very accurate Buy and Sell Signals and when the script is range bound in its respective timeframe it shows Neutral signal
The overbought and oversold levels for Higher and Lower timeframes are set to be 60/40 and 70/30 respectively, however Traders may change these levels as per their preferences.
For intraday trades I would recommend using Higher time frame as "Daily" and Lower (Trade Entry) Timeframe as "15 min"
For Swing trades I would recommend using Higher time frame as "Weekly" and Lower (Trade Entry) Timeframe as "75 min"
For Positional trades I would recommend using Higher time frame as "Monthly" and Lower (Trade Entry) Timeframe as "Daily"
Also you can select maximum 10 Scripts at any given point in time.
My recommendation would be to use Sector Index as Script 1 and then Heavy weight components of that Sector in Script 2 to 10
This will help you to identify which Stock is responsible to pull index Up or Down and then you may decide to take either a Long Trade or Short Trade accordingly.
The Background Color and Bullish/Bearish/Neutral stages are decided based on following logic
1] If Higher timeframe RSI > Overbought Level - Stock is in a Bull Run
2] If Higher timeframe RSI > If Higher timeframe EMA of RSI = Positively Bullish
3] If Higher timeframe RSI < Oversold Level - Stock is in a Bear Run
4] If Higher timeframe RSI < If Higher timeframe EMA of RSI = Positively Bearish
5] Bulls will be said to have control if Condition 1 & 2 are true
6] Bears will be said to have control if Condition 3 & 4 are true
7] The Stock/Index will be said to be in a Neutral zone if its RSI is less than Overbought Level but greater than Oversold Level
The same rules are applicable for a Lower (Trade Entry) Timeframe
Hope you guys like this indicator and are able to make decent money by using it.
Regards
Rahul Desai
@Artharjan
AMACD - All Moving Average Convergence DivergenceThis indicator displays the Moving Average Convergane and Divergence ( MACD ) of individually configured Fast, Slow and Signal Moving Averages. Buy and sell alerts can be set based on moving average crossovers, consecutive convergence/divergence of the moving averages, and directional changes in the histogram moving averages.
The Fast, Slow and Signal Moving Averages can be set to:
Exponential Moving Average ( EMA )
Volume-Weighted Moving Average ( VWMA )
Simple Moving Average ( SMA )
Weighted Moving Average ( WMA )
Hull Moving Average ( HMA )
Exponentially Weighted Moving Average (RMA) ( SMMA )
Symmetrically Weighted Moving Average ( SWMA )
Arnaud Legoux Moving Average ( ALMA )
Double EMA ( DEMA )
Double SMA (DSMA)
Double WMA (DWMA)
Double RMA ( DRMA )
Triple EMA ( TEMA )
Triple SMA (TSMA)
Triple WMA (TWMA)
Triple RMA (TRMA)
Linear regression curve Moving Average ( LSMA )
Variable Index Dynamic Average ( VIDYA )
Fractal Adaptive Moving Average ( FRAMA )
If you have a strategy that can buy based on External Indicators use 'Backtest Signal' which returns a 1 for a Buy and a 2 for a sell.
'Backtest Signal' is plotted to display.none, so change the Style Settings for the chart if you need to see it for testing.
Bears Bulls Impulse█ OVERVIEW
Maybe another version of the Bears Bulls indicator, but with a unique interpretation on the scripts found here on Tradingview. Again, this indicator is not meant to be used alone but as an entry/exit confirmation with other indicators.
█ CONCEPTS
Using a modified version of the WMA indicator, the LWMA , this indicator will work similarly to the Bears Bulls Power indicator. Quoting from Admiral Markets, "Bulls Power measures the capability of buyers in the market to lift prices above an average consensus of value. Bears Power measures the capability of sellers to drag prices below an average consensus of value. Using them in tandem with a trend measure allows you to identify favorable entry points."
█ HOW TO USE IT
As soon as the color changes, it indicates a change in the price direction and divergences. Green buy, red sell? Not that simple, but following that pattern for scalping may result in some good entries. Following this indicator blindly will not be accurate as using another indicator to filter the signals in favor of a major trend (that indicator could be another Bears Bulls Inpulse from a higher time frame)
Botvenko ScriptI just test&learn pine script...
Damn, what should I write here? So... Its just a differense between the logarithms of two prices of different periods (You can set the period you want)... And it looks really nice... Ahem...
I hope, you enjoy this piece of... Have a nice day, my dear.
Lankou VS BTC all
/!\ To make it work well use -> pin at new right scale
This script displays the comparison with BTCUSDT
it permits to see if an asset is gaining value against BTC, and fastly scan USDT asset to determine if they are bullish
It works for ANY asset, as it's dividing it's price by the BTCUSDT one
Bias Pivot PointA simple indicator that uses Pivot Points as a filter and to generate a Directional Bias .
How to use this indicator?
1. Directional Bias
Bullish => Closing Price > Pivot Point
Bearish => Closing Price < Pivot Point
2. Support / Resistance
Each Pivot Points can be used as Support or Resistance
3. Take Profit Targets
Each Pivot Points can be used as targets for taking profit