ICT Killzone For Crypto Markets.Adjusted for Crypto 24/7 markets
Adjusted for UTC
i have hidden the asian open range and daily bars on my charts , you can choose to have them on
Less screen clutter
London Open 8:00 - 4:30 - Killzone 7:00 - 9:00
NewYork Open 9:30 - 4:00 Killzone 8:00 - 10:00
Shanghai open 9:15 Killzone 8:00 - 10:00
NOT MY ORIGINAL SCRIPT. JUST MODIFIED VERSION
Komut dosyalarını "daily" için ara
ASFX ADR,Daily HiLo,PivotsASFX Average Daily Range + Yesterday High/Low + Pivot Points
For those with basic Tradingview account this is useful to have along with the EMA /AR and TDI . this way you are equipped with all the necessary indicators to study your charts before trading.
How I use this:
=============
I don't leave this on at all times, only toggle on to check the significant levels and mark anything relevant in the way of my trade and toggle off.
Candle Crawler V1 [Moon]Candle Crawler is designed to crawl back through candle and bar data to retrieve specific values of interest.
The first implementation shows
Total bars or candles on any specific time frame or asset to the beginning of the chart. This can be used for backtesting or looking for specific assets / time frames that have a lot of backtest data.
- *usually* More backtest data = More accurate strategy implementation or live testing.
Crawls back and counts Red vs Green candles in a defined period (the max is 4999 total bars).
Use this to identify bearish or bullish trends and assets.
- *hint* if an asset through time is leaning heavily one way, a long-only or short-only strategy may be worth investigating.
Plots days of the week on each candle within it's specific day (turned off by default).
Default view of Total Candles + R/G (note if you want to turn off the labels go to the "Style" tab and just uncheck "Labels" at the bottom).
Works on any asset or timeframe including stocks and forex.
Easily filter days on or off to identify specific patterns or trends (check the "days of the week" box for ON|OFF) or head to the "style" tab to customize days or colors.
Most precise on the Daily (D) timeframe, but applicable on any.
If interested send me a DM.
JD ProgressJD Progress Indicator is a two-part algorithm that is designed for both the 4hr and DAILY chart with unique alerts for each timeframe.
This can be applied to Forex, Stocks, Crypto and Metals
How to use;
4hr - When price crosses the channels and the confirmation indicators at the bottom all align, the trade alerts will be shown on screen.
D1 - When the price crosses the channels (no need to wait for confirmation indicators), the trade alerts will be shown on screen
There are a number of rules baked into the code to try and eliminate as many fake signals as possible.
ATR targets and stop losses are also shown on screen and can be hidden if desired. I'd suggest aiming for 1x ATR target and 1.5 ATR Stop Loss. Use two trades and let the second run with a trailing stop.
This algorithm is essentially a reversal system that uses a number of specifically tested and chosen indicators to identify reversals as early as possible.
When to trade.
4hr - I suggest trading Tues - Thurs when trading the 4hr. Background shading will assist with this.
D1 - Trade 5 days a week.
With both timeframes, wait for the bar to close and place a pending order with a 5 pip gap.
JD Core in action
How to Access
Gain access to JD Progress Confirmations for your TradingView account through our website, links below.
7 day paid trials, subscriptions and lifetime access are all available.
All tiers give you full instructions on how to trade this strategy.
Monthly Weekly Daily Pivot Points StandardShow the monthly weekly and daily pivot points all at once , suitable for daytrading
Short in Bollinger Band Down trend (Weekly and Daily) // © PlanTradePlanMM
// 6/14/2020
// ---------------------------------------------------
// Name: Short in Bollinger Band Down trend (Weekly and Daily)
// ---------------------------------------------------
// Key Points in this study:
// 1. Short in BB Lower band, probability of price going down is more than 50%
// 2. Short at the top 1/4 of Lower band (EMA - Lower line), Stop is EMA, tartget is Lower line; it matches risk:/reward=1:3 naturally
//
// Draw Lines:
// BB Lower : is the Target (Black line)
// BB EMA : is the initial Stop (Black line)
// ShortLine : EMA - 1/4 of (Stop-target), which matches risk:/reward=1:3
// Prepare Zone : between EMA and ShortLine
// shortPrice : Blue dot line only showing when has Short position, Which shows entry price.
// StopPrice : Black dot line only showing when has Short position, Which shows updated stop price.
//
// Add SMA50 to filter the trend. Price <= SMA, allow to short
//
// What (Condition): in BB down trend band
// When (Price action): Price cross below ShortLine;
// How (Trading Plan): Short at ShortLine;
// Initial Stop is EMA;
// Initial Target is BB Lower Line;
// FollowUp: if price moves down first, and EMA is below Short Price. Move stop to EMA, At least "make even" in this trade;
// if Price touched Short Line again and goes down, new EMA will be the updated stop
//
// Exit: 1. Initial stop -- "Stop" when down first, Close above stop
// 2. Target reached -- "TR" when down quickly, Target reached
// 3. make even -- "ME" when small down and up, Exit at Entry Price
// 4. Small Winner -- "SM" when EMA below Entry price, Exit when Close above EMA
//
// --------------
// Because there are too many flags in up trend study already, I created this down trend script separately.
// Uptrend study is good for SPY, QQQ, and strong stocks.
// Downtrend Study is good for weak ETF, stock, and (-2x, -3x) ETFs, such as FAZ, UVXY, USO, XOP, AAL, CCL
// -----------------------------------------------------------------------------------------------------------------
// Back test Weekly and daily chart for SPY, QQQ, XOP, AAL, BA, MMM, FAZ, UVXY
// The best sample is FAZ Weekly chart.
// When SPY and QQQ are good in long term up trend, these (-2x, -3x) ETFs are always going down in long term.
// Some of them are not allowed to short. I used option Put/Put spread for the short entry.
//
Trendanalysis with Monthly/Weekly/Daily Opens and TrendindicatorThis script is based on price action Trendanalysis.
It has 7 indicators.
Also Monthly/Weekly/Daily Opens for better visuals.
DA. Daily ATR (Pips) (10%)This is the Daily ATR Indicator that convert the ATR value into pips.
This script support the pair that contain JPY.
And show the 10% value of ATR in pips.
Buy in long term uptrend (Weekly and Daily)Condition: in uptrend, EMA8 > EMA144 (User can change the EMA# from input);
Price Action: (Price crossover EMA144) or (price touched EMA144 and close above it);
Trading Plan: Buy at close or next open; Initial Stop below EMA144;
No Exit strategy in this study, trader needs to move stop by other rules; such as, uptrend line break;
Back test Weekly and daily chart for SPY, QQQ, TLT, GLD, IWM, XLF, XLK, XOP, GS, IBM, APPL, CAT, LVS
1. When side way move or price From uptrend to Down trend, Entry could be stopped quickly with small loss;
2. When buy in trending move, the position could be hold for few years.
The best sample is QQQ weekly chart.
This is my first tradingview script. I created this script file and tested in one week.
Maybe, this script is too simple, other people published similar code already; Sorry, I didn't Check that yet.
ATR Timeframe RangeThis indicator shows the ATR range on the daily or any other timeframe on your current chart. All settings are fully customize-able.
EMA 20/100/200 alwaysThis script will always show the EMA 20/100/200 daily values across any time frame chart (e.g. showing daily 20 EMA while viewing the 5 minute chart)
msoro daily DCATool to estimate PnL of your investment if you put in a fixed $ amount daily into btc for past year. It takes input as 365 days which can be changed as per need.
Day & Week & Month & Quarter & Year Open Price PointsPresent to your attention, basic “Day & Week & Month & Quarter & Year Open Price Points Indicator” !
You can determine support & resistance using Yearly, Quarterly, Monthly and Weekly open price points on a chart with any timeframe.
It is not a widely used technique, but according to different academic studies, levels are reliable. Google it! You can enhance your trading by adding that technique in your tool list.
At the current stage, Indicator shows Open Price Points.
Opening price points are extended into the future from the opening candle of each year, quarter, month and week and day.
By nature of that points, every level may be used as a support and as a resistance level at a similar time.
Initial setup:
1) Open the indicator Inputs settings, enable/disable additional Price Points.
2) Open the indicator Style settings, click on a style of each line and click on a “Price Line.”
How to use that?
With a lot of available strategies, there are two leading: Level convergence and Trend line convergence.
1) Level convergence involves locating two or more opening points that merge. This confluence can lead to greater accuracy and profitability.
2) Trend line convergence - The intersection of a trend line at a weekly, monthly, quarterly or even yearly opening level can produce fast and profitable reactions.
Try that!
As a stand-alone strategy, you can utilize that:
Price action under the WO (DO, MO, QO, YO) – Bearish
Price action above the WO (DO, MO, QO, YO) – Bullish
TIP: opening level not always good as a stand-alone tool!
Indicator Settings:
Show Daily Open (disabled by default)
Show Weekly Open (ON by default)
Show Monthly Open (ON by default)
Show Quarter Open (disabled by default)
Show Yearly Open (disabled by default)
Indicator Styling:
By default, each line is shown in the form of circles, line-width 1, silver colour.
Labels can be only in one of two states: Maroon (if open price less than ((open + high + low + close)/4) or Teal (if open price high than ((open + high + low + close)/4).
Alerts:
With the Indicator you can add a few different alerts:
DO Alert
WO Alert
MO Alert
QO Alert
YO Alert
Play with it:
Add a new alert with following condition: your SYMBOL crossing DWMQY OPP Weekly Open.
Options: Once per Bar.
Future of the Indicator:
The Indicator is a necessary part of more prominent Indicator which will include 8 modules in total:
2~ Arabian Wise Tunnels Module
3~ RH Waves Module (something like Vegas Waves)
4~ Trend Channels Module
5~ Opening Range Zoning Module
6~ Breakout Module
7~ BS Hemisphere Module
8~ Price Action Module
DISCLAIMER! RISK WARNING!
PAST PERFORMANCE IS NOT NECESSARILY INDICATIVE OF FUTURE RESULTS. TRADERS SHOULD NOT BASE THEIR DECISION ON INVESTING IN ANY TRADING PROGRAM SOLELY ON THE PAST PERFORMANCE PRESENTED, ADDITIONALLY, IN MAKING AN INVESTMENT DECISION, TRADERS MUST ALSO RELY ON THEIR OWN EXAMINATION OF THE PERSON OR ENTITY MAKING THE TRADING DECISIONS.
//Written by iambitboy request.
MTF Ichimoku CloudIchimoku Cloud , Multiple Time Frames, based on the script : MTF Selection Framework functions (PineCoders)
Possible display:
- four differents Ichimoku
- Tenkan, Kijun, Chikou and Kumo (monochrome or not)
- labels : offset from line, color if you change style and with/without abbreviation
Time Frames :
- 1m
- 3m
- 5m
- 15m
- 30m
- 45m
- 1h
- 2h
- 3h
- 4h
- Daily
- Weekly
- Monthly
COVID-19: Daily momentumThis indicator shows 14-days moving average of daily rate of change (momentum, acceleration), in other words:
- up trends means that virus accelerates at the rate displayed on the right scale
- consolidation/horizontal movement - virus spreads at constant rate
- down trend - virus looses momentum IMPORTANT: the virus STILL accelerates but at a lower rate
By default the graphic displays World vs. EU vs. US vs. Asia while individual countries are available in Settings.
- EU includes the following countries (DE, FR, IT, ES, CH), all with more than 10k confirmed cases and more than 1k new daily infections.
- Asia includes CH and KR
To use the indicator it is important to disconnect main chart from the right scale, on main chart click on More (the 3 dots) -> Pin to scale -> Select "No Scale".
Ichimoku Timeframe - [Silver-Wong]"Ichi Time" displays an Ichimoku indicator from another timeframe.
IE: Displays Ichimoku Daily while you are on the 4H chart.
Available timeframes:
- 1H
- 4H
- 12H
- Daily
- Weekly
Previous Quarterly, Monthly, Weekly, Daily Candle Open, Close.This script marks the Previous Quarterly, Monthly, Weekly, and Daily Candle Open and Closes. Colors can be changed as needed.
EMA Cross - Swing Trading on the Daily (by Leb Crypto)This indicator is best used on the Daily Chart.
It's simple yet powerful.
All it does is indicate where the 8 EMA crosses over or under the 21 EMA, indicating a potential LONG or SHORT position opportunity.
You can back test this on many charts, and find that it has a pretty decent success rate.
Obviously, it is NOT to be used on its own. It's best combined with other technical analysis skills.
Nevertheless, it is helpful in Swing Trading on the Daily chart.
Long/Buy when the green circle appears.
Short/Sell when the red circle appears.
Enjoy it.
Cheers,
Leb Crypto
Deribit Daily OptionsOverlays Deribit daily option expiration time and strike prices on chart. Also overlays historical volatility rounded to nearest whole number for quick reference.
MultiTimeFrame Fractals D W M [xdecow]This indicator shows fractals in different timeframes. With the possibility of coloring the bars with any combination of current, daily, weekly and monthly timeframes.
The return points are calculated as follows:
high > last 3 highs and close above highest low
low < last 3 lows and closes below lowest high
The direction of higher timeframes fractals tend to be more durable and reliable. This indicator helps to find the fractal alignment of different timeframes, so that you can look for trade opportunities in the same direction as the higher timeframes and improve your chances.
Ind - Envelope Daily (Public)This is an envelope based on the daily timeframe , that can be imposed over any timeframe.
You can adjust EMA length and the multiplier to your preferance.
You can set an Alert based on the Alert condition of price exceeding the outer envelope .