Pesquisar nos scripts por "spy"
FTFC Watchlist (The Strat)This indicator is a five custom ticker watchlist that shows seven pre-defined higher timeframes using '#TheStrat' technique and can be used on any ticker from common stock, forex and crypto.
Explanation of 'TheStrat' trading technique
‘TheStrat’ technique works off the basis of labelling whether the focus candle did or did not break any of the previous candles high or low values. There are three possible label definitions; either a 1 candle, 2 candle or a 3 candle.
1 bar (inside) - If price movement on the new candle remains within the high and low of previous candle.
3 bar (outside) – If price movement went above both the high and the low of the previous candle.
2 bar (directional) – If price movement only broke with the high (called a 2-up) or if price movement only broke the low of the previous candle (called a 2-down).
Once labelled the technique then looks for certain combination of these labelled candles (called actionable setups) such as: 2-1-2, 1-2-2, 3-1-2.
What is Full Time Frame Continuity (FTFC)
Under 'The Strat' full timeframe continuity is limited to the colour (open vs close) of the candle being either green or red. When higher timeframe align with the 'same colour' is suggest that there is stronger support for that direction of the candle.
How does the indicator work?
The indicator will allow you to daily enter up to 5 watchlist tickers and in as close to real time (slight lag) show the developing FTFC of your watchlist tickers and avoids having to switch chart tickers to see the developing timeframe continuity
Example of how to use the indicator
A simple example will be the relationship between SPY and VIX and by having the higher timeframe overview of these two watchlist tickers while trading will give potential insights to how the market is trading overall.
Some people might also find it useful to see 'consolidation' (1 bar) and 'expansion' (3 bar) highlighted in the timeframe. This feature can be enabled in the settings.
Indicator caveats:
= Must run on 5min (or lower) chart timeframe. If not indicator will produce 'runtime error'.
= Weekly computation is not 100% reliable due to bug in TV when a month end occurs mid week.
= Please change the indicator colour if used on a non-dark theme.
= Please note this information is only presented for educational and learning purposes. It is by no means financial advice or provide any form of trading signals.
TO ENABLE , please follow these steps:
1) Add indicator to your chart and open settings
2) Enter which tickers (max 5) you wish to add to your watchlist by enabling the checkbox
3) Decide on the timeframes you wish to view
4) Configure the colouring of the watchlist.
Hope this indicator provides useful and educational information and helps to improve your overall access to information.
Market Breadth - Primary IndicatorMarket Breath is the equilibrium between number of stocks in advance to those in a decline, in other words a method to determine the current market environment. In a positive phase bullish setups will have improved probabilities and presence, whereas in a bearish phase the opposite would be true.
The primary indicator measure the trend in SPY and correlation between different EMA's.
- Green Columns: Positive Breadth
- Red Columns: Negative Breadth
This indicator can be combined with the secondary breadth indicator to further note excessive movement and risk of mean reversion.
ZenBot Signals - Trend StrengthI developed this indicator as a "regime detection" for my algo trading bot. It uses the ADX +/- values with a few twists.
- If ADX DI+ is over 30 and DI- is below 20 and falling (inverse for shorts)
- Price action rising/falling thru various VWAP standard deviations indicates a strong trend break
- Some other custom juju (open source so have fun).
I use this primarily to monitor the SPY index as a backdrop for my long and short trades. If the colored line below price bars is red or green, a strong trend is present and there is a decent trade environment.
Fed Net Liquidity IndicatorThis indicator aims to present a "Net Liquidity" indicator comprised of the Fed Balance sheet , less the TGA account and Overnight Reverse REPO agreements.
Net Liquidity = Fed Balance Sheet - ( TGA + Reverse REPO)
This is an overlay that can be added to stock or other charts (like SPY ) to see how the market may appear correlated to Net Liquidity - injection of liquidity into the markets.
This was hypothesized by Max Anderson, this is just a script realizing that posting.
New updates include a resolution feature, and an option to offset backwards by 2 days per original intent.
Beta ScreenerThis script allows you to screen up to 38 symbols for their beta. It also allows you to compare the list to not only SPY but also CRYPTO10! Features include custom time frame and custom colors.
Here is a refresher on what beta is:
Beta (β) is a measure of the volatility—or systematic risk—of a security or portfolio compared to the market as a whole (usually the S&P 500 ). Stocks with betas higher than 1.0 can be interpreted as more volatile than the S&P 500 .
Beta is used in the capital asset pricing model (CAPM), which describes the relationship between systematic risk and expected return for assets (usually stocks). CAPM is widely used as a method for pricing risky securities and for generating estimates of the expected returns of assets, considering both the risk of those assets and the cost of capital.
How Beta Works
A beta coefficient can measure the volatility of an individual stock compared to the systematic risk of the entire market. In statistical terms, beta represents the slope of the line through a regression of data points. In finance, each of these data points represents an individual stock's returns against those of the market as a whole.
Beta effectively describes the activity of a security's returns as it responds to swings in the market. A security's beta is calculated by dividing the product of the covariance of the security's returns and the market's returns by the variance of the market's returns over a specified period.
cov (a,b)/var(b)
Volatility Inverse Correlation CandleThis is an educational tool that can help you find direct or inverse relations between two assets.
In this case I am using VIX and SPX .
The way it works is the next one :
So I am looking at the current open value of VIX in comparison with the previous close ( if it either above or below) and after on the SPX I am looking into the history and see for example which type of candle we had in respect with the opening value from VIX .
So for example, lets imagine that today is monday, and the weekly open value from VIX was higher than previous friday close value. Now I am going to see with the inverse correlation , if based on this idea, the current weekly candle from SPX finished in a bear candle.
The same can be applied for the bearish situation, so if we had an open from VIX lower than previous close, we are looking to check the SPX bull candle accuracy.
At the same time, for a different type of calculation I have added an internal lookup into heikin ashi values.
If you have any questions please let me know !
Newzage - Fed Net LiquidityThe Fed Net Liquidity indicator is a concept discovered by Max Anderson to calculate the fair value of SPX (S&P 500 Index).
The formula he shared on Twitter uses the Fed Balance Sheet, TGA (Treasury General Account), and Reverse Repo.
Net Liquidity = Fed Balance Sheet - (TGA + Reverse Repo)
The data for each component above is accessible on the FRED website.
Fed Balance Sheet fred.stlouisfed.org
Treasury General Account (TGA) fred.stlouisfed.org
Reverse Repo fred.stlouisfed.org
This script uses net liquidity (NL) fair value calculation for SPX, then estimates entry and next target exit target for both long and short trades on SPY.
The script added RSI oversold/overbought signal to the original NL signal from Max... improving the "precision" of the buy/sell signals.
The script also uses RSI to estimate targets based on how overbought or oversold the index/SPY is.
Fed Net Liquidity Indicator v2Updated script for jlb05013's original Fed Net Liquidity Indicator. TradingView was bringing in the FRED data in different units than they used to. This code fixes it.
This indicator aims to present a "Net Liquidity" indicator comprised of the Fed Balance sheet , less the TGA account and Overnight Reverse REPO agreements.
Net Liquidity = Fed Balance Sheet - ( TGA + Reverse REPO)
This is an overlay that can be added to stock or other charts (like SPY ) to see how the market may appear correlated to Net Liquidity - injection of liquidity into the markets.
This was hypothesized by Max Anderson, this is just a script realizing that posting.
New updates include a resolution feature, and an option to offset backwards by 2 days per original intent.
Market Beta/Beta Coefficient for CAPM [Loxx]Market Beta/Beta Coefficient for CAPM is not so much an indicator as it is a value to be used in future indicators to forecast stock prices using the Capital Asset Pricing Model, CAPM. CAPM is used by the likes of value investors such as Warren Buffet and valuation/accounting/investment banking firms. More specifically, CAPM is typically used in Discounted Cashflow Analysis to value revenue generating assets.
What is Beta?
In finance, the beta (β or market beta or beta coefficient) is a measure of how an individual asset moves (on average) when the overall stock market increases or decreases. Thus, beta is a useful measure of the contribution of an individual asset to the risk of the market portfolio when it is added in small quantity. Thus, beta is referred to as an asset's non-diversifiable risk, its systematic risk, market risk, or hedge ratio. Beta is not a measure of idiosyncratic risk.
By definition, the value-weighted average of all market-betas of all investable assets with respect to the value-weighted market index is 1. If an asset has a beta above (below) 1, it indicates that its return moves more (less) than 1-to-1 with the return of the market-portfolio, on average. In practice, few stocks have negative betas (tending to go up when the market goes down). Most stocks have betas between 0 and 3.
How to calculate Beta
To calculate beta you typically choose 5 years of monthly data; typically SPY is used here
Calculate log returns of both the asset for which you are calculating Beta and the benchmark market data
Calculation the covariance between the asset and benchmark
Calculate the variance of the benchmark returns
Divide the covariance by the variance
Read more here:
en.wikipedia.org(finance)
en.wikipedia.org
einvestingforbeginners.com
NYSE Market Sentiment Oscillator - Intraday w/ alertsThe ULTIMATE market sentiment indicator that combines the sentiments from the MARKET INTERNALS : $ADD ( NYSE $ADV minus $DECL ), $VOLD ( NYSE $UVOL minus $DVOL ) and $TICK ( NYSE Cumulative tick ). Sentiment is based on calculating the crossovers of moving average pairs for each of the market internals. As a result, 3 corresponding signal lines are generated + 1 combined Market Sentiment Oscillator (aka MSO) signal line.
**Important** This indicator is only meant to be used for intraday 1min-5 min timeframe only *** It may not function at higher timeframes without updating some moving average periods.
WHAT IS IT SHOWING?
Each signal lines represents the trend of the 3 market internals (TICK, ADD, VOLD). If signal line is above zero, it is in a bullish trend; below zero, bearish. The oscillating frequency of these lines are dependent on the length of moving average pairs of your choosing. A combined MSO signal line shows the combined trends of those 3 market internals, hence it represents real time market sentiment of the NYSE.
FEATURES
There are 2 display modes for this indicator:
1) On a separate pane
- in this mode, the signal lines can be toggled to oscillate along the zero line
2) On the price chart
- in this mode, the signal lines can be toggled to oscillate along the OHLC line of the price chart
- comes with Nadaraya-Watson Envelope and ATR bands
BUY/SELL SIGNALS AND STRATEGIES
By default, this indicator comes with two day trading strategies and offers long and short signals with alerts. These strategies attempts to leverage on the oscillating nature of market price movement on major NYSE indices, such as SPY, SPX, QQQ, NAS, all of which have high correlation with the market internals. However, please note that these signals offers no guarantee to profitability, so use at your own risk.
BACKGROUND COLORS SIGNIFYING TRENDS
There are options to display the background colors in 2 colors and shades.
1) Short-term sentiment
- Bright green = ADD / VOLD / TICK all in up trend
- Dimmed green = ADD / VOLD in up trend, but not TICK
- Bright red = ADD / VOLD / TICK all in down trend
- Dimmed red = ADD / VOLD in down trend, but not TICK
2) Trend Convergence
- Green = ADD / VOLD / TICK all bullish
- Red = ADD / VOLD / TICK all bearish
3) MSO
- Green = MSO bullish ( MSO signal line > 0 )
- Red = MSO bearish ( MSO signal line < 0 )
MARKET INTERNALS REAL-TIME DATA TABLE
A data table can be toggled on / off that shows the real-time sentiment and values of the three market internals. It may be useful in making quick trading decisions. The table cells are colored according to their corresponding trends.
Dealar VIX Implied Range + Retracement LevelsThis Implied range Is derived by the VIX(1 sd annual +/- Implied move.)
This Indicator plots the daily Implied range, A lot of quantitative trading firms/ MM firms hedge their delta & gamma exposure around the Implied range(prop calc). I have added retracement levels as well, so you have more pivot levels.
Enjoy!
Ichi-Price WaveWelcome to the Ichi-Price Wave. This indicator is designed for day trading options contracts for any ticker, using a number of indicators — Ichimoku Cloud, Volume-Weighted Average Price, Stochastic Relative Strength Index, Exponential Moving Average (13/48) — and calculating how they interact with each other to provide entry and exit signals for both Calls and Puts on normal days. ****Read the Important Information section before opening any positions based on this indicator. (Also *NFA)
The general concept is that you, the trader, are a Surfer 🏄🏾 who rides the best waves in deep water until it gets dangerous.
Emoji storyline: The 🏄🏾 emoji (Call or Put, depending on the color of its Green or Red label, respectively) indicates an upcoming *potential* entry that, for a number of reasons, may be disregarded. (See: Important Information section below). And just as there are no certainties in the stock market itself, the tiered exit signals are ranked by low 🐬, medium 🦈 and high risk 🦑 tolerance. (In other words, it's relatively safe to surf with dolphins around, but there's the off chance they even strike trainers and become aggressive. It's more dangerous to swim with sharks. And on the unlikely, rare occasion you see a literal, giant, mythical, ship destroying Kraken 😬 ... you definitely need to get out of the water.
Surfing for as long as possible reaps the greatest rewards — but risk/reward are to be considered for entries and exits. Exiting every time you see a 🐬 (E1) should secure profits nearly 100% of the time, but they'll be very minimal. Whereas surfing til you reach a Kraken 🦑 (which will not even appear on most Price Wave cycles) would reap the most rewards. (NFA: I recommend considering sharks 🦈 as an exit point for the majority of positions, and perhaps only keeping a few runners open with the hopes of finding that shiny Kraken. (On the non-Emoji chart, the low, medium and high risk exits are named E1, E2 and E3, respectively. Got to the indicator's Settings > Inputs > then toggle EMOJIs ON/OFF)
Boring stuff: The entry 🏄🏾 signals are triggered by multiple conditions that must be all true. For Call entries, one of the necessary conditions is that the RSI's K must be maximum 10 (this can be changed in default). This, along with another condition where current price must be below the VWAP Lower Bound 1, serves as a great reference point showing the stock price is currently uncomfortable where it is and may likely soon snap back closer to the VWAP, perhaps even to the other side due to a pendulum effect.
Important information
Relying on those two factors for setting entry and exit points are great for normal days. (Normal, as in the ticker price bounces within a channel (e.g., ≤3% + or -) that's trending slightly bullish or bearish depending on greater market trend). But there are abnormal days where news catalysts (e.g., CPI data, CEO scandals, unexpected company data release, etc.) trigger FOMO and FUD, ultimately rendering the logic behind most indicators non applicable (e.g., RSI's "buy when oversold"). On the chart, this indicator accounts for this with two measures:
One, you should only "Surf" in the water. That is, there are two bands — Shallow and Deep Water. Any "Surf" emojis where price action is outside of the water should be ignored**. Two, there are additional EMOJIs that show you "Bearish trend" ⛈ and "Bullish trend ☀️. (Story time again: You obviously shouldn't surf in thunder and lightning. But also, surfing in the blistering sun with no clouds in the sky during a heatwave is also dangerous to your health.)
You can use these two measures to disregard the "surfers" suggesting you join them in opening a position in the suggested direction. And surfers followed by Cloud EMOJIs — 🌤️ (Put) or 🌧️ (Call) — can be used as "perfect entry" points. (The clouds represent weather being less extreme and better for surfing).
(**While these should mostly be ignored, these have not been muted because there is the possibility of a very strong turn around if you happen to catch the last one (which is not ideal for risk-averse traders). Use other indicators, such as the MACD and trend lines, to find potential bottoms (or tops) as price action plunges (or soars) due to abnormal news circumstances.)
Entry and exit buffers
At the beginning of each day, most indicators usually are not immediately calibrated correctly due to premarket trading and open market (at least to the degree that the day's sentiment can be best read from them due to the amount of volatility). What I recommend when using this indicator is disregarding signals during the first 15 minutes (or possibly 30 minutes) of market open to get the best results. And also, considering this indicator is meant for day trading (i.e., not holding positions overnight), disregarding ENTRY signals for the last 45 minutes of the trading day could give yourself enough buffer on the back end for exiting comfortably.
RSI entry
Preparing for an entry when you see a surfer is recommended, but actually opening the position when you see a 🌤️ (Put) or 🌧️ (Call) would yield best results and avoid misfires — particularly when those two cloud EMOJIs are signaled when the RSI is overbought and K is at least 95 (Puts), or oversold and K at maximum 5 (Calls). (Story time logic: The cloud eclipsing the Sun means it's cooling off and better for surfing. And the rain cloud no longer having lightning means the "bearish" storm is possibly soon over).
Delta and the Greeks
You should experiment yourself, but keep in mind that this is for capitalizing off of a day's minor price swings (≤3% + or -). Entering a same day expiry contract that's deep OTM is not going to work with this indicator (even if you enter at a surfer 🏄🏾 and exit at a Kraken 🦑) because the price wave from one end to the other won't be enough to compensate for the other Greeks working against you. Use another indicator (or insider knowledge ... Just kidding, that's illegal, don't do that) if you want to buy those kind of contracts.
I personally purchase contracts w/ minimum 80% Implied Volatility and somewhere between 20-40 Delta. Having a nice range for yourself with these factors, depending also on the size of your own portfolio and the risk tolerance you have, will determine how much you're able to capitalize off successful entry and exits.
Tips
• I set stop losses 5-10% depending on the ticker. (e.g., $TSLA's volatility may require SL closer to 10% whereas using it on $SPY, a 5% could suffice). This is in addition to ignoring entry signals that don't meet the aforementioned two requirements (i.e., it's risky to Surf in shallow water, and you shouldn't try to Surf at all outside of the water, ref. Band 2 and outside of Band 2). Remember, this is the stock market — not the casino. We rely on strategy and risk management — not hope.
• It's recommended you use time intervals ≤ 5 min. (I use 1 minute and 5 min)
• Liquidity . Using these signals on a ticker with low liquidity (particularly if you enter on the Ask side), can reduce your profits to 0% or even to a loss even if you have a perfect entry and exit. I always point to SPY as the optimal bid-ask spread, but keep that in mind.
What's with the name "Ichi-Price Wave"?
The "Ichi" gives credit to Japanese journalist Goichi Hosoda, whose indicator I used in conjunction with the 13/48 Exponential Moving Averages to create some of the exit signal conditions (e.g., E2🦈). That E2 condition is: Signal the first time the price intersects the Ichimoku conversion line *after* it has entered the VWAP UB/LB channel on one end and has exited on the opposite end). And it's named "Price Wave" because it's a literal price wave, which is where the fun surf narrative comes in. Also, "Price" doubles as me naming it after myself (in a less pretentious way). It's actually convenient that my last name is literally Price. Almost as if I was born for this. Nonetheless, this indicator is far more accurate in spotting directional changes than the free 13/48 cross, which oddly enough, influencers are charging for access. It's free, but the code is protected, for now at least.
Try it out on any ticker and look at how accurately it catches the tops and bottoms (keeping in mind to ignore misfires according to the two measures and also setting ~5-10% stop losses). And of course, use this in conjunction with other indicators. Ignoring all of my other emojis and simply setting surfer 🏄🏾 alerts could serve as additional confirmations for your personal strategy. Or you could simply enter at a surfer 🏄🏾 and exit when it reaches VWAP (or at least increase your Stop Loss to sell at break even if it doesn't reach). That strategy is the most conservative and would secure consistent gains). AND AGAIN, use your stop losses. Either it makes a move or it doesn't. Simply re-enter at a better point if necessary.
VolATRThis is my VolATR indicator. It fires Buy and Sell signals based on Volume and the ATR. Its pretty good at catching reversals and I like to use it to scalp the SPY . It doesn't provide tons of signals but the signals that it does are usually pretty accurate.
Channel SurfingThis is my Channel Surfing indicator. It fires Buy and Sell signals based on multiple conditions. You can use EMAs or LSMAs. You will have to check the box of which moving averages to use once you add it to the chart. It plots EMAs or LSMAs using the different sources Close, Low, and High as the channel to surf. It fires a Buy signal if price crosses the channel up and if there is a pullback into the channel followed by a breakout to the upside. It fires a Sell signal if price crosses the channel down and if there is a pullback into the channel followed buy a breakdown to the down side. I find it works great on the 5 minute SPY chart and the 1 minute chart of ES with the default settings when scalping. You are able to switch between 2 different channels using LSMAs or EMAs. The EMAs has an optional LSMA slope filter for getting rid of some false signals. Let me know if you guys find any other settings or ways to use this and as always I hope it helps.
Olympus MonsThis is the Olympus Mons indicator. It uses Braid Filter, LSMA, and Hawkeye Volume to fire Buy and Sell signals. I use this on the 5 Min. SPY chart to play 1 point scalp targets with options. I have been able to get a pretty consistent win rate using it like this. The default settings are what I use. Hope it helps any of you guys. Let me know if you see any settings that are better.
Effortless ScalpingEffortless Scalping is an indicator that primarily is used for stock options trading.
Effortless Scalping is based off of momentum. Our script takes into account the price action, volume, and historical data points of a stock to give potential "buy" and "sell" areas.
Effortless Scalping is a protected script because its Buy and Sell signals are based off of custom coded confirmations. This is what makes our script unique. We also have custom coded CHOP Filters in the indicator.
Effortless Scalping has a custom EMA line that flows with the trend of the market. It also changes colors to indicate a bullish or bearish trend . It also will change into a yellow color if the CHOP of the market exceeds your allowance. This EMA line is the only "classic" element of our custom coded script.
You can easily use Effortless Scalping by applying it straight to your chart. You can customize several visual effects in the settings menu.
Effortless Scalping also has two types of signals--RISKY signals and normal signals. Risky signals have a higher risk, but also a higher reward.
Effortless Scalping also features take profit levels based off of ATR levels.
Effortless Scalping also has custom support and resistance lines to better help you analyze the movement of a stock. These levels are based off of pivot levels.
Effortless Scalping can not predict the future move of a stock. Our script uses historical data points to alert POTENTIAL entries. These historical data points by NO MEANS predict the future movement of the market.
Effortless Scalping was created to help me understand the movement of a stock and why it may be moving in that direction. I personally found success using this script. I am sharing it because I am hoping that others find success in this script as well. I also like to trade quite frequently, and several times a day, so I made an indicator that is both accurate and alerts frequently.
This indicator does NOT provide financial advice. It is intended for general use only.
Volume Weighted Reversal BandsThis is a vwap & vwma hybrid with upper & lower deviation bands that provide excellent price channels and reversal areas. It can be used on lower & higher timeframes, just increase the deviation % for higher timeframes. Try out the 1 minute timeframe with .5% deviation for great scalping levels.
Here is the calculation used for the main line.
(VWMA100 + VWMA500 + VWMA1000 + VWAP) / 4
So it combines 3 VWMAs with the VWAP and divides that number by 4 to give us a moving average. Then we add new levels above and below that moving average to get our channels. The channels are separated by the % deviation you choose in the settings. For tighter bands, lower the percentage deviation and for wider bands, increase the percentage deviation.
The fattest line in the middle is the main moving average and you can expect price to regularly return to this level. The thick lines are the main moving average plus or minus the percentage deviation you have set. There are 10 levels in each direction from the main moving average. The is also a thin short term moving average as well with a custom calculation. It takes 4 different length moving averages that are weighted and 4 more that are volume weighted and divides the total by 8.The lines will be green when price is above the line and red when price is below the line. The thin white line is the VWAP on its own.
These lines will act as dynamic support and resistance so you can scalp them back and forth. These levels work so well because they are volume weighted and the algos hedge their positions back and forth constantly.
For best results, use this indicator on tickers with the highest volume and trading action as the price will stick to these levels better when the big money players are hedging. Some great tickers for this indicator are APPL, SPY, BTC, ETH.
All colors and linewidths can be customized in the settings easily as well as turning off the VWAP or short moving average and adjusting the percentage deviation for the channels.
***MARKETS***
This indicator can be used on all markets, including stocks, crypto, futures and forex.
***TIMEFRAMES***
This indicator can be used on all timeframes.
***TIPS***
Try using numerous indicators of ours on your chart for extra confirmation. Our favorites to pair with these bands are the Scalper Ribbon and Trend Friend Signals. The 3 combined give you a lot of extra confirmation on whether the market is going to reverse at these levels.
Price Line Extended to the Right with Price Label | by Octopu$🔖 Price Line Extended to the Right with Price Label | by Octopu$
This is an Add-On customization tool for your Chart Price Level.
Tired of having the TradingView's priceline all across the Chart?
And not having the Option to turn it off/extend to right only?
Worry you not. Got solutions for any problems you may have!
As well as many arms.
This Indicator provides an extended price line to the right only,
Starting from the current candle, towards the price levels.
Additionally, provides a quick price label for fast reference.
You can turn on/off the line,
As well as on/off the label.
Colors change according to candle direction:
Up/Down matching Green/Red.
Please remember to turn OFF TradingView's price line.
Otherwise it'll overlap. Price Line/Tag "replaces" that.
Works in Any Time Frame.
On Any Ticker.
(Using ES 5m just as an example:)
www.tradingview.com
SPY
Features:
• Price Tag
• Price Line
• Extend to Right
• Automatic color change
Options:
• Toggle On/Off Price Line
• Toggle On/Off Price Tag
Notes:
v1.0
Indicator release
Changes and updates can come in the future for additional functionalities or per requests.
Did you like it? Boost it. Shoot a message! I'd appreciate if you dropped by to say thanks.
- Octopu$
🐙
Intraday 5 Day Moving Average for Swing TraderThis indicator helps swing trader to quickly see if a stock or an index is in a short term up- or downtrend.
The 5 Day Moving Average line is shown on all intraday timeframes like 5, 10, 15, 30, 60, 65 and so on.
When an index like SPY or QQQ shows a green 5 DMA line, the index is in a short term uptrend and you can buy stocks for a swing trade,
when the line turns red be careful and stop buying stocks, instead watch out to short stocks.
In addition to the 5 DMA line you can show the percent distance to the 5 DMA and have multiple options to customize the indicator.
Features
■ Use SMA or EMA for the 5 DMA
■ Use different intraday timeframes or show on daily
■ Show the distance in percent
■ Different color modes
■ Multiple customize options
Relative Strength
Compare the percentage change of the current symbol with the benchmark in last 5 periods.
By default the benchmark is SPY, you can change it from Indicator Settings.
Daily Volume, RVol, RRVol, and RS/RW LabelsHeads-up display of essential Real Day Trading criteria
Daily Volume
Relative Strength/Weakness
ATR 14 and ATR 14 percent of price
Relative Volume (RVol)
Relative Volume to SPY RVol (RRVol)
Caleb's Supply and Demand ZonesThis script takes predetermined levels and plots them as supply and demand zones. These zones are automatically colored as supply or demand based on price action. Additionally, two EMAs and a VWAP are included to help make intraday trading decisions. This script is written to intuitively deduce between SPY, SPX, ES, US500, QQQ, and NQ to plot the zones in their proper corresponding price levels.
Scalp LevelsThis script is to provide scalp levels based on Price Action. It is mainly built keeping price action of SPY/SPX in mind.