Komut dosyalarını "daily" için ara
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 .
MB DAILY CPR, HIGH, LOW, RESISTANCE AND SUPPORTThis script is based on Franklin O. Ochoa's "Secrets of a Pivot Boss". This script shows daily CPR with R1 to R4 and S1 to S4, previous day high, low, This script mostly works for swing, scalping and intraday.
Recommended to back test before use.
By using this script I will not accept liability for any loss or damage, including without limitation any loss of profit.
High, Low and MidpointThis indicator plots the daily high and low from the previous day. (BLACK)
It then calculates the midpoint of the high and low and plots this. (RED)
This indicator can be used to identify daily ranges and to identify possible support and resistance levels.
camarilla - Daily,Weekly,Monthly by Ganeshcamarilla - Daily,Weekly,Monthly levels in one chart for support and resitance