_CM_Ultimate_MA_MTF_V4***For a Detailed Video Overview Showing all of the Settings...
Click HERE to View Video
New _CM_Ultimate_MA_MTF_V4 - Update - 08-24-2021
Thanks to @SKTennis for help with code
Added Ability to Plot 1 or 2 Moving Averages - Fast MA & Slow MA
Added Ability to Plot Fast MA with Multi TimeFrame
Added Ability to Plot Slow MA with Multi TimeFrame
Added Ability to Color Fast MA Based on Slope of MA
Added Ability to Color Fast MA based on being Above/Below Slow MA
Added Ability to Plot 8 Types of Moving Averages
Simple, Exponential, Weighted, Hull, VWMA, RMA, TEMA, & Tilson T3
Added Ability to Set Alerts Based on:
Slope Change in the Fast MA Or Fast MA Crossing Above/Below Slow MA.
Added Ability to Plot "Fill" if Both Moving Averages are Turned ON
Added Ability to control Transparency of Fill
Added Alerts to Settings Pane.
Customized how Alerts work. Must keep Checked in Settings Pane, and When you go to Alerts Panel, Change Symbol to Indicator (_CM_Ultimate_MA_MTF_V4)
Customized Alerts to Show Symbol, TimeFrame, Closing Price, & Moving Average Signal Name in Alert
Alerts are Pre-Set to only Alert on Bar Close
See Video for Detailed Overview
New Updates Coming Soon!!!
***Please Post Feedback and Any Feature Requests in the Comments Section Below***
Pesquisar nos scripts por "ma cross"
High time frame Pivot Anchored VWAP V1.0Purpose:
-----------
To provide VWAPs anchored on the high and low pivots. I have seen scripts which anchor VWAP on a session or time frame or indeed a time, but not yet one that anchors on pivot points.
Value:
--------
As many have stated, price action tends toward VWAPs. I named the VWAPs anchored on high pivots the Selling VWAP, representing the volume weighted average of the sellers. And the VWAPs anchored on the low pivots, Buying VWAP, representing the volume weighted average of the buyers.
One of these two governs the current price action.
What is unique about this script:
---------------------------------------
- Locates pivots also found in higher time frames (it does not use the Security Function, technically it does not locate high time frame pivots)
- It uses a simple technique to locate the pivots that avoids using "For Loops" , typically used with HTF Pivots and at times can cause time outs
- VWAPs are then anchored on the pivots
- High Pivots are anchored with a VWAP using the High price as the source
- Low Pivots are anchored with a VWAP using the Low price as the source
How to Use It
-----------------
- Choose the higher time frame pivots of interest, the script uses current time frame multiplier
- so on a 1 minute chart, 60 is 1 hour. On a 5 min chart the same multiplier would be 5 hours.
- Choose how many of the higher time frame bars define the pivot, the right side and left side
- the default is 8 and 4, for a 60 multiplier on a 1min chart it implies 4hrs right of the pivot and 8 hrs left of the pivot.
- A Vidya moving average is included
- When the ma crosses over the Selling VWAP then the system is dominated by the buyers and the Buying VWAP provides support
- When the ma crosses under the Buying VWAP then the system is dominated by the sellers and the Selling VWAP provides resistance
It helps by keeping you in a trade, also by using the support/resistance to add to a position.
I make those decisions in the script, and display only the dominating VWAP
Acknowledgements
------------------------
PineCoders for their functions on managing resolution.
LucF for his work on high time frame pivots.
Future considerations
--------------------------
- Provide option to show both VWAPs
- Use a different ma, such as VWMA, or provide a choice.
- Open the script, version 1.0 being what it is
RedK_MAGicWAVe_v3: Improved Visual & Code RevampI have been planning to re-write the MAGicWAVe script for a long time, so here's a totally revamped version.
What is the MAGic WAVe ?
- this is one of my first indicators - and is a constant in my trading charts ...
- It's really a simple idea that plays with weighted moving averages (WMA) to produce a low-lag MAGnified Weighted Average (hence the name MAGic WAVe) - that enables me to better visualize how the momentum of the price move changes and when a change in trend is to be expected.
see link to the TA series below for more info.
- This simple concept can then be utilized in trading in a similar way to a basic MA Crossover approach, with the added benefit of the ability to magnify the trend moves
- you can also think of this as a MACD plotted on the price chart - in fact if you add a MACD to the chart and compare to the WAVe, you will see exactly what i mean.
What are the improvements in this new version
- better visualization, removed a lot of the clutter from previous versions
- the WAVe code was re-written to produce a "smoother" WAVe line.
note that the WAVe line in this version is also "lazier" than the previous version .. we need to set length to around 7 to match a 10 in v2 due to the increased lag caused by the smoothing.
- introduced the cloud fill to act as additional visual clue - introduced a WAVe "depth" variable - which will grow/shrink the fill area as preferred for improved visual.
- kept the optional slow EMA filter line set by default to 50EMA
here's a comparison of MAGic WAVe v3 (top panel) vs the older version (lower panel)
can be used with any timeframe and any instrument .. adjust settings as needed to suit the trader's own style.
- i'm not a big fan of alerts and always prefer "less signals" than "too many signals" in trading, so i don't think i will add alerts to this script in future.
Please feel free to use and comment. good luck!
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.
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 🦎
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.
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.