EMA MAGIC BANDThis is the 21 EMA Band Which follows the chart for the last 21 Average High and Low Prices of the Candle with Integrated RSI. This is a Colourful Band When Market is in Uptrend it shows Green, Market is Downtrend it shows Red and When Sideways Black.
מתנדי רוחב
OBV with Volume/Momentum DivergenceCredits go to vyperphi696 and LazyBear for the original OBV with Divergence script.
This indicator has the new option to check for momentum divergence, which I have done by adding RSI and MACD data.
Hence the indicator allows combined testing of volume and momentum divergence. This feature aims to improve trend reversal detection by reducing false positives.
In summary, 3 divergence categories are shown by default as lines:
Volume + RSI + MACD (dark green/red)
Volume + RSI / Volume + MACD (light green/red)
Volume (gray)
Line colors can be adjusted via plot settings. Therefore it is also possible to distinguish Volume + RSI and Volume + MACD divergence if necessary.
Lastly, I edited the indicator scaling mechanism when changing from one timeframe to another; the transitions are smoother now. This only applies when auto-scaling is off.
Intrabar On Balance VolumeAn experimental modification of TradingView's built-in OBV indicator that calculates its value with intrabar data.
This leads to a more accurate OBV trace because it considers the price swings that happen within the time period of each candle, instead of only considering the candle close price.
For example: on a 4H timeframe a single candle spans 4 hours. In this indicator the OBV is calculated with 1-minute intrabar data, leading to a resolution of 240 intrabars per 4H candle (that is, it considers the volume and price swings that happened at each minute of those 4 hours).
Rets High/Low (2.0 Special Uncensored Edition)This script can be used as a visual aid in seeing the last highs and lows of price in a specific time period. It automatically updates the plots if new highs or lows are made within the given lookback period.
This is a fairly basic version currently, with new added features coming in future updates such as range between high/low and half and whole number detection.
BT Leading Candle IndicatorThe oscillator display consists of 3 lines (K, D and J - hence the name of the display) and 2 levels. K and D are the same lines you see when using the stochastic oscillator. The J line in turn represents the deviation of the D value from the K value. The convergence of these lines indicates new trading opportunities. Just like the Stochastic Oscillator, oversold and overbought levels correspond to the times when the trend is likely to reverse.
Function
BT Leading KDJ Candle Indicator use candles to indicate KD relationship. E.g. yellow candles for bull (K>=D) and fuchsia candles for bear (K=D and fuchsia for K KDJ K value
d --> KDJ D value
buysig --> KD buy signal in green triangle
selsig --> KD sell signal in red triangle
leadingline --> colorful leading line for KDJ
Pros and Cons
Pros:
1. Candle height can indicates the strength of trend and different colors are used for indicating KD relationship
2. a leading line is added as aux method to confirm KDJ signal
Cons:
1. It may satruate for extreme conditions of long and short as described in the chart, which is inherent KDJ shortcoming.
2. Not accurate for long and short entries and need filtering out noise and fake signal.
Remarks
More direct to observe and confirm trend with the leading line.
Read me
In real life, I am a prolific inventor. I have successfully applied for more than 60 international and regional patents in the past 12 years. But in the past two years or so, I have tried to transfer my creativity to the development of trading strategies. Trading view is the ideal platform for me. I am selecting and contributing some of the hundreds of scripts to publish in Trading view community. Welcome everyone to interact with me to discuss these interesting pine scripts.
The scripts posted are categorized into 5 levels according to my efforts or man hours put into these works.
Level 1 : interesting script snippets or distinctive improvement from classic indicators or strategy. Level 1 scripts can usually appear in more complex indicators as a function module or element.
Level 2 : composite indicator/strategy. By selecting or combining several independent or dependent functions or sub indicators in proper way, the composite script exhibits a resonance phenomenon which can filter out noise or fake trading signal to enhance trading confidence level.
Level 3 : comprehensive indicator/strategy. They are simple trading systems based on my strategies. They are commonly containing several or all of entry signal, close signal, stop loss, take profit, re-entry, risk management, and position sizing techniques. Even some interesting fundamental and mass psychological aspects are incorporated.
Level 4 : script snippets or functions that do not disclose source code. Interesting element that can reveal market laws and work as raw material for indicators and strategies. If you find Level 1~2 scripts are helpful, Level 4 is a private version that took me far more efforts to develop.
Level 5 : indicator/strategy that do not disclose source code. private version of Level 3 script with my accumulated script processing skills or a large number of custom functions. I had a private function library built in past two years. Level 5 scripts use many
Net New Highs CrossoverA lot of traders have a hard time to get in and out of the market at the right time.
Net New Highs of stocks can guide you to increase or decrease your exposure based on the current market health.
They are calculated by subtracting the new highs of the new lows, based on all stocks of the NYSE, NASDAQ and AMEX.
+ A positive value shows that the market is doing good, since more stocks are making new highs compared to new lows.
- A negative value shows that the market is doing bad, since more stocks are making new lows compared to new highs.
Combined with a moving average you can see crossovers that can warn you early when there is a change in the current market health.
Features
■ You can select different Net New High indices or combine them (NYSE, NASDAQ and AMEX)
■ You can specify a moving average line ( SMA / EMA and length)
■ Use single color or two colors for the moving average line to better spot the crossovers
Hints
*New highs and new lows index values currently only get updated at the end of the day
*Only works on daily timeframe
Strategy Crypto -- double your capitalBTCUSD -- 5 min
BUY POSITION
1 : The price is above the hull suite indicator
2 : The hull suite indicator is green
3 : The volume oscillator indicator is above 0
4 : A new blue candle should appear on the QQE MOD indicator
SELL POSITION
1 : The price is bellow the hull suite indicator
2 : The hull suite indicator is red
3 : The volume oscillator indicator is above 0
4 : A new red candle should appear on the QQE MOD indicator
Chande Kroll Stop今天和大家分享Chande Kroll Stop 回测, 信号采用了上限线和下限线共通反向趋势而决定买卖信号,如果有新的构思能提高买卖信号欢迎在留言区发表你的建议,祝你交易开心!
Adaptive Price ZoneThe Adaptive Price Zone was developed by Lee Leibfarth in 2006, and it attempts to create a band for mean-reversal strategies. It works by taking the double-smoothed average of the volatility from 5 days and adding/subtracting it from the average price of the day (hl2).
If you are planning to use it, remember that it changes throughout the day , so you might want to use an offset. You can also choose to use the true range for the volatility instead of the high and low difference.
LutrewMTF// ————— Plots
var cMarkerUp = color.new(color.lime, 0)
var cMarkerDn = color.new(color.red, 0)
plotshape(A1U, "Marker 1 Up", shape.triangleup, location.belowbar, cMarkerUp, size = size.tiny, text = "1")
plotshape(A2D, "Marker 2 Dn", shape.triangledown, location.abovebar, cMarkerDn, size = size.tiny, text = "2")
plotshape(A3U, "Marker 3 Up", shape.triangleup, location.belowbar, cMarkerUp, size = size.tiny, text = " 3")
plotshape(A4D, "Marker 4 Dn", shape.triangledown, location.abovebar, cMarkerDn, size = size.tiny, text = "4 ")
plotshape(A5U, "Marker 5 Up", shape.triangleup, location.belowbar, cMarkerUp, size = size.tiny, text = " 5")
plotshape(A6D, "Marker 6 Dn", shape.triangledown, location.abovebar, cMarkerDn, size = size.tiny, text = "6 ")
plotshape(A7U, "Marker 7 Up", shape.triangleup, location.belowbar, cMarkerUp, size = size.tiny, text = " 7")
plotshape(A8D, "Marker 8 Dn", shape.triangledown, location.abovebar, cMarkerDn, size = size.tiny, text = "8 ")
// ————— Alert
alertcondition( A1U or A2D or A3U or A4D or A5U or A6D or A7U or A8D, "Pivots MTF: Configured Markers", "Pivots MTF Alert")
// }
Cumulative DeltaThis scripts calculates the cumulative volume delta within the current day.
Options allow you to change the display type of this data (3 different configurations are given in the chart above)
The following options are available:
Colors selection
Reset cumulative delta everyday (can be disable to keep a continuous calculation of the delta over days)
Show histogram (used to display the delta as a positive/negative histogram)
Show daily High/Low levels (draw highest and lowest delta levels within the day)
Show candles (display the cumulative delta as candles)
Show Moving average (display a moving average which is reseted everyday at the same time as the cumulative delta itself)
Moving average length
This script will be updated if I feel the need to improve things or to add new features
TradingCube : Crypto : Pivot ScreenerThe Crypto Pivot Screener is a real-time scanner of a list of top crypto assets.
You can use the indicator to monitor the pivots of about 40 crypto assets.
At least once a month, I will update the List of Crypto assets.
The indicator includes three types of pivots . Classic, Fibonacci, and Standard.
You have the option to select between Daily, Weekly, and Monthly time frames as well
SRT Indicator script based on Knowledge sharing by NKIn a year, there are 248/ 252 trading days .
Half of this is 124. Even 125/ 126 can be taken.
For Ex: We get SRT value by dividing the Nifty Spot with 124 SMA value applied on Nifty in a Day Chart.
This value Travels between 0.6 ( Bottom) to 1.38/1.4/1.45/1.5 ( Top).
Ideal Entry in stock will be at 0.6, which is very rare. You tend to buy at 0.7/0.8/0.9/1.10.
Exit from stock will be at 1.5.
However, generally, we get a value of 0.8/0.9 and we should start investing 20 % at a time. For every 0.1 declines, we should add 20 % to the stock portfolio.
Start Booking Profit if the SRT value is above 1.35 & book 50 % of the portfolio when SRT value is 1.45.
For Traders, as when SRT value comes to 0.8/ 0.9. Buy when HM comes in a buy in Monthly Time Frame.
SRT moves between 0.6 to 1.5 and which is a very reliable parameter for Investing.
Best time to invest in NIFTY is when SRT is between 0.6 to 0.9, NIFTY returned 2X, 3X or even more in less than a year.
Make sure Hilega Milega on Monthly Time frame is BUY before investing at these levels
Invest in batches, 30% of your capital when SRT is 0.9 and repeat every 0.1 downside
BHCryptos Indicator(ENG) BHCryptos indicator is coded based on the codes of 3 different indicators. In total, it uses about 160 codes for information and based on that gives very precise and proven successful results. You will get all the information on how
to use the indicator and how to know when the BUY / SELL signal is from the author of the BHCryptos indicator. All you need to do is send an e-mail to: "buysell.signali1@gmail.com.
(BIH) BHCryptos indikator je kodiran na osnovu kodova od 3 razlicita indikatora.Sve ukupno koristi oko 160 kodova za informacije i na osnovu toga daje vrlo precizne i dokazano uspjesne rezultate. Sve informacije kako koristiti indikator i
kako znati kada je BUY/SELL signal dobit cete od autora BHCryptos indicatora . Sve sto trebate urditi jeste poslati e mail na :" buysell.signali1@gmail.com .
GS New Highs PointerWhat is this Indicator - This indicator i developed for identifying Highs and lows on weekly timeframe. It identifies new 52 weeks and 26 weeks high and during down trend market, it looks for new 6 month lows or 52 week lows
How to Use it - To use this indictor , You need to plot it in the chart and can be used in anytime frame. Whenever you see a stock showing green arrow below the price, then it means it has hit new 52 and 26 week highs. It basically means something interesting happening in that stocks and you can make your buy decision based on it if you are looking for momentum stocks
Market- It will work in any market condition Bull or bear if you are looking for momentum run
Condition - Use it when you are in satellite stocks and you want to identify if stocks is making new highs or not.
VINA for Futures Trading Volume Imbalance Analysis 30min+Price pattern is critical for trading. So is volume analysis, but volume is so hard to read.
Introducing VINA, the Volume Imbalance Next Action indicator. VINA is similar to OBV, the key being the volume being measured. VINA is developed over many years, using ideas from PVT and Accumulation / Distribution, normalized as an oscillator, and not just adding/subtracting like OBV, instead considering the size of the move like PVT.
It's not perfect, but VINA catches almost all of the major trends. Like all indicators, VINA gets whipsawed in choppy environments. VINA has been very accurate for trading futures, so I'm presenting it here with signals shown for 30 minute or higher timeframes.
Let me know what you think.
Anchored OBVThe On Balance Volume indicator (OBV) is used in technical analysis to measure buying and selling pressure.
It is a cumulative indicator meaning that on days where price went up, that day's volume is added to the cumulative OBV total.
If price went down, then that day's volume is subtracted from the OBV total.
The OBV value is then plotted as a line for easy interpretation.
On Balance Volume is primarily used to confirm or identify overall price trends or to anticipate price movements after divergences.
If On Balance Volume crosses over or under the zero line, it adds confluence to a bull/bear bias respectively.
Anchored On Balance Volume unlike traditional OBV, resets on your specified date and/or bar (clickable).
On Balance Volume Trend© 2022, CryptoNaut1000
An extension to "On Balance Volume Momentum (OBV Momentum)".
"OBV Trend" is a trend strength indicator, that can be used to identify strong trends and also trend changes based on volume.
High positive values indicate strong volume on the buy side, high negative values indicate strong volume on the sell side.
An increasing OBV trend indicates a strengthening buy trend or a weakening sell trend,
decreasing OBV trend indicates a strengthening sell trend or weakening buy trend.
OBV trend is calculated by plotting a short vs. a long moving average and filling the difference in volume.
OBV trend metric is absolute volume.
Realiszed CAP(Price) of BTC [DAkhatov]Realized Value: Rather than taking the current price of Bitcoin, Realized Value takes the price of each Bitcoin when it was last moved i.e. the last time it was sent from one wallet to another wallet. It then adds up all those individual prices and takes an average of them. It then multiplies that average price by the total number of coins in circulation.
_____________________________________________________________________________________________________________________________________________________________
Реализованная стоимость: Вместо того, чтобы брать текущую цену Биткойна, Реализованная стоимость берет цену каждого Биткойна, когда он был в последний раз перемещен, т.е. последний раз, когда он был отправлен из одного кошелька в другой кошелек. Затем он суммирует все эти индивидуальные цены и берет среднее значение. Затем он умножает эту среднюю цену на общее количество монет в обращении.
Double Zig Zag with High Low Prints for NimblerTA-FSTOREDouble Zig Zag is used for Marking the Highs and Lows to Help us in Trading and is important part of NimblerTA. Nimblerites use it on Daily Basis!
Aroon Backtest (Simple) [Loxx]Simple backtest for Bears Bulls Impulse found here:
What this backtest includes:
-Customization of inputs for Aroon calculation
-Take profit 1 (TP1), and Stop-loss (SL), calculated using standard RMA-smoothed true range
-Activation of TP1 after entry candle closes
-Long and short signal cross entries
-Continuation long and shorts entries calculated by lagged same-signal cross-ups and cross-downs
Happy trading!
Aroon [Loxx]The Aroon indicator is a technical indicator that is used to identify trend changes in the price of an asset, as well as the strength of that trend. In essence, the indicator measures the time between highs and the time between lows over a time period. The idea is that strong uptrends will regularly see new highs, and strong downtrends will regularly see new lows. The indicator signals when this is happening, and when it isn't.
Included:
-Long and short signal cross entries
-Continuation long and shorts entries calculated by lagged same-signal cross-ups and cross-downs
This is an exact clone of the "Aroon" for MT4 indicator