Support and ResistanceThis is a multi-timeframe indicator that lets you draw support and resistance lines based on the timeframe you choose. This means you can place daily support and resistance levels on lower timeframes such as the 1 minute timeframe. The cool thing about this indicator is that it uses the atr value, which is different from traditional support and resistance indicators that look at pivot points or zig zags to figure out where support and resistance lines should be placed. This one looks at pivot points to figure out where the atr should be first, then places lines in the upward and downward direction based on the atr value.
This means that you are able to see all future levels of support and resistance even if the price has never been at that level
Features:
1. MTF (Multi-timeframe) plotting. Allows you to plot resistance and support lines based on the daily timeframe you select. This means you can see major daily support and resistance levels on minor timeframes such as the 1 minute. These levels tend to act as stronger support and resistance levels compared to micro timeframe levels
2. Tells you future price levels. Since this indicator uses ATR indicator it shows you all future support and resistance levels where a ticker has never been
Inputs:
1. Timeframe: Select the timeframe you wish the indicator to be used on. My personal preference is the daily timeframe
2. Pivot Period: Changes the lines based on the pivot period you choose, I personally like the 5 pivot period
3. Lookback Period: How many bars should be taken into account, to determine ATR value and other calculations. Personally like the 150 bar lookback period, but if your trading extremely volatile tickers I suggest changing it to 50.
4. Line Closeness: This determines how far apart the lines are from each other. If it it set to 1 it means it will place each line 1 ATR value apart from each other. Lower the number closer the lines are to each other and vice versa
5. Number of lines plotted: This will change how many lines are plotted onto your chart. Default is 150, but if you want a lower amount 50 works as well
6. Show label: This just adds the number at which each line appears at
Errors:
1. Sometimes the lines won't show up, this is because there is not enough history for the indicator to take in. The standard amount of bars needed is 150, you can change it to 50 which sometimes works better for more violatile tickers.
Wsparcie i Opór
Universal logarithmic growth curves, with support and resistanceLogarithmic regression is used to model data where growth or decay accelerates rapidly at first and then slows over time. This model is for the long term series data (such as 10 years time span).
The user can consider entering the market when the price below 25% or 5% confidence and consider take profit when the price goes above 75% or 95% confidence line.
This script is:
- Designed to be usable in all tickers. (not only for bitcoin now!)
- Logarithmic regression and shows support-resistance level
- Shape of lines are all linear adjustable
- Height difference of levels and zones are customizable
- Support and resistance levels are highlighted
Input panel:
- Steps of drawing: Won't change it unless there are display problems.
- Resistance, support, other level color: self-explanatory.
- Stdev multipliers: A constant variable to adjust regression boundaries.
- Fib level N: Base on the relative position of top line and base line. If you don't want all fib levels, you might set all fib levels = 0.5.
- Linear lift up: vertically lift up the whole set of lines. By linear multiplication.
- Curvature constant: It is the base value of the exponential transform before converting it back to the chart and plotting it. A bigger base value will make a more upward curvy line.
FAQ:
Q: How to use it?
A: Click "Fx" in your chart then search this script to get it into your chart. Then right click the price axis, then select "Logarithmic" scale to show the curves probably.
Q: Why release this script?
A: - This script is intended to to fix the current issues of bitcoins growth curve script, and to provide a better version of the logarithmic curve, which is not only for bitcoin , but for all kinds of tickers.
- In the public library there is a hardcoded logarithmic growth curve by @quantadelic . But unfortunately that curve was hardcoded by his manual inputs, which makes the curve stop updating its value since 2019 the date he publish that code. Many users of that script love using it but they realize it was stop updating, many users out there based on @quantadelic version of "bitcoin logarithmic growth curves" and they tried their best to update the coordinates with their own hardcode input values. Eventually, a lot of redundant hardcoded "Bitcoin growth curve" scripts was born in the public library. Which is not a good thing.
Q: What about looking at the regression result with a log scale price axis?
A: You can use this script that I published in a year ago. This script display the result in a log scale price axis.
MILK (My Intraday Lazy Kit)I made this script to group information considered useful in forex day trading, of course it can be used on crypto or other markets.
First of all, feel free to suggest any improvement/new feature you would consider interesting for such an use. This is not especially a final version and I'm sure other relevant information can be added in this tool.
Current features are the following
An international clock showing time and session status (open/closed) for 5 different cities. You can modify it in parameters.
Drawings of previous days/weeks open/high/low/close prices, which will be often used as supports and resistances zones.
The Clock shows
City
Time (with a bgcolor corresponding to the "period" of the day (Morning, Afternoon, Evening, Night)
Session status (Cyan when the corresponding session is open, blue when it's closed)
Price levels names are
YTD-H : Yesterday's high
YTD-L : Yesterday's low
YTD-C : Yesterday's close
YTD-O : Yesterday's open
PWH : Previous week high
PWL : Previous week low
PWO : Previous week open
PWC : Previous week close
Levels width and colors can be modified.
You can also enable/disable the clock, and daily or weekly levels in the options panel.
Nothing more to say for now, I mainly integrated information I like to have, but I'll probably add new features in it if I get some.
EMA MTF PlusI like trading the 1 minute and 3 minutes time-frames. I'm what is commonly called a "scalper". Long term investments yes, I have some, but for trading, I don't have neither the time,
nor the patience to wait hours or days for my trade to be complete.
This doesn't mean I discount the higher time-frames, no, I actually rely heavily on them. I found that EMAs do a decent job as support/resistance, sometimes to a tick level of precision. And this is important for a 1 minute trader.
As such, I made this script that tracks the higher time-frames EMAs and displays the last value as a line.
I do not need the whole EMA, I'm not interested in crossovers or crossunders, these are anyway late signals for me.
What's with the triangles? These are local tops/bottoms , candles that have a have decent size of the wick. These tops and bottoms are by no means "final", they are merely a rejection at certain levels of price. Due to markets complexities (and human erratic behaviors hehe) these levels could be breached at the very next candle. For a more "final" version (nothing is really final but..) I added Schaff Trend Cycle as filter, so a triangle will pop only when a trend is mature enough ( STC with a value near 0 or near 100).
Colored bars. When the body of the candle is big, it shows strength. Strong bars tend to have follow through, especially when breaking key levels. The script looks at the body of the candle and compares it with ATR (Average True Range), if it's at least 0.8 of ATR it changes the bar color to yellow (bull candles) or fuchsia(bear candles).
Range identifier. This code is copied from Lazy Bear (if there are any issues please let me know), it's very useful in conjunction with colored bars.
I look for breakout candles that go outside of the range as a signal for a trade.
There are many ways in which this script can be useful, like trading mean reversions or momentum trades (breakouts) or simply trend following trades.
I hope you guys find it useful, you can play with default values and change them as you like, these are what I found to be working best for me and my trading universe (mostly crypto).
Special thanks for the original work of:
LazyBear
everget
Jim8080
Support and Resistance Based Off IndicatorsThis is a proof-of-concept indicator that combines several indicators to identify areas of support and resistance. This indicator is based on the theory that traders utilise a number of indicators to locate areas of support or resistance, such as moving averages, bollinger bands, fib levels, and so on. If the majority of indicators align at a given level, we know that the majority of traders will be seeking to buy in or sell at that level, but adding all of these indicators to your chart will take too much time and clutter your chart. With this indicator, you can see if your favorite indicators are in range of each other, and if they are, a box will be drawn showing the range that they are within
Please keep in mind that the indicator only supports MA, EMA, Bollinger Bands, Fib Levels, and VWAP with standard deviation. I intend to add a lot more indicators, but for now, this is simply a proof of concept indicator.
This is how it works:
This indicator use atr bands to determine whether or not other indicators are within range of one another. The user enters the ATR band range, and once that is done, the script finds the values of other indicators depending on the user's input and tests to see if they are inside the ATR band. If the indications align within the bands, a box is plotted. The colour of the box is determined by how many indicators line up within the same range, which can be changed with user input.
The user can also input if they would like to use that indicator or not, and input the timeframe it is on.
Notes:
This is only a proof of concept; I have many ambitions for this indicator, like adding other people's own indicators, cleaning up code, adding more functionality, and so on. Please let me know if you have any suggestions for additional indicators or if you have any comments. Also, given this took me months to create, I've opted to keep the code private for the time being, but I'd want to thank the Pine community for their assistance in making this indicator possible
TPRC - Time-based Price Range Channel [Free]You define a time range (hours and minutes) and based on this, the indicator draws the price range (high / low) as a channel in your chart - projected into the future and, if desired, also for past days. You are completely free to choose the time range and NOT limited to trading sessions.
In addition, further lines are drawn below / above the price range channel at a distance that you can define (based on the price range).
These lines can serve as target levels, support and resistance lines.
What functions does this free version of the indicator offer?
Selection of the time range for which a price range is to be determined and based on this a price range channel is to be created
Display of 3 additional lines above / below the price range channel
Distance between the lines: height of the price range
Display of the price range channels for the past 3 days as well as for the current day.
Lines are shown in gray
For the past days, only those lines are displayed that are required due to the distance to the price. This will make your chart cleaner.
(Details about the premium version can be found on TradingView: )
How can this indicator be used?
The time-based price range channel and the additional lines can serve as support and resistance lines.
Whether you are enthusiastic about scalping, swing trading or another type of trading,… “TPRC - Time-based Price Range Channel” could therefore support you. Try it out. I want to invite you to experiment and thereby adapt “TPRC” to your own way of trading.
Due to the free choice with regard to the time span, for example “opening range (break-out)” strategies and the like are conceivable. Much has been written or published as a video on the subjects of "Price Range Trading", "Range Trading", "Opening Range Breakout Trading" and the like. Research on this is recommended to every interested trader. I would be happy to provide a list of interesting articles on this topic - just send me a short message.
Due to the implementation and the functions, the focus is definitely on intraday trading strategies.
For which timeframe is this indicator intended?
This indicator was developed for Chart Time Intervals between 1 and 120 minutes, whereby the following Chart Time Intervals have proven themselves and successfully withstand tests: 1, 2, 5, 10, 15, 30, 60, 90
What do I need to consider?
It may be advisable to add further indicators and an analysis of the market structure in order to confirm the signals issued by the indicator. Please note that when you make adjustments to any strategy, you always carry out particularly detailed tests.
Will this indicator be further developed and will I receive free updates?
All my indicators are of course constantly updated and, if possible and with the aim of the indicator justifiable, supplemented by user requests.
An example of the use of this indicator (here with the premium version)
#revision: dv699
Simple RTG Trading Tool - Up or Down Simple RTG Trend Up or Down Indicator.
Is the price going up or down? This indicator can help you quickly see which direction the price is going. The lines are based on major resistance and support pivot levels on your timeframe.
Some information:
Price trending up = Green line on the top with red line on the bottom.
Price trending down = Red line on the top with green line on the bottom.
Within these lines price could shockwave before deciding on the next major move.
Quick moves are likely to happen outside of these lines, above or below.
Note I'm a student of Kazonomics so if you want to learn how to trade, I highly recommend learning from Kazonomics.
SMART4TRADER - BREAKOUTThis indicator shows the breakthrough of extremes for the selected period. The default period is set = 3
The indicator checks on the current bar whether the maximum or minimum prices for the selected period are broken
----------------
Данный индикатор показывает прорыв экстремумов за выбранный период. По-умолчанию выставлен период = 3
Индикатор проверяет на текущем баре пробиты ли максимальные или минимальные значения цен за выбранный период
Auto TrendLines and Support Resistance - Ultimate [Trendoscope]Have been working on this script from sometime. Thought it would be right time to publish this now :)
This is enhanced and combined version of two open source scripts.
Auto-TrendLines-HeWhoMustNotBeNamed
Divergence-Support-Resistence
⬜ Major Enhancements to open source
▶ Concept of drawing trendlines remains same. But, logic has been altered to allow considering existing trendlines before scanning new one and also finding the strongest of all.
▶ Strength of trendlines now takes more factors into consideration such as weightage of each candles from two points with respect to a given trendline.
▶ Angle of the trendlines are calculated and considered for determination of overall trend.
▶ Trendlines come with invalidation point and trend definition also can be based on single trendline instead of multiple ones.
▶ Improved divergence and based support/resistance calculations which yield less but more significant levels.
⬜ Components
Below are the summary of indicator components
⚪ Trend Lines Summary Widget
This can have up-to 4 types of trend lines.
Uptrend Lower pivot based
Uptrend Higher pivot based
Downtrend Lower pivot based
Downtrend Higher pivot based
Direction of the lines dependent on slope of the trend as well. If angle is not steep, the trend lines are considered as neutral. Meanwhile, trend lines which are too steep are also ignored. Angle calculation depends on the ATR and Angle loopback input parameters which can be altered. Also TrendLines with negative Line strength or formed way too back are ignored based on the settings. Hence, it is perfectly normal to have less than 4 trend lines on charts at times.
⚪ S/R Summary Widget
This widget has been used in other indicators. Notations are same though there are logical improvements to derive only the high impact levels.
⬜ Settings
⚪ Trend Detection Settings
These are the settings used for scanning the trend lines. Summary of these settings are as below:
⚪ Pattern Detection Settings
The pattern detection settings help identify overall trend pattern and status based on the combination of higher and lower pivot trend lines.
Important bit here is the Sort Order which impacts the identification of overall trend. Available types are:
Distance : Sort based on distance from close price
LineStrength : Sort based on line strength of the trend line
Latest : Sort based on when the trend lines are formed.
⚪ Support/Resistance Settings
Base settings for calculating divergence based Support/Resistance.
⚪ Widgets
Widgets settings allow users to control display of Trend Lines and S/R summary widgets.
⚪ Alerts
Below are the settings for configuring alerts.
Alerts are formatted in Json for easier consumption via web-hook.
Volume-based Support & Resistance ZonesThe new and improved Support & Resistance Zones indicator is here. This indicator is based on high volume at fractal lows or fractal highs with the zones based on the size of the wick for that timeframe’s candle.
This helps traders visualize which price levels are of the most significance for either reversals or continuation of the trend when zones are broken and then re-tested.
Original script is thanks to synapticex and additional modifications is thanks to Lij_MC. Credit to both of them for most of the logic behind this script.
Since then I have made many changes to this script as noted below:
Changed default S/R lines from plots to lines, and gave option to user to change between solid line, dashed line, or dotted line for both S/R lines.
Added additional time frame and gave more TF options for TF1 other than current TF. Now you will have 4 time frames to plot S/R zones from.
Gave user option to easily change line thickness for all S/R lines.
Made it easier to change colors of S/R lines and zones by consolidating the options under settings (rather than under style).
Added extensions to active SR Zones to extend all the way right.
Added option to extend or not extend the previous S/R zones up to next S/R zone.
Added optional time frame labels to active S/R zones, with left and right options as well as option to adjust how far to the right label is set.
Fixed issue where the higher time frame S/R zone was not properly starting from the high/low of fractal. Now any higher time frame S/R will begin exactly at the High/Low points. Note that this may not work perfectly on stocks and if a fractal high/low is too many bars in the past, it will revert to a default max bars back to avoid script errors.
Added to script a function that will prevent S/R zones from lower time frames displaying while on a higher time frame. This helps clean up the chart quite a bit.
Created arrays for each time frame's boxes and lines so that the number of S/R zones can be controlled for each time frame and limit memory consumption.
New alert options added and customized alert messages.
- The way this indicator works is it looks for fractal highs or fractal lows with volume that pierces above the volume's Moving Average. This moving average value can be modified in the settings for each time frame.
- The fractal highs will be confirmed with 3 successive higher highs followed by 2 successive lower highs and vice versa for the fractal lows.
- The zone is created from the fractal high/low and the close of the candle for whatever time frame you selected. The bigger the zone, the more significant that zone is.
- You can disable any zone, change the zones to show lines only, and modify all the colors, transparencies, and thickness of lines for all the zones.
- To create alerts, you first want to enable the types of alerts you want for each time frame in the indicator's settings. Then after you apply changes, right click on one of the zones on the chart, and click "Add Alert on Vol S/R Zones". You do not need to add a title as the correct alert messages are already built-in.
- More changes will be coming in the future!
I hope you find this indicator useful, if so please give it a thumbs up!
If you have any suggestions or features you would like to see, just let me know in the comment section. Thanks and enjoy!
Support Resistance Zones using confluence & Std. DeviationOverview:
This indicator takes (interactive) input from the user for support and resistance levels and plots important zones considering the other confluence levels in the indicator.
Working of indicator:
This indicator takes six input of Support/resistance level form the user
It has following 32 confluence levels
a.4 Recent positive Divergence levels (DN1, DN2, DN3, DN4)
b.4 recent negative divergence levels (DP1, DP2, DP3, DP4)
d.5 Fibonacci levels (Fib0, Fib236, Fib5, Fib618, Fib786)
e. 7 Pivot levels (P, PR1, PR2, PR3, PS1, PS2, PS3)
f.4 EMAs (E20, E200, E100, E50)
g. ATH, ATL, Weekly High, Weekly Low, two days ago high, two days ago low, previous day high , previous day low
The code checks nearest ‘n’ CONFLUENCE for each level (“Number of confluences to check”) in the indicator, after getting the nearest confluence it calculates the standard deviation of those levels WITH RESPECT TO THE MANUAL INPUT LEVELS.
If the Std. Deviation is less than the input value (“Minimum standard deviation” option) then the zone is displayed on the chart.
How to use:
Add the indicator on the chart select your important support and resistance levels.
Set standard deviation, if the confluence is less than the input standard deviation then you will see those zones on the chart.
You can display all divergence levels; you can display all fib levels. All confluences can be displayed by using the setting of the indicator
How to read the indicator values:
The zone will show all the confluence it has in its zone,
Example:
Table details:
The table shows the maximum and minimum deviation out of all six levels .To see at least one zone you have to make sure that Input value Std. Deviation must be greater than Min Std. Deviation of the table
Sources & refences :
Big thank to www.pinecoders.com and kodify.net
Standard deviation :
www.investopedia.com
function to find 'k' closest elements :
www.techiedelight.com
Interactive support resistance :
Divergence for many indicators:
Auto fib level by DGT:
www.tradingview.com
ZigZag OrderBlock Retracement█ INTRODUCTION
What is an OrderBlock? It is simply Price where Banks (or Large Financial Entities) have Bought or Sold heavily (Support or Resistance Institutional Zone).
Our job as a trader is to monitor what the Banks and/or Large Investors are doing then patiently wait and have the opportunity to surf in their direction.
Large Financial Entities Buy during Price drops to get the best purchase Price. The Bank are acting a bit like us in our everyday life,
When we want Buying something, we always try to Buy it at the best price. And when we Sell, take the example of a used Car, we will systematically
try to Sell it at the highest possible Price. The Price of convertible Cars goes down during the Winter and goes up during the Summer.
So to make the best operation, if you Buy a second-hand convertible you will prefer to Buy it during the Winter and Sell it immediately in the Summer
and not Vice versa. So the way Large Institution act is exactly the same, it will expect the Price to Buy the fall and they will wait until
the Price rises in order to Sell. This is how the Profits will be made. The mistake that many Traders makes when they Trade emotionally is to act
in the opposite way of what they will do in everyday life. When we trade emotionally, we see the Price fall, instead of Buying while the Price drops we Sell.
In a similar emotional based act when the Price goes up we Buy, while when the Price goes up it's the best opportunity to Sell. So all the big moves
that you can watch on your different Instruments are the result of Banks or other Large Financial Entities. As Individuals, we do not have the necessary
“Strike Force” to create this type of movement. However, it is important to note that when Banks or Large Entities create this type of movement,
they do so despite theirs willing, they would love to be able to hide but luckily for us they can’t. When Billions of Dollars are Invested in Trades,
the effect can’t be concealed and as a result we will observe the impact on the market then as an Individual we’ll be able to see that on our Charts.
There are many ways to locate these areas of interest. But as they say, all roads lead to Rome. The purpose remains the Price Study
and in particular the movements of strong amplitude on the Chart. Large Financial Entities will keep acting in the same Price areas, Or at least we can say
that there's a high probability for them to intervene in these zones. Therefore, rather than chasing the Price moves and then to endure a counter move,
we will patiently wait until the Price returns to these areas on the basis that Banks and, or Large Entities will accumulate on their Positions
and are going to Sell and Buy in the same Price areas. Keep in mind that this logic works no matter what TimeFrame is used. However when the have Analysis
on Small TimeFrame (between M15 and H1) will make the movements observed between 20 and 50 Pips. Whereas if we look at H4 or Daily,
we can really see movements of 100 or even 200 Pips.
█ OVERVIEW
The ZigZag Indicator is used to illustrate Trend Lines without taking into account intermediate Retracements.
In a way, it allows you to get to the point by giving a simplified view of the evolution of Prices by eliminating "parasitic" movements, and thus to Position
and unwind Positions at the appropriate times. It is part of the category of Trend Indicators. We will simply define a Level of Price variation below which
they will not be taken into account by the indicator. This will eliminate all minor fluctuations, depending on the desired sensitivity.
The Indicator can only have 2 directions, Up or Down. For example, setting the Indicator to 5% (ZigZag Length ) will eliminate all variations below 5%.
If the Trend is Bullish and the Indicator therefore oriented in the same direction, Prices will have to fall by at least 5% for the direction
of the ZigZag to reverse Downward. Why using ZigZag to search for our OrderBlock? ZigZag makes it possible to clearly identify the current Trend as well
as significant Reversals and therefore have a much clearer vision of the actions carried out by Banks / Large Entities. However, it is drawn up
a posteriori and therefore does not make it possible to predict the evolution of Prices. The turning points are Indicated with a delay proportional
to the chosen sensitivity. The indicator calculates the Lowest Price over the given Period and eliminates Prices that are below the minimum requested
Array Size. Then, it calculates the Highest Price over the given Period and eliminates the Prices that are below the minimum requested Array Size.
Finally, it draws the Trend Line that connects the High and Low points determined previously and use the sum of the two to determinate the Range area.
█ HOW TO INTERPRET?
• The Indicator creates Lines that demonstrate past Retracements and current Pivots Levels to get a clearer view of the next Retracement area
using the Lines from the Last High and Low Pivots to determine which Take-Profit or Stop-Loss set.
• The "OrderBlocks" are detected based on the Pivots founds. You can display the Prices and use theses to help you set your Take-Profit during Retracement.
• Possibility to display the Levels of detected Pivots point. This can permit to dispense with the use of Elliot Waves or the use of a Fibonacci.
• Donchian ZigZag Channels to be sure to always have seen the extremities of the Top, Bottom and Range area.
• The ZigZag Length is set to 5 by default. You will have to adjust it according to selected TimeFrame or Financial Instrument used.
• The ZigZag has 3 adjustable colors:
-Green = Bullish Trend
-Red = Bearish Trend
-Orange = Range Zone
It is not advisable to enter Position when the ZigZag color indicates a Range Zone.
- OrderBlocks
- ZigZag + Pivots Point
- Donchian ZigZag Channel
█ ALERTS
Following the request of many users on our other script concerning the late arrival of Alerts for detected OrderBlocks (on Institutional OrderBlock Pressure), we fixed this problem here with the arrival INSTAN and CONFIRM ALERTS .
█ NOTES
- This script is not beginner's Level and is intended for Traders with advanced knowledge of ZigZag and the work of Michael j. Huddleston on the OrderBlocks.
Good Trade everyone and remember, risk management remains the most important!
Waves + ZOOnesTrend visualization tool in Wave theory. Unlike Elliot waves, it has a constant pattern length. The formation consists of impulse and 3 corrections.
The script analyzes candle relationships in the currect trend, trend will be continueted until candle are not breaking trend rules.
Currently it supports 2 rulesets/wave variants:
Low - More sensitive (trend will change more ofter).
Meddium - Less sensitive ( trend will change less ofter).
Simultaneous observation of both types allows to detect consolidation before the overlapping movement and increase the probability of indicating the moment of the movement occurrence.
Script with limited access, contact author to get authorization
Features:
- Show Low and Middle type/order waves
- Show support/resistance areas for the Low and Middle type/order waves.
- Types for waves and support areas are picked independently. Script can show Middle Waves with Low Waves support areas.
- Shadow mode that show second wave moved to the wave max/min bars.
- Show historical support/resistance areas that are not valid any more.
Script settings:
Trend type - You can switch what kind of waves should be drawn.
ImpulsMode - Picking graphical reprezentation of first bullish arrow.
Line width - With of drawn line. Separate setting for Low and Medium trend type.
Impuls - Color of the first bullish arrow.
Correction - Color for other arrows.
Trend shadow - Showing second reprezentation of the trend with drawing with the use of minimal and maximal values. It's usefull to determine the delay between the peak and a wave change signal.
ZOOnes type - Determines what type of trend is used to designate areas of support.
Only nearest zones - Drawing only one nearest zone above and below current price.
Only nearest potencial zones - Drawing only one nearest potencial zone above and below current price.
Show history - Showing zones in historical data
Zone precision - Determines how many bars are included in area calculation.
Alerts:
Low trend DOWN - When Low trend type is changing from UP to DOWN
Low trend UP - When Low trend type is changing from DOWN to UP
middle trend DOWN - When Middle trend type is changing from UP to DOWN
middle trend UP - When Middle trend type is changing from DOWN to UP
middle trend from ZOOnes DOWN - When Middle trend type is changing from UP to DOWN after hiting resistance area .
middle trend from ZOOnes UP = When Middle trend type is changing from DOWN to UP after hiting support area .
Troubleshooting:
In case of any problems, send error details to the author of the script.
Pythagorean Means of Moving AveragesDESCRIPTION
Pythagorean Means of Moving Averages
1. Calculates a set of moving averages for high, low, close, open and typical prices, each at multiple periods.
Period values follow the Fibonacci sequence.
The "short" set includes moving average having the following periods: 5, 8, 13, 21, 34, 55, 89, 144, 233, 377.
The "mid" set includes moving average having the following periods: 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597.
The "long" set includes moving average having the following periods: 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181.
2. User selects the type of moving average: SMA, EMA, HMA, RMA, WMA, VWMA.
3. Calculates the mean of each set of moving averages.
4. User selects the type of mean to be calculated: 1) arithmetic, 2) geometric, 3) harmonic, 4) quadratic, 5) cubic. Multiple mean calculations may be displayed simultaneously, allowing for comparison.
5. Plots the mean for high, low, close, open, and typical prices.
6. User selects which plots to display: 1) high and low prices, 2) close prices, 3) open prices, and/or 4) typical prices.
7. Calculates and plots a vertical deviation from an origin mean--the mean from which the deviation is measured.
8. Deviation = origin mean x a x b^(x/y)/c.
9. User selects the deviation origin mean: 1) high and low prices plot, 2) close prices plot, or 3) typical prices plot.
10. User defines deviation variables a, b, c, x and y.
Examples of deviation:
a) Percent of the mean = 1.414213562 = 2^(1/2) = Pythagoras's constant (default).
b) Percent of the mean = 0.7071067812 = = = sin 45˚ = cos 45˚.
11. Displaces the plots horizontally +/- by a user defined number of periods.
PURPOSE
1. Identify price trends and potential levels of support and resistance.
CREDITS
1. "Fibonacci Moving Average" by Sofien Kaabar: two plots, each an arithmetic mean of EMAs of 1) high prices and 2) low prices, with periods 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181.
2. "Solarized" color scheme by Ethan Schoonover.
Daily Weekly Monthly Yearly OpensThis indicator draws key level lines such as daily open, weekly open, monthly open, yearly open, previous daily open, previous weekly open, previous monthly open, previous yearly open, monday daily high and monday daily low to chart. This lines can act either support or resistance but it is just possibility. This lines will help you to find buy and sell places.
Degree Gann NumbersThe script plots numbers from Cardinal & Ordinal lines of Gann square of 9 for a given range. Inputs required are the degree of cardinal or Ordinal line & Range Min & Max Number.
For example, if we want to plot 45-225-degree Ordinal line numbers from Gann square of 9, on the chart for a range of 50 to 600, Input for the degree will be 45 & Range Min =50 / Range Max = 600
if we want to plot 90-270-degree Cardinal line numbers on the chart for a range of 50 to 600, Input for the degree will be 90 & Range Min =50 / Range Max = 600
RT - GANNGann relied heavily on geometrical and numerical relationships
and created several tools to help with his work. Among these
tools are the Square of Nine, Square of 144, and the Hexagon.
The Square of Nine, or Square as we will refer to here, can be
constructed in at least two ways. The static Square has the
number 1 at the center and the dynamic Square has the historic
low of the time series in the center.
EVERY 1 HOUR GANN CHANGE THE LAVELS ,ITS BASED ON CLOSE PRICE
Monthly/Weekly/Daily/High and LowsSimple script that marks the prior month/week/day highs and lows for finding key levels.
Plot Real Open and Close - SamXI built this indicator as a personal request from a friend. He often trades using Heiken Ashi charts, but wanted a way to easily cross-reference real-price open and close values for the same timeframe on the same chart (as HA candles are by design lagging, they can take a few periods to catch up to a large move). This can also be used to help guide support and resistance zones using real-price data points should you so choose.
There are 2 major ways to configure this indicator to display real-price open and close:
As a Bar or Hollow Candle style chart overlay
As on-chart shapes (allowing individual control over which data to show - open, close, or both)
Multi Trend Tool - SonarlabVersion 1 (releasing new updates every 2 weeks
The Sonarlab Liquid Script included a lot of indicators at once, so you have all the tools you need in hand reach.
Features:
01_ Revision Band (Reversal Cloud)
The reversal cloud can be used for many options. These zones can be great areas to take profit or find early entries to use alongside the confirmation or contrarian signals.
02_Supply & Demand Levels / Imbalances (still need some improvement)
The driving force behind changes in price is supply and demand. When there are more buyers than sellers, the market price will move up. Conversely, when there are more sellers than buyers, the market price will move down. When buyers and sellers are more or less even, the market will range. Know where the world’s biggest buyers & sellers are entering and exiting their trades, so you can too.
03_Support and Resistance (Multi Timeframe)
04_Trading Dashboard
Get a quick overview of the current market situation.
- Multi Timeframe Trend Structures
- Volatility %
- Trend Strength %
- Directional Bias: Strong/ Weak/ Neutral
- Trading Sessions
05_Imbalances
See Imbalances within a wink of an eye. Draw them out and make better decisions using those zones (those zones needs to be filled.)
06_Filter options
Filter the signals with Moving averages or with a second trend structure
07_Trend Lines
08_Pivot Highs and Lows
09_Alerts
Even the option to automate the signals true 3Commas (Please wait for our Strategy version of this indicator before using this function).
10_Reduce Risk/ Exit Points
Grey circles on the chart
A lot of things can be changed and customize as you want. You can change/set:
- Colors of Body and Top/Bottom Wicks separately
- Moving Average Values
- Supply and demand values
- Trend Line values
- Colors of the shapes
Sonarlab can be adjusted To All Trading Styles to simply create your own, unique trading strategies around this Powerful Indicator.
Support
For questions, you can reach out on discord or send us a private message on Tradingview or discord group.
We kindly suggest you to test this indicator out on a demo account first.
Donchian SARCombination of Donchian channels and sar. The donchian channels provides simple and easy data of support and resistances and SAR tells the price trend
Demand and Supply zone Master Indicator without AlertThe Demand and Supply Zone indicator helps to identify the valid demand and supply zones by removing the played out zones. This indicator looks for all patterns , Rally-Base-Rally and Drop-Base-Rally mark the zone as "DZ". Same way with pattern Drop-Base-Drop and Rally-Base-Drop it will mark "SZ".
The indicator is fully customizable as per your trading style.
What does the Indicator do ?
Normal = Aggressive Trader
Strong = Conservative Trader
V Strong = V Conservative Trader
Based on Trading style one can choose the option available. Default gives the best result.
1. Explosive candle Range : One can choose explosive candle range.
2. Basing Candle Range : One Can Choose Basing candle range.
3. Normal Candle Range : One can choose the normal candle range.
4. Legout Strength : One can customize the Legout Strength.
5. Demand and Supply zone version :
High - Low = Most traders use the high and low of the basing for calculating their zone.
Body - Low = Body (Base candle body high for demand zone and Body low for supply zone ). Normally beginner ( Conservative trader ) uses this option.
Continuous base = 1 to 10 : Based on the requirement one can use the number of basing candle.
max normal = 2 to 10 : Based on the requirement one can use the number of normal candle.
min normal = 1 to 10 : Min one to form the zone.
Line width = 1 to 5
MaxTouches = One can set the number of times the price visits the zone. 1 for Conservative trader and 3 for aggressive trader. Once the price touches the zone more than the given input, lines get deleted. Also if the price is grater that the zone value, line deletes.
Bar Lookback = How many bars to look back to check the strength of the candle. Default gives the best result.
Max Demand and Supply zones and Show all active Demand and Supply zones = One can visually see played out ( violated ) zones by unticking the Active zones option.
MaxActiveDemand and Sell Zone : One can have max number of active Demand and Supply Zones on Chart. This option looks chart clean.
Double SupertrendThis strategy is based on a custom indicator that was created based on the Supertrend indicator. At its core, there are always 2 super trend indicators with different factors to reduce market noise (false signals).
The strategy/indicator has some parameters to improve the signals and filters.
TECHNICAL ANALYSIS
☑ Show Indicators
This option will enable/disable the Supertrend indicators on the chart.
☑ Length
The length will be used on the Supertrend Indicator to calculate its values.
☑ Dev Fast
The fast deviation or factor from one of the super trend indicators. This will be the leading indicator for entry signals, as well as for the exit signals.
☑ Dev Slow
The slow deviation or factor from one of the super trend indicators. This will be the confirmation indicator for entry and exit signals.
☑ Exit Type
It's possible to select from 4 options for the exit signals. Exit signals always take profit target.
☑ ⥹ Reversals
This option will make the strategy/indicator calculate the exit signals based on the difference between the given period's highest and lowest candle value (see Period on this list). It's displayed on the chart with the cross. As it's possible to verify in the image below, there are multiple exit spots for every entry.
☑ ⥹ ATR
Using ATR as a base indicator for exit signals will make the strategy/indicator place limit/stop orders. Candle High + ATR for longs, Candle Low - ATR for shorts. The strategy will show the ATR level for take profit and stick with it until the next signal. This way, the take profit value remains based on the candle of the entry signal.
☑ ⥹ Fast Supertrend
With this option selected, the exit signals will be based on the Fast Supertsignal value, mirrored to make a profit.
☑ ⥹ Slow Supertrend
With this option selected, the exit signals will be based on the Slow Supertsignal value, which is mirrored to take profit.
☑ Period
This will represent the number of candles used on the exit signals when Reversals is selected as Exit Type. It's also used to calculate the gradient used on the Fills and Supertrend signals.
☑ Multiplier
It's used on the take profit when the ATR option is selected on the Exit Type.
STRATEGY
☑ Use The Strategy
This will enable/disable the strategy to show the trades calculations.
☑ Show Use Long/Short Entries
Option to make the strategy show/use Long or Short signals. Available only if Use The Strategy is enabled
☑ Show Use Exit Long/Short
Option to make the strategy show/use Exit Long or Short signals (valid when Reversals option is selected on the Exit Type). Available only if Use The Strategy is enabled
☑ Show Use Add Long/Short
Option to make the strategy show/use Add Long or Short signals. With this option enabled, the strategy will place multiple trades in the same direction, almost the same concept as a pyramiding parameter. It's based on the Fast Supersignal when the candle fails to cross and reverses. Available only if Use The Strategy is enabled
☑ Trades Date Start/End
The date range that the strategy will check the market data and make the trades
HOW TO USE
It's very straightforward. A long signal will appear as a green arrow with a text Long below it. A short signal will appear as a red arrow with a text Short above it. It's ideal to wait for the candle to finish to validate the signal.
The exit signals are optional but give a good idea of the configuration used when backtesting. Each market and timeframe will have its own configuration for the best results. On average, sticking to ATR as an exit signal will have less risk than the other options.
☑ Entry Signals
Follow the arrows with Long/Short texts on them. Wait for the signal candle to close to validate the entry.
☑ Exit Signals
Use them to close your position or to trail stop your orders and maximize profits. Select the exit type suitable for each timeframe and market
☑ Add Entries
It's possible to increase the position following the add margin/contracts based on the Add signals. Not mandatory, but may work as reentries or late entries using the same signal.
☑ What about Stop Loss?
The stop-loss levels were not included as a separated signal because it's already in the chart. There are some possible ideas for the stop loss:
☑⥹ Candle High/Low (2nd recommend option)
When it's a Long signal from the entry signal candle, the stop loss can be the Low value of the same candle. Very tight stop loss in some cases, depending on the candle range
☑⥹ Local Top/Bottom
Selecting the local top/bottom as stop loss will give the strategy more room for false breakouts or reversals, keeping the trade open and minimizing noises. Increases the risk
☑⥹ Fast Supertrend (1st recommend option)
The fast supertrend can be used as stop-loss as well. making it a moving level and working close to trail stop management
☑⥹ Fixed Percentage
It's possible to use a fixed risk percentage for the trades, making the risk easier to control and project. Since the market volatility is not fixed, this may affect the accuracy of the trades
☑⥹ Based on the ATR (3rd recommend option)
When the exit type option ATR is selected, it will display the take profit level for that entry. Just mirror that value and put it as stop-loss, or multiply that amount by 1.5 to have more room for market noise.
EXAMPLE CONFIGURATIONS
Here are some configuration ideas for some markets (all of them are from crypto, especially futures markets)
BTCUSDT 15min - Default configuration
BTCUSDT 1h - Length 10 | Dev Fast 3 | Dev Slow 4 | Exit Type ATR | Period 50 | Multiplier 1
BTCUSDT 4h - Length 10 | Dev Fast 2 | Dev Slow 4 | Exit Type ATR | Period 50 | Multiplier 1
ETHUSDT 15min - Length 20 | Dev Fast 1 | Dev Slow 3 | Exit Type Fast Supertrend | Period 50 | Multiplier 1
IOTAUSDT 15min - Length 10 | Dev Fast 1 | Dev Slow 2 | Exit Type Slow Supertrend | Period 50 | Multiplier 1
OMGUSDT 15min - Length 10 | Dev Fast 1 | Dev Slow 4 | Exit Type Slow Supertrend | Period 50 | Multiplier 1
VETUSDT 15min - Length 10 | Dev Fast 3 | Dev Slow 4 | Exit Type Slow Supertrend | Period 50 | Multiplier 1
HOW TO FIND OTHER CONFIGURATIONS
Here are some steps to find suitable configurations
select a market and time frame
enable the Use This Strategy option on the strategy
open the strategy tester panel and select the performance summary
open the strategy configuration and go to properties
change the balance to the same price of the symbol (example: BTCUSDT 60.000, use 60.000 as balance)
go back to the inputs tab and keep changing the parameters until you see the net profit be positive and bigger than the absolute value of the drawdown
in case you can't find a suitable configuration, try other timeframes
Since the tester reflects what happened in the past candles, it's not guaranteed to give the same results. However, this indicator/Strategy can be used with other indicators as a leading signal or confirmation signal.