ADR - Average Daily Range RobertsFXThe most overlooked but powerful indicator makes you see the markets for what they are.
You will see how much the markets move on average per day. This is fantastic info if you are an intraday trader and want to set your take profit within the average range, so you have as high a probability as possible of reaching your take profit today.
You can also trade reversals from ADR high and low. Very often the price changes direction back into the middle of the ADR high and low, at around 50%.
Suporte e Resistência
MarubozuMarubozu:
This code is written to identify the Marubozu candles in three different timeframe (30, 45, 60) - and there is an option given to the user for modifying the timeframe according to their wish.
Step to work with this script:
1. The three timeframe will work like this, If you select in chart 15mins - the three levels that you can select are 30, 45, 60, but if you select higher value like 30mins in the chart - you cannot select 45mins as there is a restriction on the code as it will display on the script of divisible by the timeframe selected in the chart.
2. Moving Average 100 is used along with the trend to see whether the immediate trend of the script is negative or positive which will help in taking the script for long or short.
Rules:
1. Always select the timeframe as 15mins in the chart and get the levels from the script.. Mark them in your chart as permanent levels and you can hide the script for further use, and don't reduce the timeframe to 5mins as the level gets changed.
2. The script will identify the High and low of the Marubozu and draws the horizontal line to help the users to see the support and resistance for the script.
3. Always try to trade above the 100sma and marubozu levels at the bottom - and don't look out for the trade where the SMA is very near to resistance or support (when you are short)
MTF MA Ribbon and Bands + BB, Gaussian F. and R. VWAP with StDev█ Multi Timeframe Moving Average Ribbon and Bands + Bollinger Bands, Gaussian Filter and Rolling Volume Weighted Average Price with Standard Deviation Bands
Up to 9 moving averages can be independently applied.
The length , type and timeframe of each moving average are configurable .
The lines, colors and background fill are customizable too.
This script can also display:
Moving Average Bands
Bollinger Bands
Gaussian Filter
Rolling VWAP and Standard Deviation Bands
Types of Moving Averages:
Simple Moving Average (SMA)
Exponential Moving Average (EMA)
Smoothed Moving Average (SMMA)
Weighted Moving Average (WMA)
Volume Weighted Moving Average (VWMA)
Least Squares Moving Average (LSMA)
Hull Moving Average (HMA)
Arnaud Legoux Moving Average (ALMA)
█ Moving Average
Moving Averages are price based, lagging (or reactive) indicators that display the average price of a security over a set period of time.
A Moving Average is a good way to gauge momentum as well as to confirm trends, and define areas of support and resistance.
█ Bollinger Bands
Bollinger Bands consist of a band of three lines which are plotted in relation to security prices.
The line in the middle is usually a Simple Moving Average (SMA) set to a period of 20 days (the type of trend line and period can be changed by the trader, a 20 day moving average is by far the most popular).
The SMA then serves as a base for the Upper and Lower Bands which are used as a way to measure volatility by observing the relationship between the Bands and price.
█ Gaussian Filter
Gaussian filter can be used for smoothing.
It rejects high frequencies (fast movements) better than an EMA and has lower lag.
A Gaussian filter is one whose transfer response is described by the familiar Gaussian bell-shaped curve.
In the case of low-pass filters, only the upper half of the curve describes the filter.
The use of gaussian filters is a move toward achieving the dual goal of reducing lag and reducing the lag of high-frequency components relative to the lag of lower-frequency components.
█ Rolling VWAP
The typical VWAP is designed to be used on intraday charts, as it resets at the beginning of the day.
Such VWAPs cannot be used on daily, weekly or monthly charts. Instead, this rolling VWAP uses a time period that automatically adjusts to the chart's timeframe.
You can thus use the rolling VWAP on any chart that includes volume information in its data feed.
Because the rolling VWAP uses a moving window, it does not exhibit the jumpiness of VWAP plots that reset.
Made with the help from scripts of: adam24x, VishvaP, loxx and pmk07.
HH-LL ZZAnother ZigZag, yes...
I believe though this concerns another angle/principle, therefore I wanted to share
How does it work?
Given:
source for level breach -> close
X breaches -> 3
Let's say this is the latest found 'lower low' (LL - blue dot under bar):
This bar has been triggered because 3 bars closed under low of previous 'trigger bar' (TB )
The high and low of this new TB will act as triggers
(aqua blue lines, seen in image above)
Then there are 2 options:
- again 3 bars closes under the latest TB , in that case the TB moves to that new LL.
- 3 bars closes higher than the high of previous TB
The high and low of this new TB act again as trigger
If a new TB LL/HH is found, the script checks previous LL/HH
and searches the highest/lowest point in between.
If necessary, the temporary highest/lowest will be adjusted:
Another example:
The last 2 points can change (repaint).
Yellow coloured lines/labels are set and won't change anymore.
Concluded:
In case of these settings:
source for level breach -> close
X breaches -> 3
once a new TB is found, the high and low act as trigger lines
- when 3 bars closes under that low , a new LL is found, this will be the new TB
- when 3 bars closes above that high , a new HH is found, this will be the new TB
and so on...
Settings:
source for level breach -> close or high/low - H/L
X breaches -> 1 -> 10
line style -> solid, dotted, dashed
show level breaches -> new found TB (blue/lime coloured)
show Support/Resistance (lines at the right)
repaint warning can be removed
show labels / lines
This ZZ can be used for Harmonic patterns, Trend evaluation, support/resistance,...
In this script, I also used new features
- text_font_family = font.family_monospace -> link
- display=display.pane -> link
Cheers!
Automatic Fibonacci Retracement + Golden Ratio | by Octopu$👑 Automatic Fibonacci Retracement on Specific Timeframes + Golden Ratio | by Octopu$
Fibonacci Retracement is a method of technical analysis for determining support and resistance levels.
It is named after the famous Fibonacci sequence of numbers: 23.6%, 38.2%, 61.8%, and 78.6%
These ratios provide price levels to which markets tend to retrace a portion of a move.
Also used as a potential spot before a trend continues (or reverses) original direction.
While not officially a Fibonacci ratio, 50% is also used.
Fibonacci Levels can be drawn between any two significant price points or time frames.
(Such as a High and a Low or also on Daily and Weekly charts)
The indicator will then Automatically create the levels between those selected points.
Golden ratio, also known as the divine proportion, in mathematics, is the irrational number:
(1 + Square root of√5)/2, often denoted by the Greek letter ϕ or τ
Which is approximately equal to 1.618.
(Two quantities are in the golden ratio if their ratio is the same as the ratio of their sum to the larger of the two quantities.)
That's The Magic of the Fibonaccis, as well the Golden Ratio itself.
And this is exactly where this Indicator by Octopu$ kicks in:
This indicator Automatically sets all the Fibonacci Levels within the Retracement selected.
On top of that, it Highlights the Golden Ratio for the Fibonacci Levels drawn.
Additionally, it sets the Golden Ratio as possible Support or Resistance level,
Doing so by having visual identification to the Up or Down side.
This changes the game! Along with Price Action, Trend Direction, Chart Analysis and other Indicators as well.
(The combination relies on your own knowledge about Confluence Factors along with your Due Diligence)
www.tradingview.com
SPY
ANY Ticker. ANY Timeframe.
(SPY 5m as an example only)
Features:
• Multiple Timeframes
• Automatic Lines
• Fibonacci Setup
• Golden Ratio
• S/R Highlight
Options:
• Timeframe Selection
• Fibonacci Rates
• Line Customization
• Color Pickers
• Toggle On/Off
Notes:
v1.0
Indicator release.
Changes and updates can come in the future for additional functionalities or per requests. Follow and Stay Tuned!
Did you like it? Please Support and Shoot me a message! I'd appreciate if you dropped by to say thanks! Thank you.
- Octopu$
🐙
Auto Fibonacci [Misu]█ This indicator shows an automatic Fibonacci retracement levels.
This indicator is designed based on highs, lows, and trend interpretation to orientate the fibonacci retracement in the good direction.
Fibonacci analysis uses a logical sequence of numbers to predict trends and price action.
█ Usages:
The Fibonacci retracement is used to identify hidden support and resistance levels that an investor can use for entry, exit, and stop placement.
Depending on your usage, you can track breakouts above and below retracement levels to provide early entry points for major breakouts and breakdowns.
█ Features:
> Choose Fib levels
> Color Fib Levels all in one
> Color Fib Levels Individually
█ Parameters:
Deviation: A parameter used to calculate pivots.
Depth: A parameter used to calculate pivots.
UI Settings: Select Fibs levels and colors.
Donchian Channels with Limits and Shadows | by Octopu$ 🌊 Donchian Channels with Middle Line, Limits and Shadows | by Octopu$
Donchian Channels are three lines generated by Moving Average calculations.
These lines formed by upper and lower bands around a midrange or median band.
The Upper Band marks the Highest price of a security over X periods of time.
While the Lower Band marks the Lowest price over the same period.
Now, the Limit bands are the High and Low prices over a Y period of time (different than X)
The difference about using Limits with the Bands on Donchian Channels is the time length:
By using different time comparisons (X and Y) you are able to identify previous Highs and Lows.
This is very useful for Support and Resistance levels regarding the Price Action
As well as Pivot Points, considering the possibility off Breakouts or Bounces.
Usually - as a General Rule - the Price tends to navigate in-between these channels
That's where DC Channels + Limits w/ Shadows come into play!
Highs and Lows serve as Supply and Demand Zones as well.
The Middle Line can be used as a spot for Reversal/Continuation.
All of this also makes the Donchian Channels a great tool for Trend Identification.
The combination of your understanding and analysis as well as other Indicators and Factors as Confluence, you can improve your Charting Analysis.
www.tradingview.com
AMEX:SPY
ANY Ticker. ANY Timeframe.
( SPY 5m as an example only.)
Features:
• Upper Channel
• Lower Channel
• Limit High
• Limit Low
• Middle Line
• Shadow
Options:
• Color Picker
• Line Styling
• Toggle On/Off
• Length Customization
• Background Transparency
Notes:
v1.0
Indicator release.
Changes and updates can come in the future for additional functionalities or per requests. Follow and Stay Tuned!
Did you like it? Please Support and Shoot me a message! I'd appreciate if you dropped by to say thanks! Thank you.
- Octopu$
🐙
Waves + ZOOnes TimeFrameTrend 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:
- Allow to pick timeframe used for visualization.
- 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:
Timeframe - Time frame used for visualization. It should be less precise or equal as the chart one. e.g. it can show 1D visualization over 1H chart.
TREND VISUALIZATION
Type - Kind of waves should be drawn.
H(idden) - Do not draw any waves.
L(low) - Draw low waves
M(edium) - Draw medium waves
B(oth) - Draw both low and medium waves
Confirmation - Showing confirmation lavel over current bar If wave direction will not change on this bar
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.
Line width - Width of drawn line. Separate setting for Low and Medium trend type.
Color - Color of drawn line. Separate settings for Low and Medium trend type.
Change trend signals - Showing places where alerts are generated (debug feature).
u - trend change to UP
d - trend change to DOWN
U - trand change to UP from the zone
D - trand change to down from the zone
IMPULS VISUALIZATION
Impuls - Picking graphical reprezentation of first bullish arrow.
H - Hidden
F - First
S - Second
A - Auto
Color - Color of the first bullish arrow.
Draw arrow - Turning on/off drawing arrow at the end of the impuls wave.
ZOONES
ZOOnes type - Determines what type of trend is used to designate areas of support.
D - Disabled
L - Low
M - Medium
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.
Resistance - Set of colors (resistance zone background, resistance zone border, potencial resistance zone background, potencial resistance zone border) used for drawing resistance zones and potencial resistance zones.
Support - Set of colors (support zone background, support zone border, potencial support zone background, potencial support zone border) used for drawing support zones and potencial support zones
Show history - Showing zones in historical data
Show fake potencials - Showing historical potencial zonnes that were rejected (debug purpose).
Double count - Treated support and resistance zoones as one zoone
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.
B4Signals Ichimoku Premium Addon ShoyūThis indicator is based on "Ichimoku" with additional and useful features. It is designed to complement B4Signals Ichimoku as an add-on.
FEATURES
The indicator is mainly divided into 5 parts:
* Future Tenkan-sen, Kijun-sen & Kumo Lines: Tenkan-sen next 5 days projection, Kijun-sen next 10 days, Senko Span A next 5 days and Senko Span B next 14 days will be displayed to increase depth of your analysis and help forecast price movements.
* QualityLine + DirectionLine for determining beginning and end of trend as well as a visual to spot Kijun bounces and crosses.
* 9 /26 Tenke-sen/Kijun-sen pullback detection lines, “KISS Lines”, for better entries on pullbacks.
* Flat Kijun-sen signal to determine trend exhaustion and possible reversals.
* Open Space Chikou coloring and confirmation signal for Identifying momentum breakouts and spotting areas of projected consolidation.
* Ichimoku Hosoda Target Price Targets. Simply choose point A,B and C and have 4 Hosoda price targets appear on your chart.
The addition of these features provides traders with a collection of technical metrics capable of outlining directional trend momentum, proposed pullbacks and possible continuations in any financial market. Using multiple plots, this indicator plots a forecast where the Han-ne lines might travel in the future. The Direction line gives you a clear perspective of price in relation to the Kijun. While the Quality Line gauges the health or quality of the Kumo, helping determine entries and exits, while confirming pullbacks and areas of consolidation. The “KISS Lines” help identify Tenken-sen / Kijun-sen 9/26 pullbacks and the Kijun Flat alert signals you when trend exhaustion is identified by a flat Kijun-sen.
Another significant aspect of this indicator is that it identifies the Chikou Span reaching ‘Open Space' by coloring the Chikou Span's line giving you a signal as well. This can help traders identify the market’s dominant trend (bullish or bearish) and determine an appropriate time to enter/exit active positions.
Disclaimer
Copyright by B4Signals.
The information contained in our scripts/indicators/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. We will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, or individual’s trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
6 Multi-Timeframe Supertrend with Heikin Ashi as Source
This is a multiple multi-timeframe version of famous supertrernd only with Heikin Ashi as source. Atr which stands in the heart of supertrend is calculated based on heikin-ashi bars which omits a great deal of noises.
with 6 multiplication of the supertrend, its simply much easier to spot trend direction or use it as trailing stop with several levels available.
this is a great tool to assess and manage your risk and calculate your position volume if you use the heikin ashi supertrend as your stoploss.
Ywaves S/RYwaves identifies areas of extreme volatility that are out of the ordinary and highlights them for the trader. These areas are de facto areas of great interest for the market and therefore areas to monitor and work on. Thanks to a smoothing formula, it eliminates false positives that are sometimes too frequent and inconsistent.
This script uniquness reside in the formula used to determine the supports and resistances, by using multiple volatility tools, it is able to eliminate false positives and only keep interesting S/R.
The blue and orange S/Rs (secondary S/Rs) are echoes of the green/red S/Rs (main S/Rs) that are close (to the current price) to the past. There are a maximum of 5 levels of secondary S/R on either side of the price. The intensity of the color and the strength of the line also gives information about the proximity and importance of the S/R. When the blue/orange dots are connected, it means that it is the same S/R from the past that continues to be at the same level.
It is possible to use Ywaves in several ways: by using the main S/R, secondary S/R or clusters formed by the different S/R. Of course, the trader is free to work on other ways of using them. Thanks to the different settings, the trader can quickly display the supports and resistances close (in terms of price) to the past. The objective is once again to simplify the trader's life on a daily basis.
Multiple Popular Prices (x16)Up to 16 popular prices in 16 periods.
Lookback Period: Up to 5,000.
Support 01 volume profile (histogram) on price axis for the last period with up to 100 price ranges.
Histogram of 3 colors (up/down/sideways).
Markets: All.
Timeframes: All from 10s.
Usage: Price moves slowly in the popular price area (PPA) and moves fastly in the unpopular price area (UPA). When price breakouts a PPA, it could be forming an entry to a new PPA or an existing PPA. PPA of a period will move up if price continuously increases or is in an uptrend, and vice versa. It means that this indicator is led by price. Note that, when short-term PPA is higher/lower than long-term PPA, price did move and it is not a buy/sell entry.
Note: If calculation is timeout (“Loop takes too long to execute (> 500 ms)”), try to remove the indicator and reapply it, or try to increase the timeframe, or try to reduce the number of periods used to calculate popular prices.
PA Swings [TTA]Hello traders!
This script helps identify swing high levels of resistance and swing low levels of support via price action.
The indicator is designed to help identify support and resistance by measuring retracements. When the retracement has reached the threshold, the indicator identifies the high or low with a horizontal, solid line.
This line will continue until it is violated. Once it is violated it will adjust to a dashed line and continue until it is violated again (retested).
Therefore, a solid line resembles an unviolated swing level; a dashed line resembles a violated swing level that has yet to be retested.
Ideally, this script will filter some movements by identifying impulses in the market. Knowing that price is in a trending move rather than bouncing around in a range can help traders in their analysis. In range bound conditions the indicator will show small impulses, sometimes trapped by a support and/or resistance line. In trending markets there will be separation between the support and resistance lines.
Retests are also identified by the indicator.
Retests of swing highs and lows may induce precise, repeatable price moves - something a trader might find advantageous. A log is included to help identify potential price levels based on historical actions when an impulse or a retest occurs.
Consequently, this may help traders identify take-profit targets and avoid stop losses that are too close to the entry point.
The indicator has a color identity panel to help you get familiar with the colored lines, line types, and what they mean. The color panel is concealable. Additional customization options are available, such as toggling the chart labels. These labels distinguish impulses up and down, retests, and the distance price has traveled since breaking or creating a support or resistance level.
This can be toggled off. A High-Volume Swings only option is available for those that wish to filter out low volume movements (such as extended market hours).
You also have the option of hiding far away lines and can define what is “far away” for them % wise. It is defaulted to 15% which may need to be adjusted on lower timeframes.
Inactive lines can be shown or they can be removed in the settings as well. While this indicator can find some great levels of support or resistance it is important to remember that, should you find this script helpful, it is a tool in your toolbox!! (:
Hope you enjoy and thank you for checking this out!
JV SessionsThis indicator serves as the Tradingview equivalent of an MT4 indicator suite.
It differentiates from existing TV indicators in its style and total feature set (most notably PVSRA and PVSRA Override)
It was originally designed for forex markets, and it will work for crypto as well, but it has not been tested on stocks.
List of Forex Market:
Market boxes (NY/JP/ HK /UK/ FR and Brinks Boxes)
Day_Week_High_LowPlot lines for Daily weekly high and low. It helps to find support and resistance for weekly option trading. Weekly high low acts as Support and resistance.
Average Daily Range Lines + VWAP by TenozenOANDA:EURUSD
Hello! I created an indicator called ADRL (Average Daily Range Lines). This is my first original work, and I hope it's helpful to you guys.
1. Let me explain a bit of how it works...
So first of I need the ADR value, as by default length I use 19 for it. I want this indicator to calculate every start of the new day and break if another new day starts, so if the target level isn't reached, then the value would start to go back to 0 and get the new target level of the day. The target level is based on the first ADR multiplied by how much "percent" we want for the target level to hit, based on the first ADR value of the day. When the new day starts, the algo would start to add up the ADR value. If the added ADR hits the target level, it starts to plot a line by the candlestick by its high, low, and mid-level; it would create a new line if there is a new target being hit. So that's it.
About the VWAP, I took Tradingview's VWAP. I added the anchored part so I can plot a line if there is a new target level being hit. I hope that's okay.
2. How to use it...
- Using this indicator is pretty easy. When a new box is being plotted, that means that's the time when you should trade, as the box is still fresh. The VWAP helps if the market is trending or not.
- You can treat this indicator just like an S&R, as the price tends to respect the box. So best to use it as a pullback trade.
- We can assume if the price above the box, is a buy; vice versa.
3. Best Market to use...
- I suggest a trade in a nonvolatile market. The more volatile the market is, the harder the box is to be respected by the price. But if you really want to trade in that market, I suggest adjusting the inputs by how the box is being respected.
4. Suggestions...
- Use this indicator in 5 minutes chart if you day trade.
- Try using 30 minutes and setting the percent input from 100 to 80 and changing the ADR length from 19 to 14, this is much more suitable if you tend to hold trades.
SUPPORT RESISTANCE STRATEGY [5MIN TF]A SUPPORT RESISTANCE BREAKOUT STRATEGY for 5 minute Time-Frame , that has the time condition for Indian Markets
The Timing can be changed to fit other markets, scroll down to "TIME CONDITION" to know more.
The commission is also included in the strategy .
The basic idea is when ,
1) Price crosses above Resistance Level ,indicated by Red Line, is a Long condition.
2) Price crosses below Support Level ,indicated by Green Line , is a Short condition.
3) Candle high crosses above ema1, is a part of the Long condition .
4) Candle low crosses below ema1, is a part of the Short condition .
5) Volume Threshold is an added confirmation for long/short positions.
6) Maximum Risk per trade for the intraday trade can be changed .
7) Default qty size is set to 50 contracts , which can be changed under settings → properties → order size.
8) ATR is used for trailing after entry, as mentioned in the inputs below.
// ═════════════════════════//
// ————————> INPUTS <————————— //
// ═════════════════════════//
→ L_Bars ———————————> Length of Resistance / Support Levels.
→ R_Bars ———————————> Length of Resistance / Support Levels.
→ Volume Break ———————> Volume Breakout from range to confirm Long/Short position.
→ Price Cross Ema —————> Added condition as explained above (3) and (4).
→ ATR LONG —————————> ATR stoploss trail for Long positions.
→ ATR SHORT ————————> ATR stoploss trail for Short positions.
→ RISK ————————————> Maximum Risk per trade intraday.
The strategy was back-tested on TCS ,the input values and the results are mentioned under "BACKTEST RESULTS" below.
// ═════════════════════════ //
// ————————> PROPERTIES<——————— //
// ═════════════════════════ //
Default_qty_size ————> 50 contracts , which can be changed under
Settings
↓
Properties
↓
Order size
// ═══════════════════════════════//
// ————————> TIME CONDITION <————————— //
// ═══════════════════════════════//
The time can be changed in the script , Add it → click on ' { } ' → Pine editor→ making it a copy [right top corner} → Edit the line 27.
The Indian Markets open at 9:15am and closes at 3:30pm.
The 'time_cond' specifies the time at which Entries should happen .
"Close All" function closes all the trades at 3pm , at the open of the next candle.
To change the time to close all trades , Go to Pine Editor → Edit the line 92 .
All open trades get closed at 3pm , because some brokers don't allow you to place fresh intraday orders after 3pm .
// ═══════════════════════════════════════════════ //
// ————————> BACKTEST RESULTS ( 100 CLOSED TRADES )<————————— //
// ═══════════════════════════════════════════════ //
INPUTS can be changed for better Back-Test results.
The strategy applied to NSE:TCS ( 5 min Time-Frame and contract size 50) gives us 60% profitability , as shown below
It was tested for a period a 6 months with a Profit Factor of 1.8 ,net Profit of 30,000 Rs profit .
Sharpe Ratio : 0.49
Sortino Ratio : 1.4
The graph has a Linear Curve with Consistent Profits.
The INPUTS are as follows,
1) L_Bars —————————> 4
2) R_Bars —————————> 4
3) Volume Break ————> 5
4) Price Cross Ema ——> 100
5) ATR LONG ——————> 2.4
6) ATR SHORT —————> 2.6
7) RISK —————————> 2000
8) Default qty size ——> 50
NSE:TCS
Save it to favorites.
Apply it to your charts Now !!
Thank You ☺ NSE:TCS
CFB Utility - Manual LevelsManual Level's for the seasoned Set and Forget trader! Want to keep your levels in an organized place, wrapped up nicely in an indicator? You've found the right tool.
Features Include:
Up to 20 Manually Declared Levels
User defined Coloring and text
Auto Linear Trend Target x16Experienced traders always tell us that “Never trade against the trend.” or “Trend is our friend.”. Yes sure, no one wants to trade against the trend. However, there are a lot of trends with different types and cycles, then which trend to follow, which trend they are mentioning? This tool (also known as ALTT x16, Laser Net x16) will support us in identifying different linear trends with different cycles. Nearest history-based targets are also added for our convenience of completeness.
Markets: All.
Timeframes: All. Recommendation: 30m and above.
Periods: Up to 16.
Usage: The higher period of a trend, the more strength it has. Enter when price breakouts a trend line and exit at the nearest trend line and target.
ORBox | by Octopu$📈 ORBox | by Octopu$
ORBox is a Box for the Opening Range Breakout
The Box is added automatically according to the User preferences through GUI
This Indicator includes a Dropdown selection for which Range for the Breakout you want to use
ORBox has built-in Alerts for when the Breakout happens according to your preferences
Works in any Timeframe with any Ticker
(Using SPY 5m just as an example:)
www.tradingview.com
SPY
Features:
• Opening Breakout Range (ORB)
• Dropdown menu selection to choose which TF to watch
• Built-in Alerts for Momentum Awareness
Options:
• Customization for Box Colors and Sizes
• Display ORB for Current Day or Previous
Notes:
v1.0
ORBox Indicator release
Changes and updates can come in the future for additional functionalities or per requests.
Did you like it? Shoot me a message! I'd appreciate if you dropped by to say thanks.
- Octopu$
🐙
SGX Nifty OHLC for Nifty 50 IndexSGX Nifty OHLC for Nifty 50 Index
What is this Indicator?
• This indicator calculates the OHLC levels of SGX Nifty.
How does SGX Nifty impact NIFTY and the Indian Market?
• Helps in predicting NIFTY50 Index behavior.
• The closing price of today's 9.14 am (IST) SGX Nifty will be the Open of today's Nifty50 Open. This helps to determine the opening Gap of Nifty50.
• SGX Nifty OHLC levels can act as support and resistance in Nifty50.
Who to use?
• Beneficial for Day Traders, who trade in NIFTY Index.
What timeframe to use?
• Use 1 minute for better accuracy.
• Other timeframes will also work.
Important Note
• Use 1 min timeframe for accurate OHLC.
• In other timeframes OHLC will have negligible difference, it won't be huge.
• This indicator will appear only on NIFTY Index and Futures chart.
• To hide the warning label go to the indicator Menu.
Tide Finder (TiFi)Very helpful for price-action trading. Works excellently with 1-hour time frames and below.
See Tide Finder Plus (TiFi+) if you want help from this indicator in higher time frames.
See also: Adaptive Rebound Line (ARL) .
The idea for this indicator was brought on by the concept of high and low tides and everything related to the concept.
Simple LevelsSImple levels is a clean way to automatically plot important daily levels including:
Yesterday's High
Yesterday's Low
50% level between Prior High/Low
Today's Open
Premarket Low
Premarket 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