WholvolTotal Volume Of Crypto Pairs Based on TV Top Exchanges
See the whole volume with additional feature and options.
Report volume data in USD, BTC, itSelf.
See each exchange Share and Volume.
Static and Dynamic value filtering.
MAs crosses.
Note.1
Due to the pine limitations, we have selected the most important Exchanges which have valuable volume.
Note.2
When you choose to report stats in BTC unit and you have chart of altcoins, the BTC source price will extract from your pair exchange.
Note.3
When you choose to report stats in USD unit, Historical volume data worth will calculated using your entered source price BUT on Realtime data, script will use latest price(close) as source price.
Note.4
You must only select the exchanges which support your pair, otherwise you will see error.
Cerca negli script per "ma cross"
Trend Regularity Adaptive Moving Average [LuxAlgo]The following moving average adapt to the average number of highest high/lowest low made over a specific period, thus adapting to trend strength. Interesting results can be obtained when using the moving average in a MA crossover system or as a trailing support/resistance.
Settings
Length : Period of the indicator, with higher values returning smoother results.
Src : Source input of the indicator.
Usage
The trend regularity adaptive moving average (TRAMA) can be used like most moving averages, with the advantage of being smoother during ranging markets.
Notice how the moving closer to the price the longer a trend last, such effect can be practical to have early entry points when using the moving average in a MA crossover system, such effect is due to the increasing number of average highest high/lowest low made during longer trends. Note that in the case of a significant uptrend followed by a downtrend, the moving average might penalize the start of the downtrend (and vice versa).
The moving average can also act as an interesting trailing support/resistance.
Details
The moving average is calculated using exponential averaging, using as smoothing factor the squared simple moving average of the number of highest high/lowest low previously made, highest high/lowest low are calculated using rolling maximums/minimums.
Using higher values of length will return fewer highest high/lowest low which explains why the moving average is smoother for higher length values. Squaring allows the moving average to penalize lower values, thus appearing more stationary during ranging markets, it also allows to have some consistency regarding the length setting.
🧙 this moving average would not be possible without the existence of corn syrup 🦎
Trend Indicator for Directional Trading (main)TIDT is a two-part trend-based indicator that aims to recognize the general direction and help you identify good opportunities for going long or short. This is the main indicator that is plotted on the chart and is comprised of 3 Moving Averages over which you have full control. You can choose between the following 7 types:
- Simple Moving Average (SMA)
- Exponential Moving Average (EMA)
- Weighted Moving Average (WMA)
- Running Moving Average (RMA)
- Hull Moving Average (HMA)
- Volume Weighted Moving Average (VWMA)
- Arnaud Legoux Moving Average (ALMA)
For clarity of the trend whenever a fast MA crosses up or down a slower MA, the slower one changes its color. The faster MA changes color based on its direction.
Depending on your MA preferences and their period, you generate two main signal types:
1) Moving Average Bounce Signals - You will get a signal whenever the price bounces off, nearly touches or pierces your first MA (depending on your settings as described below)
2) Pullback / Retracement Signals - You will get a signal whenever a trend is established and the price retraces, thus giving you an optimal entry.
I've included 3 additional settings that you can tweak in order to reduce the noise or get more signals, all depending on your risk tolerance and trading style. Configuring these settings will filter the results you get in "Moving Average Bounce Signals". They are as follows:
1) Trend Strength - identifies ranging areas and helps you avoid choppy markets. The higher number, the stronger the trend must be for a signal.
2) Buffer Zone - allows you to receive a signal whenever price approaches your first MA. This way you will not miss a signal if the price doesn't bounce off your MA, or it will notify you in advance of a possible bounce/breakdown.
3) Max Candles Beyond MA - gives you a signal even if the price doesn't bounce off your first MA, but goes through it and then goes back up. You can select how many candles can close beyond the MA before invalidating the signal. Currently, the maximum number of candles that can close beyond the first MA is 5. This is done for your own practicality.
Almost all available options can be configured including the colors of the different signals - Bounces, Pullbacks, MA piercing depending on the number of candles, etc.
The second part of the indicator (called the same way with "add-on" at the end) is meant to complement this one and show additional trending signals, as well as Bull and Bear Divergences. For better results, both indicators must be used at the same time.
Please, note that like any other indicator, this one does exactly this - it indicates a good possibility of an entry, but does not guarantee profitability. Any indicator must be used as part of a system and strict money-management rules.
If you have any questions regarding the indicator or suggestions on how it could be improved, please let me know in the comment section below. Thank you.
Relative Momentum Index (RMI) OscillatorThe Relative Momentum Index (RMI) is a sibling to the RSI. Where the RSI measures trend based on the average (RMA) of gains and draws over a length of time , the RMI measures based on the SUM of gains and draws . Myself and many others have found that the RMI oscillates better than the RSI does.
I paired the RMI with the oscillation method the Fisher Transformation uses to oscillate the value from -1.0 to 1.0 instead of the Stochastic way of 0 to 100. This way you can enable the Fisher transform, if desired. But I also just prefer the appearance of that.
Some options and features I have coded in-
RMI Length: This is the length of the Relative Momentum Index itself. Like the length of RSI, default 14
Oscillation Length: This is your oscillation length, like a Stochastic. If you put the length at 1 it will turn the indicator into the straight up RMI indicator. (If you select to use the Fisher Transform, the overbought/oversold lines will not show nicely)
Source Pre-Smoothing: The option of smoothing out the source, ie close, before you even run it through the RMI, oscillation, and/or transform
Oscillator Post-Smoothing: The option of smoothing the output of the script
Trailing MA: If desired, you can check the box to Use a Trailing Signal, and enter the length of lookback for a Simple Moving Average (SMA) of the RMI Osc value
Use Fill Colors on MA: If enabled, it will fill the area between the RMI Osc and the trailing MA. I chose to use colors that are similar to some educational ideas I have published, whereby nearing the bottom of the oscillation you get Green to signal Accumulation, and near the top you get Red to signal Distribution. Following red is Black, where you typically get late signal sellers that Capitulate and sell stops trigger. Blue is where traders tend to Chase price up.
The most primitive way of using this indicator would be sell when the value exceeds the overbought/top line and buy when it falls below the oversold/bottom line. You can find ways to use the fill colors, or MA crossovers, rising lows or rising highs, etc. for signals.
Here's a comparison of this indicator to the Stochastic RSI, using similar values-
Here's showing the indicator on intraday values at defaults with some pre- and post-smoothing-
Same thing, but with Fisher Transform enabled-
And an example of the fill bands in action-
Please feel free to use any part of this code as desired.
BUY/SELL Moving Average StrategyThis script allows you to use 2 moving averages a slow and a fast MA (e.g. 200 & 50). You are able to define the length of both MA and you can change the moving average type: Simple Moving Average (SMA) or Exponential Moving Average (EMA). The script will plot a SELL signal if the slow MA crosses over the fast MA and it will plot a BUY signal if the slow MA crosses under the fast MA. You are also able to define alerts for the BUY & SELL signals.
Combo Strategy 123 Reversal & EMA & MA Crossover This is combo strategies for get a cumulative signal.
First strategy
This System was created from the Book "How I Tripled My Money In The
Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies.
The strategy buys at market, if close price is higher than the previous close
during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
The Moving Average Crossover trading strategy is possibly the most popular
trading strategy in the world of trading. First of them were written in the
middle of XX century, when commodities trading strategies became popular.
This strategy is a good example of so-called traditional strategies.
Traditional strategies are always long or short. That means they are never
out of the market. The concept of having a strategy that is always long or
short may be scary, particularly in today’s market where you don’t know what
is going to happen as far as risk on any one market. But a lot of traders
believe that the concept is still valid, especially for those of traders who
do their own research or their own discretionary trading.
This version uses crossover of moving average and its exponential moving average.
WARNING:
- For purpose educate only
- This script to change bars colors.
Point and Figure (PnF) Moving Averages HistogramThis is live and non-repainting Point and Figure Chart Moving Average Histogram tool. The script has it’s own P&F engine and not using integrated function of Trading View.
Point and Figure method is over 150 years old. It consist of columns that represent filtered price movements. Time is not a factor on P&F chart but as you can see with this script P&F chart created on time chart.
P&F chart provide several advantages, some of them are filtering insignificant price movements and noise, focusing on important price movements and making support/resistance levels much easier to identify.
Moving averages on Point & Figure charts are based on the average price of each column while bar chart moving averages are based closing price. Average Price means (ClosePrice + OpenPrice) / 2.
Because of there is double smoothing, you should use shorter lengths for moving averages. Double smoothing means: using average price smooths once, using length greater than 2 smooths price second time.
If you are new to Point & Figure Chart then you better get some information about it before using this tool. There are very good web sites and books. Please PM me if you need help about resources.
Options in the Script
Box size is one of the most important part of Point and Figure Charting. Chart price movement sensitivity is determined by the Point and Figure scale. Large box sizes see little movement across a specific price region, small box sizes see greater price movement on P&F chart. There are four different box scaling with this tool: Traditional, Percentage, Dynamic (ATR), or User-Defined
4 different methods for Box size can be used in this tool.
User Defined: The box size is set by user. A larger box size will result in more filtered price movements and fewer reversals. A smaller box size will result in less filtered price movements and more reversals.
ATR: Box size is dynamically calculated by using ATR, default period is 20.
Percentage: uses box sizes that are a fixed percentage of the stock's price. If percentage is 1 and stock’s price is $100 then box size will be $1
Traditional: uses a predefined table of price ranges to determine what the box size should be.
Price Range Box Size
Under 0.25 0.0625
0.25 to 1.00 0.125
1.00 to 5.00 0.25
5.00 to 20.00 0.50
20.00 to 100 1.0
100 to 200 2.0
200 to 500 4.0
500 to 1000 5.0
1000 to 25000 50.0
25000 and up 500.0
Default value is “ATR”, you may use one of these scaling method that suits your trading strategy.
If ATR or Percentage is chosen then there is rounding algorithm according to mintick value of the security. For example if mintick value is 0.001 and box size (ATR/Percentage) is 0.00124 then box size becomes 0.001.
And also while using dynamic box size (ATR or Percentage), box size changes only when closing price changed.
Reversal : It is the number of boxes required to change from a column of Xs to a column of Os or from a column of Os to a column of Xs. Default value is 3 (most used). For example if you choose reversal = 2 then you get the chart similar to Renko chart.
Source: Closing price or High-Low prices can be chosen as data source for P&F charting.
Options for P&F Bollinger Bands:
MA Type: MA type can be EMA or SMA
MA Source: Moving averages on P&F charts are based on the average price of each column. Bar chart moving averages are based on each close price. Average price means “(ClosePrice + OpenPrice) / 2”. You can choose Close Price or Average Price as source. Default is Average Price.
Fast MA Length : Length of Fast Moving average, shorter length than Slow MA
Slow MA Length : Length of Slow Moving average, greater length than Slow MA
There are alerts when Fast MA Crossed over/under Slow MA conditions. While adding alert “Once Per Bar Close” option should be chosen.
RocketScalper+ Long/Short IndicatorNOTE: To use together with RocketScalper Long/Short Indicator
About the Rocketscalper+ Indicator
Derives from the RocketScalper Long/Short indicator, was worked on by PM
Used by 180+ users as of today
Was first published on Sept 10, 2019
It had 1 iteration so far.
Will be updated as needed so it keeps giving good outputs (so far no update needed).
While the RocketScalper works by merging 3 oscillators and then checking the market balance between sells and buys to give you the final output, the RocketScalper+ uses MA Crossings and adds another layer to filter than final output. It IS NOT an upgrade, use both.
Main notes about the RocketScalper+:
Wavetrend ignored
Took weight off of Godmode for the final output
Added weight to Price Oscillator for the final output
Added TakeProfit and StopLoss conditions editable for users
Turned the scalper more neutral with a slight long bias for the upcoming trend
Has several outputs on the chart that you can activate/deactivate
Long / Short Signals
Self Explanatory / It suggests you should long or short the asset.
Show Price Oscillator signals
It'll output long/short signals based on the Price Oscillator.
Show Stop/Support/Resistance warning
Not working as of now, will need to update it soon.
No Text inputs on this indicator.
Should I use it on all timeframes and all pairs?
Yes, works very well with HTF and for all pairs. As you can see above on BTCUSDT (as an example), on the 6h use it as a confirmation to get in a trade, specially if you also use the TMA.
For access, please DM us or visit the link below in our Signature.
Market Pulse - JDThis indicator gives you a sense of the "heartbeat" of the market.
It measures the price move between two ma-crosses.
And what goes up must come down, so you get an indication of the expected move to "reverse to the mean".
It can be very usefull to identify the famous "Bart patterns" in crypto as shown on the chart example.
Gr. and happy trading,
JD.
#NotTradingAdvice
#DYOR
Strategy Builder Crypto (Single Trend/Plots)Hi everyone
Big program for the daily indicator
This one will be free on trial only for a week because it has an immense value and required quite a lot of work. For more info to use it long-term, please DM me
That out of the way, let's dive right in...
This is a huge upgrade from that script Ultimate-Algorithm-Builder-Single-Trend
The Tradingview non-pro users will appreciate it because it allows to add the selected subsequent indicators as well. The Pro users too will likely like this feature equally, what the H*** I'm saying :)
This indicator will transform you into what I was in the past... into a quant trader. You'll build your own trading algorithm in a few clicks only
Which timeframe and which assets ?
Short answer : ALL and ALL
You'll have to define the configuration of the tool based on your capital, psychology. For custom configuration of the tool, please DM me directly so that we can discuss further
But a few words of advices anyway :
the bigger the timeframe, the lower the inputs (and vice-versa)
Think about how much $$ you want to make per trade and define your entries from there
Think about how much $$ you can afford to lose per trade and define the supertrend from there
...
Your golden configuration might not work for all assets.
You might have to create some tweaks - for instance you found a great config for BTCUSD but it's not working for ETHUSD, then you can create a copy of your BTCUSD chart and set a new config for ETHUSD
What are the indicators inside :
This fantastic tool that I personally use for my trading detects convergence between the following indicators :
Overlay - meaning if the price close above/below a moving average
Trend Signal - to detect if the the DOW law is broken and predict a possible reversal - en.wikipedia.org/wiki/Dow_theory
In other words, it detects if the higher highs or lower lows sequence is broken
MACD or MACD Zero Lag
MA Cross - Cross of moving averages
Ichimoku - if the price closes below/above the cloud
Supertrend - used to detect polarity zones
TSI Shadow -
Pullback
You'll also have the possibility to define a pullback on a given MA. That means basically that you'll get a convergence and it will only display a signal when it will pullback first
This will reduce your losses in case of invalidation and maximize your gains as it will enter the trade in a better position.
You can define your pullback either based an absolute value or based on a percent distance from the MA
+Example:
Pullback value = 100 means I want a 100 pip/USD distance between the MA pullback and the candle
Pullback percent = 2 means I want a 2% distance between the MA pullback and the candle
The percent option is more generic in my opinion but I let the other available for those who might like it
That's it ?
Almost....You can also setup alerts on the indicator signals so that you won't have to stay days in front of the chart to wait for a signal.
You receive the alert, you check real quick if we're not in front of a support/resistance, if no then take the trade. if yes, I advice waiting for a big pullback - better to be safe than sorry in trading
What If you want a custom version ?
Here are a few custom ideas I could add just for you :
re-enter everytime there is a convergence. So far the indicator is only taking the first convergence. This would give more entries
add the resistances/supports (fibo, pivot)
add the take profit targets and trailing stop loss
..
Please hit me up directly so we can discuss further. Any custom dev will require quite some time so it won't be free
Enjoy that one as I really think it will improve your analyst skills and trading and hopefully make you a few gains (which will make me very happy as I want to help most of you to at least not losing your capital)
Dave
RatTrend Multiple RSI Divergence MA Cross OscillatorThis Indicator based on RSI Divergence with Overbought and oversold signals.
All tops and bottoms calculated with Moving Average Crosses and combines with RSI signals.
Best working Timeframe is H4 on current settings, you can modify values to find best for you.
Current settings best for BTC trading.
At the beginning it can confuse you to understand but you will understand signal patterns.
Have fun.
~Sexy RSI~Fellow sexy traders,
Wrote this to save time from constantly having to add my own horizontals/MAs to the default RSI so I decided to make this modification.
The default settings include channels from 40-80 (green horizontals) for a bullish range, and 20-60 (red horizontals) for the bearish range.
Also includes white line at 50 level, and blue horizontals at extremes (90 and 10).
If RSI stays in one of the red or green range that can signify the trend direction, as directed by Andrew Cardwell (inventor of the RSI ).
If you wish for other levels to be included, just let me know. Comment on here or dm me on twitter @boss_charts and I might add the settings for you.
Additionally, in order to tell the level of the RSI and how overextended it might be, I added the setting for the RSI to change color depending on its level. Current settings are as follows:
Normal RSI (30-70) = PURPLE
Conventional Overbought/Oversold (30-20 + 70-80) = RED
1st extended (20-15 + 80-85) = PINK
2nd extended (15-10 + 85-90) = ORANGE
VERY EXTENDED (<10 + >90) = YELLOW
That way you can get an idea of how drastic a move is by the color alone.
Finally, there are the default MAs added that Mr. Cardwell defines as useful for defining the trend. These being the 9 MA and 45 EMA/WMA.
The strategy with these is to have the MAs on both price and RSI . If the 9MA is above the 45 MA on both price and RSI , then this is bullish and you can look for longs.
Conversely, if the 9 is below the 45 on both RSI and price that is bearish , and you can look for shorts.
I added the background color change for the points where the MAs cross each other, so you do not have to have the MAs fogging up your charts to know where they are relative to one another. This is similar to my MA cross indicator which contains the same functionality.
Never financial advice. Back test it for yourself and find MA configurations that work for you.
Sexy RSI for sexy tradersHello fellow sexy traders.
I was tired of constantly having to add my own horizontals/MAs to the default RSI so I decided to make this modification.
The default settings include channels from 40-80 (green horizontals) for a bullish range, and 20-60 (red horizontals) for the bearish range.
Also includes white line at 50 level, and blue horizontals at extremes (90 and 10).
If RSI stays in one of the red or green range that can signify the trend direction, as directed by Andrew Cardwell (inventor of the RSI).
If you wish for other levels to be included, just let me know! Comment on here or dm me on twitter @boss_charts and I can add the settings for you, so all you have to do is click a button and it will set it to your desired config. I want this to be a tool that is useful for heavy traders to save them time.
Additionally, in order to tell the level of the RSI and how overextended it might be, I added the setting for the RSI to change color depending on its level. Current settings are as follows:
Normal RSI (30-70) = PURPLE
Conventional Overbought/Oversold (30-20 + 70-80) = RED
1st extended (20-15 + 80-85) = PINK
2nd extended (15-10 + 85-90) = ORANGE
VERY EXTENDED (<10 + >90) = YELLOW
That way you can get an idea of how drastic a move is by the color alone. According to Dr. Cardwell, a drastic move to over/under extended can be a sign of strength.
Finally, there are the default MAs added that Mr. Cardwell defines as useful for defining the trend. These being the 9 MA and 45 EMA/WMA.
The strategy with these is to have the MAs on both price and RSI. If the 9MA is above the 45 MA on both price and RSI, then this is bullish and you can look for longs.
Conversely, if the 9 is below the 45 on both RSI and price that is bearish, and you can look for shorts.
I added the background color change for the points where the MAs cross each other, so you do not have to have the MAs fogging up your charts to know where they are relative to one another. This is similar to my MA cross indicator which contains the same functionality.
Never financial advice. Backtest it for yourself and find MA configurations that work for you.
Enjoy! Feel free to send feedback/requests whenever.
Double Trend Lines MA-ATRTrend indicator using double MA and ATR channel breakout. No repaint and a lot faster than waiting for MA cross.
Fc - 8 x Sma/Ema/Wma/Rma(optional) & cross & close>MaChoose 8 different Ma(optional)
Strategy ;
- MA Cross
- Close > MA
- Increase fast MA
Candlestick normalizer + MA's Crossing SignalingWell, after 25 tries I finally did it ._.
Here is the candlestick normalizer I was trying to achieve. In this way you can do a fast and not biased by price candlestick analysis, for example to catch engulfish and doji's on the go ;)
I also added a MAs crossing-over signal I optimized.
Btw, I will try to add volume signaling on this indicator. I had been thinking in 2 options:
1) Maybe as a colour/unfilled bar when volume exceed average
2) Represent the volume on the width of the candlestick.
What do you prefer? Let me know.
I hope you enjoy it!
Phi it.
Volume Weighted MACD + x-SignalingThis is a script I remade from 2 previous TDuser's scripts.
Thanks community for sharing, I hope you find it useful.
φ!
[STUDY] CypherCore Trading Suite
Rerband. Now a STUDY script.
- RSI overlay indicators (diamond shapes)
- Most commonly used MA types( i.e. SMA , EMA , WMA , VWMA , ZEMA )
- Bands
- Price Action Indicator (color coordinated)
color code:
yellow --- inside bars (breakout)
blue --- outside bars (breakout)
green --- up pin bars (reversal)
red --- down pin bars (reversal)
fuchsia --- down shaved bars (selling pressure, selling likely to continue)
aqua --- up shaved bars (buying pressure, buying likely to continue)
- Reversal candlestick patterns (only a few for now)
- Two strategies for determining buy/sell signals
1. buy/sell signals determined by EMAs crossover (better for position or swing trades)
2. buy/sell signals determined by MAs crossover (better for scalping)
03/02/2017
- Switched to STUDY
- Fractals added
- Alerts now fully working
- New "Input" menu
Buy/Sell signals are NOT financial advice.
EMA & MA Crossover The Moving Average Crossover trading strategy is possibly the most popular
trading strategy in the world of trading. First of them were written in the
middle of XX century, when commodities trading strategies became popular.
This strategy is a good example of so-called traditional strategies.
Traditional strategies are always long or short. That means they are never
out of the market. The concept of having a strategy that is always long or
short may be scary, particularly in today’s market where you don’t know what
is going to happen as far as risk on any one market. But a lot of traders
believe that the concept is still valid, especially for those of traders who
do their own research or their own discretionary trading.
This version uses crossover of moving average and its exponential moving average.
Price Imbalance Flow Tracker📊 PIFT: Price Imbalance Flow Tracker
At first glance, PIFT might look like a standard Bollinger Band overlay slapped on a few moving averages…
It’s not.
Every part of this system is custom-tuned:
- The envelopes aren’t based on standard deviation—they’re built from smoothed price structure using average candle range.
- There’s no central mean reversion assumption—bands don’t just expand and contract randomly; they flip in and out of dominance based on trend control.
- The MA lengths (25/50/100) are deliberately chosen to sync with RIFT’s RSI layers, following a proprietary ratio rooted in how momentum and structure align over time.
- It may resemble Bollinger Bands from a distance, but this is a bespoke trend envelope engine, built for clarity, control, and confluence—not statistical noise.
A precision envelope engine for price action that mirrors RIFT’s RSI logic—because momentum and structure should speak the same language. PIFT tracks trend dominance directly on the price chart using layered moving average envelopes and dynamic fill logic.
Together with my other indicator called RIFT (Relative Imbalance Flow Tracker), it forms a two-part confluence system:
- RIFT shows who’s winning the momentum battle.
- PIFT shows who’s controlling price structure.
- Use them side by side to spot false moves, real breakouts, and trend exhaustion with confidence.
🧠 How It Works
PIFT plots three WMA-based moving averages:
🔹 25 WMA = fast reaction line
🔸 50 WMA = medium-term trend
🟣 100 WMA = long-term structural flow
Each MA gets a fixed-width envelope based on average candle range (not percent of price), so bands stay visually consistent across timeframes.
Then the script checks envelope dominance:
- If the fast band extends beyond the others → it glows.
- If not → it fades out to reduce clutter.
🎨 Color Logic
🔴 Upper Band (Red) = Overextended uptrend
🟢 Lower Band (Green) = Oversold or trending support zone
🔍 How to Read It
🔴 Red envelope dominates but price slows? = Uptrend stalling
🟢 Green envelope dominates + candles cluster near band? = Watch for bounce
✅ Fast band flips dominance = Potential breakout or reversal
⚙️ Why It’s Useful
- See when price is actually leading, not just floating between MAs
- Avoid choppy MA crosses and use envelope shape and fills to understand context
- Watch for volatility compression before major shifts
- Use with RIFT to spot momentum/price mismatches and false moves
🔗 Works Best With: RIFT
- PIFT is the price-side partner to RIFT. When both show dominance in the same direction, confidence increases.
- When one flips but the other doesn't? You're looking at either early momentum divergence (RIFT) or a structural fakeout (PIFT). Either way: you’re ahead of the candles.
BooRSI📘 BooRSI – Multi-Dimensional RSI Framework with Advanced Visual Context
BooRSI is not just another RSI overlay. It is a multi-layered momentum framework that blends traditional RSI dynamics with a set of enhanced visual and structural components to help traders identify market imbalances, momentum shifts, and confluence zones across multiple timeframes. The indicator was designed to assist both discretionary and systematic traders in spotting RSI-based inflection points with greater clarity and context.
🔍 What Makes BooRSI Different?
Unlike standard RSI tools, BooRSI provides a modular visualization layer that lets you:
View RSI in both candle format and classic line mode, making intrabar momentum shifts visible.
Plot dynamic or static Fibonacci retracement levels directly on the RSI scale — useful for identifying confluence between RSI pullbacks and trend continuation zones.
Activate a weekly RSI vs weekly RSI MA crossover highlight, enabling long-term trend filters directly within the intraday or daily RSI window.
Apply subtle gradient band fills to the 30–50–70 zones to enhance zone memory without overwhelming the visual space.
Toggle a custom RSI Moving Average for smoother signal interpretation.
🧠 Underlying Logic & Structure
RSI Calculation: Classic RSI with adjustable OHLC input (default: close). When in “Candle Mode,” it uses RSI(Open), RSI(High), RSI(Low), RSI(Close) to form OHLC candles for intrabar detail.
RSI MA Filter: A secondary SMA (default: 14) smooths RSI values to assist in trend determination.
Fibonacci Mapping: Based on a fixed or dynamic length (default: 55), key Fib levels (38.2%, 50%, 61.8%, etc.) are plotted on the RSI window to map out overreaction or pullback zones.
Multi-Timeframe Context: The system calculates weekly RSI and its moving average, then uses background highlights to show whether the current trend aligns with the higher timeframe momentum direction.
⚙️ Default Settings
Parameter Default Description
RSI Length 14 Base RSI period
RSI MA Length 14 SMA on RSI for trend filtering
Fibonacci Lookback 55 Length for Fibo level projections
Show 30/50/70 Bands True Gradient fill zones for RSI decision zones
Show Fibonacci Levels False Optional – static/dynamic Fib lines on RSI
Candle Mode False Switch between RSI line and RSI OHLC candles
Fibo Style Toggle True Switch between solid, dashed or dotted lines
🎯 Best Use Cases
Momentum Filters: For trend-based strategies, use RSI-MA and HTF background for filter alignment.
Reversal Signals: Use RSI candles to spot strong rejection patterns inside extreme zones.
Mean-Reversion Timing: Combine Fibonacci levels with 30–70 bands to fine-tune entries.
⚠️ Important Note
This is a closed-source indicator due to proprietary RSI candle mapping logic and unique Fibonacci interaction methods. However, this description fully discloses how the tool works and how it adds value beyond a basic RSI implementation.
BooRSI – Çok Katmanlı RSI Çerçevesi
BooRSI, klasik RSI göstergesini birden fazla katmanda zenginleştirerek momentum değişimlerini, aşırı alım/aşırı satım bölgelerini ve farklı zaman dilimi trendlerini daha net görmenizi sağlar:
Çubuk ve Çizgi Modu: RSI’yı hem OHLC mumları hem de klasik çizgi olarak gösterebilir, böylece intrabar hareketleri de izlenebilir.
RSI MA Filtreleme: RSI üzerine uygulanan SMA (varsayılan 14) trend yönünü belirlemenize yardımcı olur.
Fibonacci Seviyeleri: RSI ölçeği üzerinde dinamik veya sabit Fibonacci retracement çizgileri (38.2%, 50%, 61.8% vb.) ekleyerek dönüş ve devam bölgelerini tespit eder.
Haftalık Konteks: Günlük veya daha kısa zaman diliminde, haftalık RSI ve haftalık RSI MA kesişimlerini arka plan rengiyle vurgular.
Gradient 30/50/70 Bantları: Karar bölgelerini boğucu olmayan degradelerle öne çıkarır.
Bu kapalı kaynak gösterge, RSI mum haritalama ve Fib etkileşimindeki özgün mantığı nedeniyle gizlidir; açıklama ise nasıl çalıştığını tam olarak ortaya koyar.
Event-Based Multi MA v1.1📈 Event-Based Multi MA v1.1 — Smart Trading with Dynamic MA Updates
Overview
In a world where most moving averages blindly follow every candle, Event-Based Multi MA v1.1 introduces a smarter logic:
➡️ Update moving averages only when significant price movements occur.
Forget the noise. Focus on what's important.
This indicator recalculates your moving averages only after meaningful price shifts, allowing you to spot true trends and avoid market whipsaws.
Key Features
✅ Event-Driven Logic
Set events based on:
Points: Absolute price change
Percent: Relative price movement
ATR: Volatility-adjusted dynamic movement
✅ Seven Fully Customizable Moving Averages (MA1–MA7)
Each MA offers:
Custom timeframe
Selection of types (EMA, SMA, WMA, VWMA, HMA, LSMA, DEMA, TEMA, ALMA, RMA)
Adjustable lengths and colors
✅ Reduced Market Noise
MAs adjust only after important price actions — cutting down lag and false signals.
✅ Multi-Timeframe Analysis
You can blend moving averages from different timeframes (e.g., 15m, 1H, Daily) into a single chart — perfect for professional multi-frame strategy building.
Settings Explained
Event Trigger Type: Select Points, Percent, or ATR-based movement.
Event Threshold: The amount of price movement needed to trigger a new calculation.
ATR Length: If ATR mode is selected, this controls the sensitivity.
Each Moving Average (MA1 to MA7) has:
MA Type: Choose the smoothing method that suits your trading style.
Length: The number of bars used in the calculation.
Color: Customize visual styling.
Timeframe: Load MAs from different timeframes into your current chart.
How to Use It in Trading
🔹 Trend Confirmation
Wait for event-triggered updates. Fresh MAs after a significant move are much stronger signals than constantly refreshing MAs.
🔹 Momentum Breakouts
Combine short-term (e.g., MA1, MA2) and long-term (e.g., MA5, MA6) MAs. When short-term MAs cross above/below long-term after an event, it's a powerful breakout cue.
🔹 Dynamic Support/Resistance
Use slow-moving MAs like 100-200 length across different timeframes.
The event-based recalculation keeps them relevant to recent major price moves.
🔹 Volatility Filters
Switch to ATR-based events to adapt moving average updates during volatile periods and calm markets.
Why It Beats Traditional Moving Averages
🚀 No More Overfitting to Every Candle
You focus only on impactful price changes.
🚀 Multi-Timeframe Flexibility
Blend micro and macro views seamlessly in one chart.
🚀 Cleaner Signals, Less Noise
Event-triggered recalculations filter out useless minor price wobbles.
🚀 Customization Beyond Standard MAs
TEMA, HMA, ALMA, DEMA, VWMA — all included for ultra-fine-tuned strategies.
✨ Ready to Upgrade Your Trading?
Forget the old, slow MAs.
Use intelligence. Trade events, not noise.
→ Add Event-Based Multi MA v1.1 to your chart and experience true precision!