4C Daily Levels Suite + Premarket High/LowThis '4C Daily Levels Suite + Premarket High/Low' indicator is a clean way to automatically plot important daily levels including:
Prior Day High
Prior Day Low
Prior Day Close
50% level between Prior High/Low
Today's Open
Today's Premarket Low+High
This Daily Levels indicator is unique in its ability to:
-Plot all of the daily level PLUS premarket high/low levels (extended hours must be turned ON)
-Can hide past days levels, only plotting levels on the current day, to keep chart cleaner
-Can extend line levels right or fullscreen
-Plots the level price at each level on the chart
-Can show/hide price levels labels
-Can add supplemental premarket levels plot to show levels being formed during the premarket time period
-Coded with line.new vs plot so dashed lines are available as a style
-Automatically hides the indicator if the timeframe selected is Daily or greater
SEE SCREENSHOT EXAMPLES BELOW
Default mode, with extended hours showing:
With supplemental premarket plot showing:
Default mode without extended hours showing:
Showing past day’s levels
Extend lines to fullscreen
Some parts of this code were adapted from 'pd Levels' by CryptoCurl
Support et Résistance
Triple Supertrend with EMA and ADX strategyPublishing a strategy that includes adx and ema filter as well
Entry: all three Supertrend turns positive. If a filter of ADX and EMA is applied, also check if ADX is above the selected level and close is above EMA
Exit: when the first supertrend turns negative
opposite for short entries
A FIlter is given to take or avoid re-enter on the same side. For example, After a long exit, if the entry condition is satisfied again for long before the short single is triggered it takes re-entry if selected.
Wurucututu's Daily/Weekly/Monthly HLOCThis script draws the High/Low range for a daily, weekly, or monthly periods. By default is set to weekly.
Also it draws the open and close for each period, painting it in red if open greater than close, and green otherwise.
You can forward shift ranges to see how current price action interacts with ranges from past periods. By default this is set to zero.
For instance, here is the interaction of current week with previous week range (i.e. a 1 week shift forward).
And here is a 7 month shift forward.
CCI Swing and resistance [zavaUnni] The candles you see on this indicator is the value open price, closing price, high, and low is converted to a selected index value.
Select from selectable settings: rsi , cci , mfi , or stochstic
The default indicator is set to cci .
O_ = ta. cci (open,i_length)
H_ = ta. cci (high,i_length)
L_ = ta. cci (low,i_length)
C_ = ta. cci (close,i_length)
Like the close, open, high, low price, the MA value is converted to the selected index and displayed as a yellow line
short_A = ta. sma (close, short_lenA)
short = ta. cci (short_A,i_length2)
The MA length can be converted from the set value and is defaulted to 5 days.
If C_ is above short, it looks like a teal color, and if C_ is below, it looks like a red color.
-High and low -
When the selected index reaches the oversold value, it finds a high value, and when it reaches the oversold value, it finds a low value.
Oversold and overbought values can be changed in the setting, and the default setting is 100 and -100.
The default setting is recommended unless otherwise noted.
The method of finding the low value is to find the lowest value (var) when the index crosses from 100 to reach -100, until it rises to 100.
The same is true of finding high values.
It was marked with a teal color when going from oversold to oversold, and red color when going down from oversold to oversold.
-os, ob and resistances-
The bar at the top and bottom of the index shows resistance, over-buying, and over-selling values
Over-buying and over-selling values are hidden, so you can change them to be seen if necessary.
1. The volume is large, but if the change rate of candlestic(spred_rate) is not large, resistance has occurred.
2. If thespred_rate is excessively large compared to the volume , oversold or oversold occurs.
Based on the above two basic theories, we created the following formula to derive the strength of the resistance.
Resistance Index = spred_rate / volume
We find the average value of the resistance Index,
If the spred_rate is higher than the predicted value, it is oversold or oversold.
If the spred_rate value is lower than the predicted value, the resistance was derived as the issuance signal.
The larger the deviation from the predicted value, the higher the saturation.
The presence of bright red can be seen as a result of greater resistance.
The same goes for over-buying and over-selling prices
The brighter the gray, the more spread without trading volume , and it can be judged that it is not a true bull or a true bear.
Bounce Manager S/RThis script is based on the bounce manager ATR script
The S/R script is made for manual input of horizontal S/R lines, the script will then see if price respects these levels by the parameters you input in settings panel. On a respectable bounce it will print buy/sell arrows. The script also has functionality to send alerts, this is helpful if you want to automate S/R lines.
An easy strategy to use would be the one you see in the preview using a grid of round numbers. This script in no way shape or form promises easy gains and like all algorithms should be forward tested on a paper trading account before using real money.
components:
- Max violation: When price moves past this the script will no longer look for entry until a new trend has been established. The line can also be used as a stop loss.
- Confirmation line: When price touches the line during a trend it
will wait to cross over this line to confirm a reaction from the line.
- Min past distance: A trend filtering system, this is a distance from
the line price has to break to confirm trend direction.
- Stop loss: This can be set to a percentage distance from the low after
bounce. Or it can be set to the max violation line
- Take profit: This can be a fixed take profit target or a risk to reward
based take profit. With risk to reward it will multiply the stop loss
distance by the input and use that to create target (green cross)
- ATR based or % based: there are 2 versions of the script, one for strict
percentage based logic and another one based on ATR values
Part of the Honest Algo service.
Support/Resistance DBSCANHello, my friends. This is a new version of the support and resistance indicator implemented by the fast clustering algorithm DBSCAN
(1) Indicator description
The indicator clusters key top and bottom points in the historical K-line to find support and resistance areas with a high probability of occurrence
The clustering algorithm used for this indicator is the density-based fast clustering algorithm DBSCAN
The minimum unit of support and resistance found by this indicator is the core region, i.e., the key top and bottom points that frequently occur within a certain price range
Core regions may be superimposed on the chart. The more they are superimposed, the stronger possibility of support and resistance
The clustering algorithm does not work for all markets, so you need to adjust the parameters to suit different markets and timeframe
(2) Key parameters
- Support/Resistance Clustering
Pivot Lookback Period: Number of K-lines to look back left/right from the pivot top/bottom
Max of Lookback Forward: The maximum number of historical K-lines
Min Strength of Clustering Core: Minimum strength of the clustered core region, the higher the strength, the smaller the core region
Min Points of Clustering Core: Minimum number of clustering points in the core region of clustering
(3) Script description
Due to some circumstances that I don't want to see, subsequent scripts will not be open source, but you can still use the script for free. Thanks for your understanding and support!
If you have any suggestions or comments about the script, please feel free to leave your comments!
Happy trading, and enjoy your life!
————————————————————————————————————————
各位朋友大家好,这是一个全新的基于快速聚类算法DBSCAN的支撑压力位指标
(1) 指标说明
该指标通过对历史K线中的关键顶底点进行聚类,查找大概率出现的支撑和压力区间
该指标采用的聚类算法为基于密度的快速聚类算法 DBSCAN
该指标找到的支撑压力的最小单位为核心区间,即在一定价格范围内频繁出现的关键顶底点
核心区间可能会在图表上叠加,叠加越多,支持和压力的可能性越强
聚类算法不适用于所有的市场,因此需要您调整参数以适应不同的市场和时间周期
(2) 关键参数
- Support/Resistance Clustering
Pivot Lookback Period: 枢纽顶/底点往左/右回顾的 K线 数量
Max of Lookback Forward: 回顾历史 K线 的最大数量
Min Strength of Clustering Core: 聚类核心区间的最小强度,强度越大,区间越小
Min Points of Clustering Core: 聚类核心区间的最小聚类点数量
(3) 脚本说明
因为出现了一些我不希望看到的情况,后续的脚本将不再开源代码,但是您依然可以免费使用该脚本,感谢理解和支持!
如果您存在对于该脚本的使用建议或者意见,欢迎各位留言!
祝大家交易愉快
Dinapoli LevelsThis indicator displays Fibonacci levels in a clearer way. That helps to identify Confluence and Agreement zones.
Once the indicator is added to a chart, you must select the A-B focus points:
In an Up Swing, the A-point would be the Low Pivot and the B-point would be the High Pivot.
In a Down Swing, the A-point would be the High Pivot and the B-point would be the Low Pivot.
Due to Tradingview limitations, the indicator needs to be deleted and re-added to the chart every time you need to draw new levels.
The indicator can be added as many times as D-Levels you indend to display.
Here are its main features:
Select which levels to display for each instance of the indicator (F3, F4, F5).
Customize the color for each level.
Display the price tag.
Customize the distance to the right at which the levels are displayed.
Customize the width of the levels.
Customize the thickness of the lines.
ka66: Asher Magical MidpointThis Support and Resistance and Trend Channel indicator is based on:
Stocks & Commodities V. 40:13 (20–22): Magical Midpoint Of 52-Week High & Low by Ketan Asher
This indicator seems to work better over higher timeframes, as the article suggested. It also seems to work better with stocks, not so much with currencies. This may be due to the crowd psychology which considers 52-week marks as significant in stocks. The indicator allows configurable lookback periods, and band percentage widths.
Since it's very much price-driven, a useful context for this is some weekly breakout above the midpoint and indication of a rising trend. The bands at the point of breakout can be used as a profit taking point, partial or full, depending on your system.
The article suggests a stop loss at the last week's low, or below the midpoint line depending on the trader's risk appetite.
SpyGuyTrendTrackerWorking on official documentation at the moment!
As soon as I have that ready I will update this description to incorporate that information.
Basic knowledge:
The clouds are differentiated by EMA lengths and distortion values
Yellow: Short Term
Red: Mid Term
Blue Long Term
I will get finalized documentation ASAP, until then, have fun backtesting and creating your own strategies / ideas while using this indicator!
Fibonacci LevelsENGLISH
FiboLevels uses standard deviation (a measure of market volatility). For me, more successful parameters were EMA, 500 days, showing levels 50 and 100.
The standard RSI 14 indicator helps to determine the levels, you can use its values to navigate the levels if the price approaches any line, and the RSI is in the overbought or oversold zone, that is, there is a high probability that the price may rebound from this level.
If the script does not display levels, then you need to reduce the length parameter
If the price has gone beyond the lines, then the number of levels can be increased in the Number of Lines Show parameter
Russian
В FiboLevels используется стандартное отклонение (величина измерения волатильности рынка). Для меня более удачными параметрами вышли EMA, 500 дней , показ уровней 50 и 100.
Определять уровни помогает стандартный индикатор RSI 14, по его значениям можно ориентироваться в уровнях, если цена подходит к какой-либо линии, а RSI находится в зоне перекупленности или перепроданности, то есть большая вероятность что от этого уровня цена может оттолкнуться.
Если скрипт не отображает уровней, то нужно уменьшить параметр длина
Если цена вышла за пределы линий, то количество уровней можно увеличить в параметре Number of Lines Show
Key Levels// How it Works \\
Calculating Previous Days, Weeks and Monthly open, high, low, close and vwaps
Plots these levels on your chart
// Settings \\
You can enable/disable any of the levels you want to see
You can also change the amount of bars back the levels are plotted back to
// Use Case \\
These levels are often used in different methods of Technical analysis for support and resistance.
// Suggestions \\
Happy for anyone to make any suggestions on changes which could improve the script,
// Terms \\
Feel free to use the script, If you do use the script could you please just tag me as I am interested to see how people are using it. Good Luck!
Distance from Vwap// How it Works \\
Measuring the distance of the close price from a higher timeframe VWAP - Volume Weighted Average Price
There is a threshold which is calculated by looking back at the previous x amount of bars and storing the highest/lowest values
If the distance from the vwap stretches above that threshold, the histogram will go green if price is above VWAP and red if its below the vwap
If the distance from the vwap reaches below the low threshold you will see the histogram flashes orange
// Settings \\
In the settings you have the ability to change what timeframe the indicator is calculated on, as well as this you can change the timeframe the VWAP is calculated on.
I always recommend using a higher timeframe vwap as they tend to me more respected
e.g on the hourly timeframe, I use the weekly VWAP, on 1 minute timeframe you may want to use 4 hour timeframe but obviously feel free to experiment
// Use Case \\
When histogram is flashing green, prices is pulling far away from the vwap, obviously you don't want to be buying a falling knife but if you have levels of confluence this can help spot reversals.
I personally wait until the first candle after its been green to get confirmation of the fall weakening. Vica versa for reds and shorts/sells.
When you see orange flashes, this shows that price has been consolidating and the price is very close to the higher time frame VWAP which could be considered a safe entry point as they tend to lead to a big move to follow
// Suggestions \\
Happy for anyone to make any suggestions on changes which could improve the script,
// Terms \\
Feel free to use the script, If you do use the script could you please just tag me as I am interested to see how people are using it. Good Luck!
Mansfield Long-Range BackgroundMansfield Long-Range Background. From Stan Weinstein's book.
This plots the high-low range for the last N years, including the current year.
It gives us an idea of any long-term resistance or support in play, which may affect how a trend behaves.
Note that one could just as easily check the yearly chart to get what this is showing, but it's convenient to have a template with all the elements required to emulate a Mansfield chart.
Pivot Order Blocks// How it Works \\
Order Blocks based on pivot reversal candle
When a pivot High or Pivot Low is found and confirmed, a box will be plotted on the open and close values of that pivot candle
// Settings \\
In the settings you have the ability to change the distances required to confirm an pivot High or Low
These are the lengths where the script checks to see if it is at its local high or low.
You also have the ability to change the amount of candles the box stretches over as well as the colors of the bullish and bearish boxes
// Use Case \\
Pivot points often provide Support and Resistance points on their own,
one way of marking up order blocks is by taking the pivot candle and marking that up as a resistance area where you could be looking for price to reverse
// Suggestions \\
Happy for anyone to make any suggestions on changes which could improve the script,
// Terms \\
Feel free to use the script, If you do use the script could you please just tag me as I am interested to see how people are using it. Good Luck!
Supply, Demand and Equilibrium Zones, Interactive by DGTSupply, Demand and Equilibrium Zones, Interactive
The law of supply and demand is a theory that explains the interaction between the sellers of an asset and the buyers for that asset. The theory defines the relationship between the price of a given asset and the willingness of traders to either buy or sell it. Generally, as price increases, traders are willing to supply more and demand less and vice versa when the price falls.
Simply said, the higher the price, the lower the quantity demanded, and from the seller's perspective, the higher the price, the higher the quantity supplied
Equilibrium zones are the price levels where both selling and buying trading activity is high, both sellers and buyres are interested at that price levels. More correctly, there is a great deal of activity on both the buy and sell side and the market stays at that price level for a great deal of time. Supply and demand are balanced or in equilibrium
Supply and Demand Shifts may occur when institutional investors step in, a change in both price and quantity demanded from one point to another
This experimental study attempts to presend Supply, Demand and Equilibrium Zones by measuring traded volume at all price levels on the market over a specified time period. Then the result is plotted as horizontal zones on the finacial isntrumnet's chart that highlights supply, demand and equilibrium zones at specific price levels
It is important for supply, demand and equilibrium zones to understand that time is always a dimension on charts. The quantity demanded or supplied, found along the horizontal axis, is always measured in traded volume of the asset over a given time interval. Longer or shorter time intervals can influence the levels of supply, demand and equilibrium zones
The study is made interactive, which requires the users to select two points on the chart, by simply clicking on the chart. In case the user would like to view different range then just dragging the vertical lines will be enough
By increasing/decreasing values for supply and demand zones or equilibrium zones, you will either get the zones enlarged or detect supply and demand shifts or other equilibrium zones
It is adviced to use this study in conjuction with a Volume Profile study, such as Volume-Profile-and-Volume-Indicator , Volume-Profile-Custom-Range , Anchored-Volume-Profile , and Price-Action-Support-Resistance , where volume profiles presents trading activities at specific price levels and Supply and Demand Zones can be treated as Value Area (they are not exact same but similar) for Volume Profiles
Disclaimer: Trading success is all about following your trading strategy and the indicators should fit within your trading strategy, and not to be traded upon solely
The script is for informational and educational purposes only. Use of the script does not constitutes professional and/or financial advice. You alone the sole responsibility of evaluating the script output and risks associated with the use of the script. In exchange for using the script, you agree not to hold dgtrd TradingView user liable for any possible claim for damages arising from any decision you make based on use of the script
ATH [Moto]Hello traders,
This script attempts to inform trading decisions/sentiment via drawdown (percent) from all time high. Any fan of fibonacci should find this useful.
All time high is essentially checked and the script adapts to new/broken all time highs. The plot shapes and signals are based on the candle closes below these common percents from all time high. Use the signals at your own discretion.
Lines and styling are placed at the further extremes of the common % candles. For example, for "Tops", when candles cross under 5% from all time high, and line is made at the candles high, and conversely when a candle crosses above 50% from it's previous all time high a line is placed at its low.
Bar coloring, the % being crossed, and extreme background color are included, as are alerts for each signal.
Jimmy's Dikfat DaytraderThis Day Trading Indicator applies the use of multiple techniques designed to maximize profits and trade success probability while utilizing proprietary mathematical techniques to calculate specific high probability Pivot Points, Break of Structure, Supply and Demand, previous days High and Low, Liquidity Hunts, Dynamic Trend Lines and Fibonacci Discount Zones. The combination of these techniques combined with unique mathematical calculation & variance allow the user to make an informed analysis to take high probability trades by exposing Market Maker discount zones and highlight smart money purchasing.
Pivot Points: A traditional pivot point is described as an individual candle high that is higher than the previous two candles to the left and forward two candles to the right. Likewise a pivot is also an individual candle low that is lower than the previous two candles to the left and forward two candles to the right. In this indicator standard pivots are highlighted as yellow and white candles. Yellow candles are High or Top Pivots; White Candles are Low or Bottom Pivots. The number of pivots checked for either left or right or both can be changed in the settings. Increasing this value will add more pivot points to the chart, decreasing this value will add less. It is recommended to change values left and right with the same number.
Note: In this study, all traditional pivots will be highlighted by yellow or white for the advanced user, but not all pivot markers will highlight all pivots for the purposes of identifying a high probability trade.
Break of Structure: Break of structure occurs when current price drops below or likewise rises above a pivot point. For the purposes of this study, a break of structure tag will appear over a previous pivot tag ONLY when there is a candle close below or above the previous pivot for the purposes of identifying liquidity hunts and high probability trades. As you will note in the example chart, break of structure is used to determine not only trend but high probability trade areas by identifying market structure. Unbroken pivot highs or lows can be used to take trades, with a stop below the low (or above the high) of the unbroken pivot candle. BOS (Break of Structure) Tags will effectively show where market participants do not want to take a trade and be chopped up in a market that is trending only 30% of the time. BOS also gives future indication of where the Market Makers are taking price action. Breaks of structure in a particular direction typically indicate a continuation of price action in that direction. Trade opportunities occur after the pullback in the opposite direction of break of structure. This highlights areas traders can take on the pullback, in the direction of structure breaks, typically on unbroken pivots.
Note: In this study, not all BOS (Break of Structure) markers will highlight all breaks of structure for the purposes of identifying a high probability trade. Some very few examples of structure is not marked as broken to assist in identifying Liquidity Hunts.
Liquidity Hunt: A Liquidity Hunt is where price action moves in the opposite direction of an intended move (typically with high magnitude and velocity) to gather "Liquidity" and trigger stops created by traders caught in the break of structure zone. Any unbroken pivot is a relevant area of Liquidity. Some of the High probability areas of Liquidity will be found at Equal (or near equal) Lows or Equal High pivots. Current areas of Liquidity are marked on the chart as an Aqua (Light Blue) Background line that extends right infinitely. Once Liquidity has been taken at one of these lines, the Line will "Break" And stop displaying forward. The number of pivots calculated specifically for break of structure and Liquidity Hunts can be changed under the Liquidity Hunt setting. Much like with pivots, it is recommended to change these numbers with the same value for best results.
Due to the complexity of the math, Some liquidity pivots will only confirm and display a pivot tag after twice the candles defined have been found to the left and right under liquidity hunt settings, and some will display after the exact number specified in settings. As noted previous some will not display at all due to the high probability nature of this indicator and having been found as a "cluster" in the Supply and Demand Boxes.
Supply and Demand Boxes: Supply and Demand boxes will be created when a specific number of pivots are found in succession or in a "cluster" and a box will be drawn from the current grouping of pivots, first pivot high to the nearest pivot low in the cluster. This unique style of supply and demand box drawing has been proven to be an effective identifier of buying and selling in the price action, or likewise support or resistance upon return to these boxes. The boxes were specifically designed to identify high probability areas of Supply and Demand and are more likely to be areas of high probability buying and selling. Supply is when price action moves into or creates an area where sellers are waiting. Demand is when price action moves into or creates an area where Buyers are waiting. When price action creates a box, the box will remain Neutral with a white color while Price action remains within the box. This box will turn Red or into a Supply Box, when price action drops below the box boundaries. The box will likewise turn Green or into a Demand Box, when price action rises above the box boundaries. Any return to a colored box from the direction it was created could be anticipated as a retracement to continue in the direction of price action indicated by the box.
In the settings boxes can be extended to the current bar right to show previous areas of supply and demand, or can be left "Truncated" or in box form as a highlighter for cluster analysis.
Previous Days High and Low: The previous days High and low will be displayed on the current day as a magenta line. Some traders use these lines to anticipate price action on the day compared to where price action is moving relative to the previous day. Historical Magenta lines are also the marked on a specific day, for the previous days High and low. Historical Lines can be turned off by reducing Opacity of the setting to Zero, leaving only the previous days high and low on the current day.
Dynamic Trend Lines: Trend Lines will be created automatically that will connect unbroken pivots and extend right, highlighting the current trend. (Coming Soon™️)
Fibonacci Discount Zone: The Fibonacci Discount Zone can be found by measuring an unbroken pivot High or Low, that breaks structure left to create a new High or Low. When structure is broken and price begins a retracement before moving back in the direction of the broken structure, the retracement is typically back into the "Discount Zone" between the 618 and 786 Fibonacci zone. This zone will be automatically plotted as a light grey box in the background of the chart. (Coming Soon™️)
Power Peaks & Valleys (Williams Fractals)This indicator uses Williams Fractals (standard indicator on TradingView) as a base to identify Peaks and Valleys (Pivot Points) that usually act as Resistance and Support levels. What this indicator brings is powerful options to filter those Fractals out based on:
Candle Type : calculated based on candle Open and Close (All / Bullish / Bearish)
Minimum Candle Size : calculated based on a lookback of past range of candles and measuring their sizes (None / Average of Candles Range / Max of Candles Range)
With these features, you can decide whether you want all Fractals or specific ones that could be considered major due to their candle type and size where the Fractal appears. Usually, drawing a horizontal level for the inner side of the candle (the High of the Bearish candle Fractal or the Low of the Bullish candle Fractal could see nice reactions for entries.
All features are configurable from the indicator's settings.
Please leave a comment for improvements or suggestions. Alerts and more Candle Types or Minimum Candle Size might be added in the future, as well as the ability to auto draw the levels as soon as they appear or removing them if they get invalidated.
Quarter theory and whole numbersThis is an indicator that marks off Major whole/quarter levels
Between each major whole they are 1000 pips and that can be quarter and give you major quarter levels of 250 pips
Each of the major whole number can be divided into 10 - 100 pip ranges(giving you minor whole number), and you can in turn quarter these to give you 25 pips.
This is the lowest value you would need as price moves in 25 pip.
You can use this on any market as long as you can figure out the conversion from price into pips for you assets (This varies).
[UPRIGHT Trading] OrderZones - Supply & Demand (Predictive) (cc)Hello Traders,
This is one that I've been working on a very, Very long time. As easy as it is to draw after the fact, as someone well versed in Supply and Demand; it's a bit more difficult to create all the calculations to show them, code them out, and then I went a step further — attempting to predict future ones as well.
Let's talk about what Supply & Demand Zones are. They are a pattern and technical analysis technique used in day and swing trading. Demand zone represents the area with strongest buying pressure and Supply zone represents selling pressure. Often these zones will show Institutional/Large buyers and sellers executing their orders causing price to move up or down very quickly, creating a long wick on a small and sometimes momentum that feeds into the larger timeframes. Therefore, in the simplest terms, the Supply and Demand Orderzones are the zones the price often gets rejected from or returned to; when Demand exceeds Supply, price jumps up and vice versa.
Unlike lines of support and resistance , these are zones more closely than precise lines, but can help gauge Support and Resistance on the fly.
Richard Wykoff was one of the first market analysts to explain the interaction of these phases, giving them four labels. It is in the understanding of Wyckoff's explanation of market price action, that supply and demand zones are also known as Accumulation and Distribution zones (Accumulation, Markup, Distribution, Markdown).
Shows potential entries on break from zone. Pivots. Large breakdowns or breakouts signalling possible trend change.
Super Fast Real-time Orderzone creation. Resistance line at Supply, shows multiple dimensions of each zone when large enough.
Different calculation, line, transparency settings
Minimalist mode with autobox
Features:
Multiple calculation modes with different lengths and displays.
AutoBox (Predictive Orderzones).
Buy/Sell Highlights.
UPRIGHT – Ultimate Reversals (Support/Resistance version).
Breakouts/Breakdowns + Signals.
Pivot Labels (HH, HL, etc).
Pivot Bar.
Pivot Buy /Sell Signals.
Fully Customizable—Change line types, transparency, colors, etc).
I am still working on the calculations for one more addition, but as it is, this should help anyone automate their S/D technical analysis.
Please see author instructions for access.
Cheers,
Mike
(UPRIGHT Trading)
Gann Square of 9 Daily LevelsThis indicator is based on the square of 9 methods designed by Mr. WD Gann. This indicator is written at the request of dear Sudip in the comments. This indicator is based on the open price of the day. Four levels of dynamic support and resistance are drawn based on the method of Gann. It is also possible to display 50% of the distances between these levels. The coefficient number can also vary based on the symbol. For example, for the NIFTY we can use the number 0.1, and for BTCUSDT we can use 0.01. This number must be able to match the levels obtained with the price movement with its symbol. Break or pullback of each level is the same as the resistance support levels, except that it is drawn for each day.
Unicorn Quant Strategy [Astride Unicorn]Deeply customizable trading algorithm with instant back-testing. Its position management and trading signals engines emulate every step of the trading process and display all the actions on the chart. For example, the algorithm shows when to enter or partially close a position, move stop-loss to breakeven, etc. The trader can use these signals in their decision-making and replicate these actions in their trading terminal. The script can also send real-time alerts to the user’s Email.
The trading signals feature calculates entry signals for momentum and trend trading. The calculation is based on trend filtering using our custom filter based on rolling historical volatility. The historical volatility is used to distinguish the market regime and determine the current trend direction. In its calculations, the algorithm uses linear regressions instead of averaging. As our practice shows, it helps to reduce signal lag while keeping the number of false signals low.
HOW TO USE
Set stop-loss and up to three take-profit levels, choose rules for moving the stop-loss level, adjust sensitivity of the entry signals and see the back-test result immediately. If the performance of the strategy satisfies you, proceed with the forward-testing or live-trading.
When using this script, please, keep in mind that past results do not necessarily reflect future results and that many factors influence trading results.
SETTINGS
Use Starting Date - when the flag is turned off, the algorithm uses all available pricing data to calculate back-tests; when turned on, back-tests start from a starting date the user can select in the setting below.
Starting Date - sets a starting date for back-testing.
Trading Signals
Trade Length - defines the length of the trades the algorithm tries to calculate entry signals for. Recommended values are from 1.0 to 6.0.
Sensitivity - controls the sensitivity of the trading signals algorithm. The sensitivity determines the density of trading signals and how close the trailing-stop levels follow the price. The higher the value of this parameter is, the less sensitive the algorithm is. High values of the Sensitivity parameters (100-500) can help to withstand large price swings to stay in longer price moves. Lower values (10-100) work well for short- and medium-term trades.
Signals Type - In the Signals Type dropdown list, there are two options: Market Timing and Market Bias. Market timing is a type of trading signaling when the algorithm tries to find a perfect moment to enter and exit a trade. Market Bias is the type of trading signaling when the algorithm tries to be in a position all the time. When a trade is closed, the algorithm determines a direction to which the market is currently “biased” and immediately opens a trade in this direction.
Position Management
SL - sets stop-loss level measured as a percentage of the trade entry price
TP1, TP2, TP3 - sets take-profit levels measured as a percentage of the trade entry price
Close % at TP1, Close % at TP2, Close % at TP3 - Sets portions of the open position(as a percentage of the initial order size) to close at each of the TP levels
At TP1 move SL to, At TP2 move SL to - Sets the rules for moving stop-loss level in an open trade to protect the floating profit
Dashboards
Active Position Information - turns on/off a dashboard that shows the current SL and TP levels for the active position.
Recommended SL,TP Settings - turns on/off a dashboard that shows recommended settings for the SL and TP levels.
Concept Dual SuperTrendSimple SuperTrend indicator giving you the option to display two SuperTrends on a single script plus additional customization features. Dual setup inspired by Income Sharks 🦈