NSDT Heiken-Ashi Direction Bar MTFA simple script that places a bar at the bottom of the chart to indicate the direction of Heiken-Ashi candles - while still using traditional candles on the main chart. Try setting the bar on a higher timeframe to see the overall direction of the trend, while using traditional candles for entries/exits.
Trend
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.
Trend Indicator B-V2 (Momentum measuring)"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.
INDIGO - SwingTraderThis is a script that uses a couple of other indicators to find good swing trade entry's and exit's. You can choose which signals the script uses to calculate the position of the signals.
It uses the following:
- Stoch RSI
- MACD
- POC
- INDIGO Cloud
Also added are volume candles, acceleration of momentum indicators (triangle) and MACD candles. This way you can see more info to decide if the entry is valid.
I have used a couple of public scripts and tried to give credit to the original creators. If there is any script that hasn't been credited, please contact me.
Feedback is very much appreciated, positive and negative. Also If you have any question, feel free to ask me. I'll try to answer asap.
Enjoy the script :)
Adjustable MA & Alternating Extremities [LuxAlgo]Returns a moving average allowing the user to control the amount of lag as well as the amplitude of its overshoots thanks to a parametric kernel. The indicator displays alternating extremities and aims to provide potential points where price might reverse.
Due to user requests, we added the option to display the moving average as candles instead of a solid line.
Settings
Length: MA period, refers to the number of most recent data points to use for its calculation.
Mult: Multiplicative factor for each extremity.
As Smoothed Candles: Allows the user to show the MA as a series of candles instead of a solid line.
Show Alternating Extremities : Determines whether to display the alternating extremities or not.
Lag: Controls the amount of lag of the MA, with higher values returning a MA with more lag.
Overshoot: Controls the amplitude of the overshoots returned by the MA, with higher values increasing the amplitude of the overshoots.
Usage
Moving averages using parametric kernels allows users to have more control over characteristics such as lag or smoothness; this can greatly benefit the analyst. A moving average with reduced lag can be used as a leading moving average in a MA crossover system, while lag will benefit moving averages used as slow MA in a crossover system.
Increasing 'Lag' will increase smoothness while increasing 'overshoot' will reduce lag.
The following indicator puts more emphasis on its alternating extremities, an upper extremity will be shown once the high price crosses the upper extremity, while a low extremity will be shown once the low price crosses the lower extremity. These can be interpreted like extremities of a band indicator.
The MA using a length value of 200 with a multiplicative factor of 1.
In general, extremities will effectively return points where price might potentially bounce in ranging markets while closing prices under trending markets will often be found above an upper extremity and under a lower extremity.
Reducing the lag of the moving average allows the user to obtain a more timely estimate of the underlying trend in the price, with a better fit overall. This allows the user to obtain potentially pertinent extremities where price might reverse upon a break, even under trending markets.
In the above chart, the price initially breaks the upper extremity, however, we can observe that the upper extremity eventually reaches back the price, goes above it, provides a resistance, and effectively indicates a reversal.
Users can plot candles from the moving average, these are fairly similar to heikin-ashi candles in the sense that CandleOpen(t) ≠ CandleClose(t-1) , each point of the candle is calculated as follows for our indicator:
Open = Average between MA(t-1) and MA(t-2)
High = MA using the high price as input
Low = MA using the low price as input
Close = MA using the closing price as input
Details
Lag is defined as the effect of moving averages to reflect past price variations instead of new ones, lag can be observed by the user and is the main cause of false signals. Lag is proportional to the degree of filtering returned by the moving average.
Overshooting is a common effect encountered in non-lagging moving averages, and is defined as the tendency of a moving average to exceed a maximum level (or minimum level, which can be defined as undershooting )
MA and rolling maximum/minimum, both using a length of 50 bars. While we can think of lag as a cost of smoothness, we can think of overshooting as a cost for reduced lag on some occasions.
Explaining the kernel design behind our moving average requires understanding of the logic behind lag reduction in moving averages. This can prove to be complex for non informed users, but let's just focus on the simpler part; moving averages can be defined as a weighted sum between past prices and a set of coefficients (kernel).
MA(t) = b(0)C(t) + b(1)C(t-1) + b(2)C(t-2) + ... + b(n-1)C(t-n-1)
Where n is the period of the moving average. Lag is (non optimally) reduced by "underweighting" past prices - that is multiplying them by negative numbers.
The kernel used in our moving average is based on a modified sinewave. A weighted sum making use of a sinewave as a kernel would return an oscillator centered at 0. We can divide this sinewave by an increasing linear function in order to obtain a kernel allowing us to obtain a low lag moving average instead of a centered oscillator. This is the main idea in the design of the kernel used by our moving average.
The kernel equation of our moving average is:
sin(2πx^α)(1 - x^β)
With 1>x>0 , and where α controls the lag, while β controls the overshoot amplitude.
Using this equation we can obtain the following kernels:
Here only α is changed, while β is equal to 1. Values to the left would represent the coefficients for the most recent prices. Notice how the most significant coefficients are given to the oldest prices in the case where α increases.
Higher overshoot would require more negative values, this is controlled by β
Here only β is changed, while α is equal to 1. Notice how higher values return lower negative coefficients. This effectively increases the overshoots amplitude in our moving average. We can decrease α in order for these negative coefficients to underweight more recent values.
Using α = 0 allows us to simplify the kernel equation to:
1 - x^β
Using this kernel we can obtain more classical moving averages, this can be seen from the following results:
Using β = 1 allows us to obtain a linearly decreasing kernel (the one of a WMA), while increasing allows the kernel to converge toward a rectangular kernel (the one of SMA).
macZLSMAMacd that shows instantaneous trend using ZLSMA. This crossover has the ability to reveal trend directions before it happens.
TrendBuddy_v1TrendBuddy is a trend signal generator indicator.
options:
control sensitivity of the signals
Sideways Market Detector
Filter signals based on Side Market
Indicator is based on combination of oscillators, moving averages, bollinger bands and price action.
The traders can use this tool to get trends when market is about to come out of choppy regions.
Bottom Touch[Dizart]--------------- ---------------
The indicator determines the bottom in the market, from which a rebound or a global reversal may start with a high probability. Works on any symbol or market.
tuning - If the asset is low volatility, then the price often does not reach the bottom. Adjust the `Bottom Touch` to the closest bottom on the graph.
--------------- ---------------
Индикатор определяет дно на рынке, от которого с большой вероятность может начаться отскок или глобальный разворот. Работает на любом символе или рынке.
tuning - Если актив низковолатильный, то цена часто не доходит до дна. Отрегулируйте `Bottom Touch` до ближайшего дна на графике.
VR Crayons (Signals, Trend and Reversal Indicator)This indicator is a combination of many different basic technical analysis tools, such as RSI, Bollinger Bands, Moving Averages and others.
It's main goal is to provide a fast and reliable visual representation of the current price action and possible entry and exit points for trades.
Explanation of the individual functions:
The indicator includes 2 different functions:
1) The crayons (colors of the candles) show the current state of price action and trend
and can be used to find oversold or overbought areas as well price reversal points.
The colors can be turned off and/or changed in the settings.
2) The signals that can be used to enter or exit trades. There are 4 different types of signals:
Mini signals, high/low timeframe signals and special signals.
All of them can be turned on and off in the settings.
Further explanations
Crayons:
There are 3 general colors, gray, green and red.
Red signals a general downtrend,
Green a general uptrend,
Gray sideways action.
There are also multiple other colors to visualize special situations:
Blue signals overbought areas
Orange signals oversold areas
Yellow and purple signalling heavy oversold areas and a possible trend reversal to the upside
Dark Green signals heavy overbought areas and a possible trend reversal to the downside (Also marked with "R")
Lastly there are two special candle colors, dark red and light blue.
Those are volume weighted indicators of heavy dumping/pumping. I implemented them to signal higher than
average volume which dan be useful when looking for breakouts/-downs or to avoid fomoing into huge pumps or dumps
Signals:
As mentioned above, there are 4 different signal categories.
Signals for Lower Timeframes (5-30m) and Higher Timeframes (1h-D), special signals working on all timeframes
and mini signals which can be taken as TP points but also as entry points for trades.
The placement of the signals shows if it's a "BUY" (below the candles) or a "SELL" (above the candles).
Even-though signals are named "LTF signals", from my experience they can be used on all timeframes.
HTF signals do not work as good on lower timeframes.
For the best visualisation, disable candle borders in settings and turn the wick color to gray.
!! DISCLAIMER !!
All of these signals and bar colors are just visual helpers to find possible entry and exit points for your trades
and to get a quick overview of the current market conditions.
I would always recommend to use at least some basic technical analysis in combination.
And as always in trading, please use proper risk management! None of these signals can an will be 100% accurate!
!! All of these signals and colors are only valid AFTER candle close !!
!! This indicator is NOT repainting !!
Please don't use the comment section to ask for access to this indicator, you can always write me a PM.
3x SuperTrend IndicatorSimplified version of SuperTrend Indicator which plots up to 3 lines at once. Script is mainly for users of free TradingView version.
Mayfair Advanced Regressions 1.0This indicator maps two regressions.
The outer regression (green straight lines in the chart) tracks the main trend. It save you from working out your own trend channels, BUT it does move with the price, so it is different from a static channel. You can use it as a template for drawing static channels though.
The inner regression (the curved lines) is a parabolic regression. It shows the shorter term trend within the outer trend. This helps traders to judge when it is right or wrong to take a position on the edge of the main regression, based on whether the inner regression is indicating an acceleration out of the channel, or is shaping to go with the main trend.
We find it works best if there is a clear trend. If the market is not trending, then there isn't much point using a trend analysis tool like this.
Like all indicators, it is not perfect, and you should never rely on one indicator in any situation.
Chameleon indictor ║Tops and bottoms- This indicator uses a modified type of ADX, that offers a cleaner layout and improved signals. The indicator can be used by traders to identify possible tops, bottoms and changes in trends
- If the purple line moves downward after having been inside of the red line signals that a security possibly can have reached the bottom
- If the purple line moves upward after having been inside of the green line signals that a security possibly can reached the top
- The middle acts as a confirmation of the signal
// I have drawn lines on the chart to give examples of what the signals look like
MS TREND TRIANGLE TRIAL ver- This is a trial version for only 15m time frame.
- MS TREND TRIANGLE can analyze price trend condition and show it as Blue and Red triangles.
- Combination of other drawings, you can imagine the trade point and even loss cut point if the price goes opossite.
- HOW TO and detailed information will be coming soon. (If you have any question, please leave your message.)
< BASIC INFORMATION >
Enjoy trading! Thank you(*^-^*)
Rosebud Trend [DepthHouse]Rosebud Trend Indicator uses complex range calculations to easily detect trend changes, critical support and resistance levels, and even aid in spotting reversals. The Critical Support & Resistance Zones are plotted via the red and green cloud. This cloud not only visually displays the expected trend direction but often acts as major support and resistance zones. The outer band measures the expected range in which the assets trades within over longer periods of time.
Users can switch the ‘Trend Sensitivity’ between ‘Low’ and ‘High’ to increase or decrease the rate at which the cloud changes.
By altering the S/R Band Thickness users can furthermore increase or decrease the rate at which a trend changes by altering the thickness of the cloud. I prefer to keep these settings at 0.55 , 0.382, or 0.236.
The bar colors are generated by a combination of Rosebuds primary function and our ATR AUTO Oscillator base functions. Users have 3 bar color options to select from: Simple, Complex, and Off .
Simple: Bars colors alternate between shades of red and green based on the trend direction and the ATR Auto strength. Stronger the shade, the stronger the trend.
Complex: This adds a few extra variables to the script which generates a more complex bar color display. Using this option, Rosebud will generate light red bars in a bull trend if downward movement is strong and vice versa in a bear trend. It also will generate a purple bar if the candle successfully closes above or below the Top & Bottom Range Bands; We call this a range break , and it could be an early sign of strong upward or downward movement.
Off: In case you like to keep things even simpler, this option hides all overlay bar colors.
Sample of Complex Bar Colors:
Bull, Bear signals along with Up and Down arrows are too based on a combination of our trend direction and ATR Auto Oscillator calculations.
Users have the option to adjust both bar color, and shape generation settings via:
Smoothed Signal Option: Turns advance smoothing on or off. On will reduce signal noise, while Off could land you that perfect bottom signal with a lower success rate.
Candlestick Length: Default factor for bar color and shape generation, higher the number the fewer signals that will generate.
Candlestick Smoothing: Default smoothing for the Candlestick Length
Signal Lookback: Adjust the factor at which Bull, Bear, Up, and Down. Lower this to 2 for more signals.
Cross Thresholds: The lower this number the easier it is for ‘Bull’, ‘Bear’, and over extended signals to generate; see image below:
*Users also have the option to hide all signal visuals via the 'Shapes' On/Off option.
Users have multiple built in Alerts to choose from:
Bullish Trend Change: When the critical cloud switches to Bullish
Bearish Trend Change: When the critical cloud switches to Bearish
Upper Range Break: When the price action closes above the Range Top
Lower Range Break: When the price action closes below the Range Bottom
Light Bullish Cross: Early bullish signal; also displayed by up arrows by default
Light Bearish Cross: Early bear signal: also displayed by down arrows by default
Verified Bullish Cross: Occurs when a Bull signal is generated.
Verified Bearish Cross: Occurs when a Bear signal is generated.
*Past performance is no guarantee of future results*
Baus BandsThe Baus Bands are a simplified version of another one of my trend following indicators, the Neapolitan Bands. This version only shows the trend trading zones in green and red. An additional 21 EMA with an ATR band was added as part of my own trend trading rules using these bands.
How do I read this indicator?
Is the blue band between and not touching the green or red clouds? The condition is ranging.
Is the blue band touching the green cloud? The condition is a bullish trend.
Is the blue band touching the red cloud? The condition is a bearish trend.
The trend trading rules are exactly the same as the default Neapolitans, but include an extra condition.
A trend has started once 2 conditions are met:
Price has entered either trending cloud.
The 21 EMA ATR band in blue is within the same cloud.
With those conditions met, if you expect the trend to continue, trade pull-backs to the blue band in the direction of the trending cloud.
Isn't this just a 21 EMA trading pull-backs strategy?
No. The 21 EMA alone is not sufficient in my opinion to define a range or trend technically. Always buying the 21 EMA pull-back, especially in a range, is not a great strategy by itself unless you've already identified price as trending. Baus Bands adds that trend identification.
Why make this?
Baus Bands show the conditions I personally use for catching trends and identifying ranges with these indicators, and shows only the information I use.
What's the purpose of the ATR band around the 21 EMA?
Sometimes price will open and close below the 21 EMA and cause some technical analysts will say the trend is over. I added the ATR specifically to get a volatility based, upper and lower bound range around the 21 EMA. that way I have an acceptable price range where price could move past the 21 EMA and still keep a trend valid using similar rules. I then saw that so long this ATR band (not the 21 EMA itself) was touching those trending clouds, then the trend has a good chance of continuing as long as that was true.
Fish Sniper - TrendicatorThis is a modified version of the Fisher Indicator.
How to use:
If you see the white stream crossing up or down on the dotted/dashed hlines then you are seeing the price and trend heading that direction. The green bars indicate an optimal long position, and the red bars indicate a short or an exit position. The green and red bars show when the white stream passes just above or below the ZERO line (dashed Aqua line).
While entering/exiting on the green/red bars generally a good strategy, it's good to look at the bigger picture and see how far the white stream has traveled to reach the ZERO line. You can often avoid trading on a sideways market if you notice smaller movements on the white stream.
This indicator will also draw a grey candle on your chart to signal it's time to exit a long trade and it will draw a purple candle when it's time to enter a long.
I mostly use this indicator as an additional confirmation to enter or exit an open position, it's worked well for me in avoiding some big drops in my crypto trading and entering early on some nice uptrends.
Interstellar Trend
Interstellar trend is an indicator based on buy and sell signals in the interstellar index
If you do not know what an Interstellar indicator is, enter the link below to learn about the indicator and there is also a free three-day trial for the test.
Interstellar Trend displays interstellar buy and sell signals in green and red colored lines.
Green indicates buy while red indicates sell
Each line represents a time frame: W1 - D1 - 12H - 6H - 4H - 1H. These are the default timeframes in the indicator and they can be controlled from the settings
Interstellar Trend helps spotting the upcoming trend, spotting false signals, and looking for solid opportunities
Interstellar / buy and sell
Interstellar is the buy and sell indicator for trading on TradingView
Buy and sell signals are tested, improved, developed and tried until we reach the highest precision we aspire to, so that we do not need further updates.
Before publishing the Interstellar indicator, we made sure that we reached the best and most accurate version, which exceeded the accuracy of the signals 90%
How does the Interstellar indicator work?
The algorithm behind buy and sell signals is based on a set of more important and accurate technical indicators that give signals to change direction early.
When conditions are met on all indicators, it produces only very accurate and high probability trading signals and significantly reduces false signals.
For a more detailed illustration of the strategy, see the following image:
i.imgur.com
Look at the picture above and imagine with me that there are a bunch of technical indicators going next to each other to get to level 20 and Level 20 represents the killer point that gives the entry or exit signals.
When all these indicators agree and reach Level 20, you have met all the requirements of the strategy and the buy or sell signal will appear on the chart.
i.imgur.com
In the image above we note that the RSI has not reached the 20th level, what happens in this case?
In this case the signals will not appear on the chart for the incompleteness of the terms of the strategy.
But in the next candle we will have one indicator which is the RSI indicator only and when it returns to level 20 the terms of the strategy are completed and the signal appears on the chart. The rest of the other indicators we will not need because they met the conditions in the previous candle.
When this situation occurs 9 out of 10 times returns the index at a level of 20
In this way the signals of the interstellar indicator are formed on the chart.
Note: The indicators shown in the image above are only for explanation and may not be part of the indicator
/
Why is the Interstellar Index the best deal you get?
It helps you find the best areas for early entry and exit.
It gives more profitable signals than false signals.
Unique strategy and easiest way to trade with high profit rate.
It works in all markets like stocks and forex, but the index is primarily developed in the cryptocurrency market.
Comes with an indicator called Interstellar Trend, this indicator displays Interstellar signals on all timeframes and helps to find solid opportunities.
Works great on large timeframes like 1d and 4h. It also works great on smaller timeframes but prefers to keep up with the trend.
It gives very high profit scores on background tests conducted over a historical period of 24 months.
Not repainted. Once the candle closes, the signal will not change.
Finally, try the indicator for yourself and you will not regret it. There is a 3-day free trial! Let me know if you are interested in the comments section. Send a message directly or request a free 3-day trial.
Dziwne Trend Indicator B (EMA + Heikin Ashi) V1Based on my own "Dziwne Trend Indicator A (EMA + Heikin Ashi cloud)" , I tweaked the original script to display and "measure" the overall trend.
Orion AlgoOrion Algo is a next-gen trading algorithm designed to help traders find the highs and lows of the market before, during, and after they happen. We wanted to give an indicator to people that was simple to use. In fact we created the algorithm in such a way that it currently only needs a single input from the user. Since no indicator can predict the market perfectly, Orion should be used as just another tool (although quite a sharp one) for you to trade with. Fundamental knowledge of price action and TA should be used with Orion Algo.
Being an oscillator, Orion currently has a bias towards market volatility. So you will want to be trading markets over 30% volatility. We have plans to develop future versions that take this into account and adjust automatically for dead conditions. Also, while there are some similarities across all oscillators, what sets ours apart is the prediction curve. The prediction curve looks at the current signal values and gives it a relative score to approximate tops and bottoms 1-2 bars ahead of the signal curve. We also designed a velocity curve that attempts to predict the signal curve 2+ bars ahead. You can find the relative change in velocity in the Info panel. The bottom momentum wave is based on the signal curve and helps find overall market direction of higher time-frames while in a lower one.
Future Roadmap:
Create secondary on-bar indicator to pair with Orion Algo
Automatically adjust internal variables based on market volatility
Indicator style selection
Simple Strategy:
1. Start at a high time-frame to get an overview of the market you are wanting to enter. Daily is usually a good starting time.
2. If you can, add Orion to a second chart with a lower time-frame such as 4H.
3. Check the lower time frame to find potential medium term entry points based on where the trend was heading from the higher time-frame.
4. Step even lower to the 1H to find your optimal entry based on the higher times and technical analysis of the charts (support/resistance, patterns, etc)
5. The momentum wave can be used to find overall trend of the market. When it starts curving up, the market is bullish. When it curves down, the market could be bearish.
Intermediate Strategy:
1. Use simple strategy first.
2. Use the Prediction and ∆v curves to see future reversals in the works.
3. You can use these curves as potential entries as well as exit points.
4. Take into account potential divergence of the signal lines and price action.
Settings and How to Use them:
User Agreement – Orion Algo is a tool for you to use while trading. We aren’t responsible for losses OR the gains you make with it. By clicking the checkbox on the left you are agreeing to the terms.
Super Smooth – Smooths the main signal line based on the value inside the box. Lower values shift the pivot points to the left but also make things more noisy. Higher values move things to the right making it lag a bit more while creating a smoother signal. 8 is a good value to start with.
Theme – Changes the color scheme of Orion.
Info – Turns on a dashboard with useful stats, such as Delta v, Volatility, Rsi, etc. Changing the value box will move the dashboard left and right.
Pivots – Toggles main bull/bear dots.
Prediction – A secondary prediction model that attempts to predict a reversal before it happens (0-2bars). This can be noisy some times so make your best judgement. Curve will toggle a curve view of the prediction. Pivots will toggle bull/bear dots.
∆v – Delta v (change in velocity). This shows momentum of the signal. Crossing 0 signals a reversal. If you see the delta v changing direction, it may signify a reversal in the several bars depending on the overall momentum of the market.
Divergence – Toggles divergence lines. Hidden will show hidden divergences. Cross will show divergences that cross the 0 line.
Momentum Wave – Uses the signal as a macro trend indicator. Changes in direction of the wave can signify macro changes in the market. Average will toggle an averaging algorithm of the momentum waves and makes it easy to understand.
OBOS – Overbought/Oversold lines. Dyn will convert them to dynamic OBOS lines. The value box will adjust the smoothing.
Dziwne Trend Indicator A (EMA + Heikin Ashi cloud)First script ever publish.
It is a very simple trend indicator based on EMAs and Heikin Ashi .
FieryTrend IndicatorI created this indicator because it can be quite difficult sometimes to find the direction of the market, which supports and resistances are important, where to place targets, etc. This indicator is excellent for traders which trade on reversals and breakouts from resistances and supports.
The indicator tries to make it clear which areas are of importance and which are not. To find the market structure, all you have to do is to connect the dots by drawing a line between them.
By connecting the dots, it becomes clearer where important resistances and support areas are located. By making this information easier to digest you can place your entries, targets and stops easier and faster, becoming a better trader in the process. With connecting the dots, it might be the case that they won’t line up perfectly, which is fine. It’s all about the bigger picture.
The best time frames for this indicator are M15, H1 and H4. You can fiddle around with the Length input to get different results; I’ve found that the base input works the best for the aforementioned time frames.
For more examples, see below: