BT Astrology Indicator by Imthiaz007
BT-Astrology Indicator is fine tuned indicator to calculate and draw daly support and resistance based on Gann level for intraday trade or swing trade.
The original Idea is given by Mr. Alex from Badshai Trading; I am a Software Developer by profession so that I just coded it and add some signals for back testing.
I also add following Indicator for better view:
a) Simple Moving Average
b) VWAP
c) Bollinger Band
The Input section of the Indicator :
SMA :- Length 35 as per Mr. Alex suggestion
Minutes : Enter minutes in terms of number of minutes on which VWAP value will be taken for calculating the levels.
By default it will be 20 means VWAP value of 9:35 AM candle will be consider for drawing levels.
How it works ?
Buy : When resistance is broken with higher high formation and candle is above 35 SMA
Sell : When support is broken with lower low formation and candle is below 35 SMA
Hope you like it!!!
Moving
Moving Average Ribbon [TheBearFighter]
This code was written using:
•Pine Script Coding Conventions.
This script provides a very useful tool for new community users and professionals. It puts at your disposal a Moving Average Ribbon by hand to graph and easily find the ones with the highest performance. The creation of this script was motivated because in free TradingView accounts there is a limit of 3 indicators by chart, and with this tool you can draw up to 32 MA's at the same time!
Choose one of 10 types of MA´s:
•KAMA Kaufman's moving average.
•HULL Hull moving average.
•TEMA Triple exponencial moving average.
•LSMA Least square moving average.
•DEMA Double exponencial moving average.
•ALMA Arnaud Legoux moving average.
•WMA Weighted moving average
•EMA Exponencial moving average.
•VWMA Volume Weighted moving average.
•SMA Simple moving average.
Use the tooltips to know the lengths of MA´s.
A main characteristic of the script is that the lengths are in days but when changing the lowest timeframes, the same daily resolution is maintained. This gives us extreme precision in intraday timeframes, e.g 30 minutes.
Once this is understood, we can turning the MA´s on/off, and changing the timeframe to our liking.
Available timeframes: M, W, D, 4H, 1H, 30m, 15m, 5m.
Also the MA´s are colored for easy visualization and know if they grow or decrease.
Thank´s to @midtownsk8rguy to let me know more about HEX colors.
Thank´s to @HPotter for his KAMA.
Wide BarsSimple scripts show the wide range bars within in the look back period, visualizing the bigger momentum.
Added four exponential moving averages which define the trend of the instrument.
Wide range candles in the direction of overall trend on higher timeframes; give confluence of higher participation in the same direction.
Note : Decent volume above the average volume with wide range candle adds more value.
[Sidders] MACDEMASAR IndicatorCame across a cool idea for a strategy that couldn't find in the indicator database, so decided to code it up myself for your pleasure.
Indicators consists of 3 indicators: EMA(200) to determine the overall trend, and the MACD & Parabolic SAR to determine entries (and exits).
Long entry contains 4 conditions and is generated when price is above the 200EMA (1), the MACD crosses above the signal line (2), while they are both below 0 line (3) and when the parabolic SAR is below the closing price of the bar (4).
Short entry is build up the same but in reverse: price is below the 200EMA(1), signal line crosses below the MACD line (2), while they are both above the 0 line (3) and when the parabolic SAR is above the closing price of the bar (4).
Place the stoploss on the parabolic SAR dot below/above the candle that created the signal. Profit target 1:1 risk:reward ratio, but can ofcourse be changed according to your risk apetite. Might add automatically drawn SL/TPs in a later update.
Concept behind the strategy should work on all timeframes, but will require proper backtesting. I think with additional filters the strategy can also be way more finetuned and profitable, personally haven't had the time yet to dive into that.
Have also added alerts for your convenience.
Enjoy!
Tradingview ToolkitA new trader's biggest barrier to entry is lack of understanding where they are in terms of time and price and with tradingview free they are often limited to just 1 or 2 extra indicators as many new traders slap on RSI and MACD as 2/3 free ones. While these indicators are fine for trend analysis, its important to know where the price is in relation to time. Thus, this all-in-one script is meant to have a lot of customizable utility to save on indicator spots and act as a hotspot for many common needs.
-2 Sets of VWAP line w/ standard deviation bands with customizable timeframes.
-1 more customizable timeframe VWAP line (no std dev bands) to use as a long time frame reference
-Ability to plot previous VWAP close prices over current timeframe on all VWAP lines w/ basic color changing if price closes above/below
-2 Sets of Bollinger Bands with customizable source length and MA type
-3 customizable moving averages with custom timeframe/resolutions
-Inside candle barcolor repainter to easily notice if a candle was inside the range of the previous candle (price contraction)
Not meant to have everything on at once, but simply a place to enable and disable different things and save spots for more important things
Moving Average Slope AnalysisThis is a simple script which allows to do slope analysis on any kind of Moving Average. Simply change the moving average function that you wish to work with , in the script.
Slope analysis may be required for fine-tuning trade automation software , which uses Moving Average for determining optimum enter/exit point.
Read code comments for instructions!
Moving Average Buy/Sell IndicatorUsing a selected Exponential Moving Average (EMA)/Simple Moving Average (SMA) range, this indicator inserts a Long/Short (buy/sell) indicator overlaid on chart depending on the following conditions:
- LONG/BUY SIGNAL = if SMA value is less than EMA, and both the SMA and EMA are less than the current average price.
- SHORT/SELL SIGNAL = if SMA value is greater than EMA, and both the SMA and EMA are greater than the current average price.
**Intended for use with the 21 and 34 weekly moving average time range. Much more useful for long-term analysis rather than short-term analysis.**
Moving Average Crossover with Shading Signals This script uses 3 moving averages (2 simple moving averages and 1 exponential moving average ) to signal long and short opportunities based on moving average crossovers.
A long SMA (Signal SMA2) is used to determine longer term trend. When the EMA crosses above the Slow SMA1 and price is above the Signal SMA2. The space between the moving averages will shade green and the Signal SMA should also be green.
A sell signal occurs when the EMA crosses below the Slow SMA1 and price is below the Signal SMA2. The space between the moving averages will turn red and the Signal SMA should also be red.
A retracement, consolidation, or reversal may be occurring if the shaded color is yellow.
Use the identifying shapes to learn when to open or close positions.
Dankland Playground Moneymaker - V2“version 2” of my playground bot script. Its essentially a powerhouse suite of strategies. Although it is similar to the previous script, it nets different results as sections have been changed. Such as the somewhat reluctant removal of the Chande Momentum... The RSIs have also been updated, this was one of the main changes. RSIS now include a Moving Average cross of RSI to generate signals above and below the given thresholds instead of simply on crossing a threshold. This should give greater functionality overall. Most functions including Moving Averages have been updated to include a wider range of kinds of moving averages. This includes not just the moving average cross, but MACD and RSIs as well. I tried to perform the same upgrade on the %B, Stochastics and SMI, but hit the unpacked code limit of 60,000 lines... So, more “versions” will have to come for future “upgrades”, with the recognition that there will be cases where the old, “downgraded” versions may perform better and that some people (like myself) may continue to use them on some markets until I/we devise superior settings on the new ones for said markets. For instance, instead of replacing my 1 hr BTCUSD bot (where I used the now deleted Chande to pretty pleasing affect...) I made a new one for LINKUSD 10 min so I can have both running for now and work on replacing the BTCUSD later.
How it works basically is this... you have 16 oscillators which can all be used as independently as you wish. They can be split up into different groups or ran all together.
When in separate groups they should not be able to sell eachothers positions without triggering a full stop loss by turning the Independence/Stop All switches on. Every single oscillator has its own entry and exit position sizing which can be stated as either a percent of balance or a flat amount of contracts (or both combined). Each oscillator has a minimum amount of profit you can tell it to sell it, which is calculated from the average cost of your current position, which does include all groups. This works out to help you average out better entry and exit prices, essentially a method of DCAing.
You can set the minimum sale amount, which is to keep it from placing orders below your exchanges minimum dollar trade cost.
All this functionality combined also ensures more accurate back tests by ensuring that the script simply cannot spend money it doesn't see as in the balance, whereas other scripts will use a percentage of equity, and once 100% of your equity is in BTC for instance, it will keep buying more BTC for free and thus spoof up backtest numbers. If you look through the strategies here, many people claim to have amazing scripts and then you look into it and this is happening and skewing their numbers. These people are either very ignorant or what they made or scam artists and trolls in my opinion.
This version also includes On Bar Close switches for each oscillator. When switched on, signals are only allowed to generate on Bar Close. This helps to prevent retriggering from live signals, which when you are running this many oscillators, will become a problem! However, in most cases, you do not need to generate signals intrabar, as backtests will show, ignoring intrabar buys and sells (intrabar stop losses can still be very important though!) won't exactly keep you from high profitability strategies, but rather, allowing elements of chaos from live indicators moving up and down intrabar will, in fact, drift your actual results further and further from the backtest. You want an accurate backtest though. So choose wisely when you turn these off and you will do better.
The included oscillators are as follows:
NO MORE Chande Momentum cross – REMOVED – I was hitting PINE code limits here so I had to make choices and this one simply had to go. Begone!
Moving Average Cross
MACD cross
%B Bollinger cross
Stochastic cross + region filter
Stochastic RSI cross + region filter
SMII cross and region filter
Three RMIs
Know-Sure-Thing line-cross
Coppock Curve line-cross
TRIX line-cross
RSI of MA w/ MA cross
RSI of MA of KST w/ MA cross
RSI of MA of Coppock Curve w/ MA cross
RSI of MA of Trix w/ MA cross
So the idea is that this is essentially multiple strategies combined into one backtestable house. Balance is calculated for all position sizes in order to try to prevent false entries that plague so many scripts (IE, you set pyramiding to 2, each buy $1000, initial balance $1000, and yet it buys two orders off the bat for $2000 total and nets 400% profit because the second was considered free, happens on 90+% of scripts on Tradingview if you aren't very very careful!)
You tune each indicator and position size them so that they work together as well as you can and in doing so you are able to create a single backtest that is capable of running a bot, essentially, between multiple strategies - you can run a slower Moving Average cross, a faster SMI cross or MACD , or Bollinger that grabs big moves only, all the while having MACD trade small bonuses along the way. This way you can weight the Risk to Reward of each against eachother.
I will not try to claim this is something you can open and with no work have the best bot on the planet. This scripts intention is to take a lot of relatively common trading strategies and combine them under on roof with some risk management and the ability to weigh each against eachother.
If you are looking for a super advanced singular algorithm that tries to capture every peak and valley exactly on the dot, this is not for you. If you are looking for a tool with a high level of customizability, with a publisher who intends to update it to the best of his ability in accordance to seeking to make the best product that I personally can make for both myself and the community (because I will be using this myself of course!) that was specifically designed with the intention of performing well in spot markets by averaging low entry costs and high exit costs, this is for you! That is the exact intention here. It can certainly work with margin, but you will have to take extra care in setting your stop losses. I intend to make a version capable of going short which will be included as part of the package. It may take some work to keep all of the risk management working as well for shorts though. There will be more scripts added to the “package” as I hit the limit on this one a few times and have had to keep some ideas out already.
The current backtest shown is hand-optimized by myself for Link /USD 10min market (Binance US – shouldn't need much work to fit to other exchange markets) with multiple stop losses.
Stepping MAInput desired timeframe and etc
Ex: Timeframe Daily
Input 100
Will display daily moving of 100 on every timeframe
Trend Indicator A-V2 (Smoothed Heikin Ashi Cloud)"Trend Indicator A-V2" and "Trend Indicator B-V2" are updated and improved versions of my initial trend indicators. Totally rethinking the code, adding highs and lows in the calculations, including some more customisation through colour schemes.
In practice, this indicator uses EMAs and Heikin Ashi to provide an overall idea of the trend.
The "Trend Indicator A-V2" is an overlay showing “Smoothed Heikin Ashi” .
The "Trend Indicator B-V2" uses the same values in a different way to measure the momentum of the trend and identify potential trend rejections.
Please, take into account that it is a lagging indicator.
Moving Average BandsUse this script to find buy and sell zones for BTC based on momentum of the move relative to the average asset price over a given period. The script plots a series of offset bands above and below the Simple Moving Average. When price crosses another band further from the SMA, the background is rendered brighter. The brighter the background, the stronger the buy and sell signal is, as the expectation is that price wants to return to the SMA. Settings are adjustable to fine tune to various time frames and assets. Good settings for BTC Daily are length 30, layers at 10, 20, 30, and 40.
On 1H BTC/USD I use length 200, layers at 5, 10, 15, 20 to find decent swing trading opportunities.
On BTC/USD 1D chart, combine with Bitcoin Logarithmic Growth Curve from @mabonyi (original by @quantadelic )for confluence of very reliable signals.
Overlay Indicators (EMAs, SMAs, Ichimoku & Bollinger Bands)This is a combination of popular overlay indicators that are used for dynamic support and resistance, trade targets and trend strength.
Included are:
-> 6 Exponential Moving Averages
-> 6 Simple Moving Averages
-> Ichimoku Cloud
-> Bollinger Bands
-> There is also a weekend background marker ideal for cryptocurrency trading
Using all these indicators in conjunction with each other provide great confluence and confidence in trades and price targets.
An explanation of each indicator is listed below.
What Is an Exponential Moving Average (EMA)?
"An exponential moving average (EMA) is a type of moving average (MA) that places a greater weight and significance on the most recent data points. The exponential moving average is also referred to as the exponentially weighted moving average. An exponentially weighted moving average reacts more significantly to recent price changes than a simple moving average (SMA), which applies an equal weight to all observations in the period.
What Does the Exponential Moving Average Tell You?
The 12- and 26-day exponential moving averages (EMAs) are often the most quoted and analyzed short-term averages. The 12- and 26-day are used to create indicators like the moving average convergence divergence (MACD) and the percentage price oscillator (PPO). In general, the 50- and 200-day EMAs are used as indicators for long-term trends. When a stock price crosses its 200-day moving average, it is a technical signal that a reversal has occurred.
Traders who employ technical analysis find moving averages very useful and insightful when applied correctly. However, they also realize that these signals can create havoc when used improperly or misinterpreted. All the moving averages commonly used in technical analysis are, by their very nature, lagging indicators."
Source: www.investopedia.com
Popular EMA lookback periods include fibonacci numbers and round numbers such as the 100 or 200. The default values of the EMAs in this indicator are the most widely used, specifically for cryptocurrency but they also work very well with traditional.
EMAs are normally used in conjunction with Simple Moving Averages.
" What Is Simple Moving Average (SMA)?
A simple moving average (SMA) calculates the average of a selected range of prices, usually closing prices, by the number of periods in that range.
Simple Moving Average vs. Exponential Moving Average
The major difference between an exponential moving average (EMA) and a simple moving average is the sensitivity each one shows to changes in the data used in its calculation. More specifically, the EMA gives a higher weighting to recent prices, while the SMA assigns an equal weighting to all values."
Source: www.investopedia.com
In this indicator, I've included 6 popular moving averages that are commonly used. Most traders will find specific settings for their own personal trading style.
Along with the EMA and SMA, another indicator that is good for finding confluence between these two is the Ichimoku Cloud.
" What is the Ichimoku Cloud?
The Ichimoku Cloud is a collection of technical indicators that show support and resistance levels, as well as momentum and trend direction. It does this by taking multiple averages and plotting them on the chart. It also uses these figures to compute a "cloud" which attempts to forecast where the price may find support or resistance in the future.
The Ichimoku cloud was developed by Goichi Hosoda, a Japanese journalist, and published in the late 1960s.1 It provides more data points than the standard candlestick chart. While it seems complicated at first glance, those familiar with how to read the charts often find it easy to understand with well-defined trading signals."
More info can be seen here: www.investopedia.com
I have changed the default settings on the Ichimoku to suit cryptocurrency trading (as cryptocurrency is usually fast and thus require slightly longer lookbacks) to 20 60 120 30.
Along with the Ichimoku, I like to use Bollinger Bands to not only find confluence for support and resistance but for price discovery targets and trend strength.
" What Is a Bollinger Band®?
A Bollinger Band® is a technical analysis tool defined by a set of trendlines plotted two standard deviations (positively and negatively) away from a simple moving average (SMA) of a security's price, but which can be adjusted to user preferences.
Bollinger Bands® were developed and copyrighted by famous technical trader John Bollinger, designed to discover opportunities that give investors a higher probability of properly identifying when an asset is oversold or overbought."
This article goes into great detail of the complexities of using the Bollinger band and how to use it.
=======
This indicator combines all these powerful indicators into one so that it is easier to input different settings, turn specific tools on or off and can be easily customised.
MA Cross Ribbon + [RSI,StochRSI,VolOsc,RoC,Compare,Info Panel]
Draws all sorts of useful information directly onto the Chart
Moving Average Ribbon with configurable offsets
Allows you to easily visualize MA Crossovers
Easy to view in the Data Window
RSI Indicator (Overbought, Oversold, Healthy)
Stochastic RSI
Volume Oscillator (Bullish, Bearish, Healthy)
Rate of Change Indicator
Compare Symbol without adding a new scale (Symbol, Timeframe, Divider)
Moving the chart around won't ruin your comparison
Allows you to see the general sentiment of all your configured averages at a glance
100% Configurable
If there is anything you would like added please comment, It's very likely I will be adding more things to this.
SNAP BACK 2.0 Strategy
This strategy is designed to allow you to catch the bounce or "SNAP Back" of an equity that has been in a trend.
1) Once the moving averages are in the order of 200SMA > 50 SMA > 34EMA > 20SMA > 8EMA (or reverse for and uptrend), the strategy is setup.
2) Next you wait for a trigger of the closing price crossing the 8EMA, while there is a desired gap size between the 8EMA and the 20SMA (2-10% of stock value preferred).
3) Exit position based on target profit reached (conservative sell half at 34EMA and engage a trailing stop loss for remainder or set static limit) or price crosses 8EMA or stop loss%
*)This code also allows you to determine your desired backtesting date compliments of alanaster
This code is the product of many hours of hard work on the part of the greater tradingview community. The credit goes to everyone in the community who has put code out there for the greater good.
The idea for the coding came from a video I watched on YouTube presented by TradeStation called Snap Back - thank you guys for the inspiration.
UPDATE: I have coded the other side of the strategy to allow you to take advantage of the same set-up in an uptrend for Short plays. You can turn the up or downsides on, off, or both.
The main intent is to catch the bounces of a falling stock. However, I have found that you can do the inverse and catch the drops in a rising stock (the latter is not as reliable). This also tends to work better on less volatile stocks. I have included a large volume of user defined conditions and display entry and exit conditions on the chart to see how your choices are impacting the script.
MDX Free (PA) Buy/Sell ConfimationThis is a free version of the MDX Crypto trading "bot". Note that this indicator and the MDX version are based on simple code available on trading view or via google search.
This indicator is based on the super trend indicator to provide buy/sell signals at inflection points of uptrends and downtrends. These inflection points are commonly used as entry/exit points for trading. They are represented on the chart as green (buy) or red (sell) arrow.
This also uses two exponential moving averages. One average is set over 21 bars (fast) and the other is set over 55 bars (slow). When the plots intersect it represents a change in momentum. This is shown on the chart as a red (negative change) or green (positive change) diamonds. When a green diamond follows a green arrow it is considered a confirmed buy. When a red diamond follows a red arrow it is a confirmed sell.
Caution:
Caution this indicator is not reliable on its own, especially on low time scales. When looking back in time this indicator will almost always show a "confirmed buy" before a large increase in price, but on many occasions you can have a "confirmed buy" which is followed by a dump in price, that will not trigger sell signal in time. For best results use with 15m to 1h timeframes
Disclaimer:
This indicator is for informational purposes and should be used for educational purposes only. If you rely on this for trading without additional information you will loose money. I am not a financial advisor, or a professional trader. Use at your own risk.
This is an unpolished version. It may be updated and the source code published if it is used.
Customisable Moving Averages x5This is a Moving Averages pack with 5 lines.
This indicator is different from others because with it you can select the MA type used in calculations for each line.
Available MA types are (currently):
SMA
EMA
WMA
VWMA
RMA
HMA
Also configurable (for each line) are data source (open, close, hlc3, etc) and period.
Heavy EMAThis script looks at 5 different EMAs so that you can compare the short term to the long term trend, and combines it with the Parabolic SAR. This can be used to find a great entry into a new or reversing trend.
Reduced Averages (20,50,100,200)This script simply takes average value of exponential averages with a goal of reducing the noise on your chart. Many traders use a bunch of averages to identify a trend as they perfectly line up. Reduced Averages does just that. When price is close to a central line, you can comfortbly switch to another chart. When you see it deviating further away, you can enable 20 EMA, 50 EMA, 100 EMA and 200 EMA with a single click.
Combined MA Trend FilterToday I propose a simple but an effective tool to use as a trend identifier.
It is simple because it doesn't require user to tinker with it and it works on all scripts and all time frames.
It is effective because it's based on what I believe to be the most used ma's by the traders who are successful and usually trade with large qty.
So, what's under the hood?
-It's a combination of MA's and its alpha multiplier to replicate effect of higher TF MA without producing the weird square shapes.
-We are utilizing the range between the two as a way to identify "noise areas" or "ranging areas" for the price action, where taking a trade might not be the best decision.
-As soon as bar starts closing above the both MA and its alpha multiplier, it is in strong bullish zone
-And as soon as bar start closing below the same we have a strong bearish zone.
-Bar Colour coding
Lime - Strong Bullish sentiment
Yellow - Weak Sentiment (Ranged area)
Red - Strong bearish sentiment
-This indicator works in two modes, one is noise mode and one is noiseless mode.
When we select noiseless mode, we are utilizing here a filter to reduce noise, which can be also plotted on chart and option for doing so is given in settings.
Some examples?
I've used alpha of 5 in above examples (You can change it to anything you want, depending on your script and TF)
As you can see, it produces far better filtering and keeps you out from possible "noise areas" when trading, it is also good at working as scaling in and out tool for purpose of maximizing the profits when you do catch the trend.
Please note that higher the alpha you use, you will be shifting to higher TF MA, while its difficult to have a set number of set TimeFrame effect replication, its best to keep the alpha multiplier value around 5.
Authors note:
This indicator is free to use for all, I'm only protecting the code to avoid people selling it to unsuspecting new users. It happens a lot on TV.
Past performance does not mean future profit and trader is responsible for his own losses or profits, author does not take any responsibility to wrong application of the tool provided here.
Have a profitable trading journey and enjoy~
MA Cloud with FillMA Cloud with Fill
This is a powerful custom indicator that uses 3 Moving Averages with a 4th Constant 200 MA (can be customized)
This tells you what the market is doing, and what the overall trend of the market is. A good Swing trade or Day trade indicator.
This indicator works on all markets , it was made and based off of normal candles but heiken ashi works fine, it does not repaint and the recommendations for the indicator is as follows..
Best timeframes to use: 5min, 15min, and 1hr. But any timeframe can be used.
Best settings: the preset settings are what I recommend, depending on trading strategy (I swing trade) you can remove the Buy and Sell labels and just use the strong signal and trend confirmations to make the best trades.
Alternate recommended settings are in the settings tab of the indicator. The slashes represent different settings you can adjust to..
(Example:)
Fast MA: 10/20/30
Mid MA: 12/25/35
Slow MA: 50/60/70
Use 10,12,50 together... use 20,25,60 together... use 30,35,70 together.. etc...
There are multiple labels and reading them correctly takes an experienced eye. This will be updated continuously to filter bad signals or to add strong signals!
Buy and Sell signals are good entry or exit points depending on the overall trend.
These occur when the Fast MA crosses over(BUY) or under(SELL) the Mid MA
They can alert when a trend may reverse or a good take profit point or a good place for a new stop loss if trend continues.
The BEST Buy and Sell Signals are when the...
BUY is in the fill (between fast ma and slow ma) or above fast MA
SELL is in the fill (between fast ma and slow ma) or below the slow MA
Strong Buy and Strong Sell signals are even better but more swing trading entry points
These occur when the Fast MA(lime) crosses over(BUY) and the close is over the Fast MA or under(SELL) the Slow MA and close is under the Slow MA
These Strong labels are showing a trend change in the market for the timeframe you are looking at.
The General Bullish and Bearish signals are some of the best signals and show a confirmed trend in the market. These can be effective to trade on alone, otherwise good for confirming a position.
These occur when the Fast MA crosses over (BULLISH) the constant MA (200) or under (BEARISH) the constant MA (200)
The Strong Bullish and Bearish signals are the strongest signals for this indicator.
These occur when the Fast MA crosses over (BULLISH) the constant MA (200) and the close is over the Fast MA or under (BEARISH) the constant MA (200) and the close is under the Slow MA.
Background colors of aqua and red are showing the same general bullish or bearish signals, and can be effective if you want to see that trend change without having the labels showing up.
There are settings available to color the bars depending on the trend.
Green if Fast MA is over the Slow MA and the close is above the Fast MA
Red if the Slow MA is over the FAST MA and the close is under the Slow MA
Gray is when the close is opposite of the trend and between the fill
Purple is when the close is opposite of the trend and is Below the opposite corresponding MA (Above Fast MA when bearish, Below Slow MA when Bullish)
You can also change the fill color between the Fast and Slow MA which colors the fill the same as bar colors but the purple will be a light shade of black in the fill.
There are also Pivot Labels and Alternative Tops and Bottoms signals which are betting opposite of the indicators and can be useful for daytrades to see potential reversals. These are very risky and not recommended to trade on .
These are more for seeing if your trend is holding strong or if there could be a potential reversal in the next few bars if you are looking to exit.
Updates are always being made and I'm betting some of you will be able to find even better stronger settings to put in. The recommended settings are just what I personally have noticed that works best, but all inputs can be customized!
Safe Trading Strategy:
Go to settings and uncheck the buy and sell signals.
(up to you) uncheck the strong buy and strong sell signals.
You will be left with the bullish and bearish signals of both general and strong and these have proven to be some of the strongest trades to take.
If you keep the strong buy and strong sell, these can be good to enter a new position or exit a previous position, depending if bullish or bearish trend confirms but some of these can be false overall trend signals and I do recommend using a different indicator to confirm the reversal or confirmation (RSI, MacD, etc..)
Want to use this indicator or wondering how to add to your chart? DM me or join the link in my profile to get a glimpse at what is all available!
We are all in this together and the more one gains, the more we all succeed!
umr Level TreeShows following levels and labels (which can be individually controlled):
OHLC levels of Today, Yesterday, This week, Last week, This Month, Last Month
Daily Simple Moving Averages (50, 100, 200)
Horizontal Grid on 50, 100 pips for FX instruments.
(to do) Add ATR or Std Deviation
(to do) Add Daily Change levels % i.e. 0.5%, 1%, 2%
(to do) Add Daily change in pips levels (for fx) i.e. 50 pips, 100 pips etc