Hikkake Pattern The hikkake pattern is a price pattern used by technical analysts and traders
hoping to identify a short-term move in the market's direction. The pattern
has two different setups, one implying a short-term downward movement in price
action, and a second setup implying a short-term upward trend in price.
The Hikkake pattern (pronounced Hĭ KAH kay) is a complex bar or candle pattern
that begins to move in one direction but reverses quickly and is said to establish
a forecast for a move in the opposite direction. This pattern was developed by Daniel L.
Chesler, CMT, who published a description of the pattern first in 2003.
Candlestick Analysis
Filtered Waves [NXT2017] #Linda Raschke #basics on Arthur MerrilHI BIG PLAYERS,
this script I wrote for an enquiry of a tradingview-user. It should represent the Filtered Waves idea from Arthur Merril and used by Linda Raschke.
It's similar like a visualization of Elliott Waves.
On YouTube title "MTA UK Chapter Presentation with Linda Raschke" between 34-36 minutes Linda Raschke shows the rules for her Filterd Waves.
Any questions? Ask me!
King regards
NXT2017
========
TO MY PERSON
I'm the second winner of the official German Forex Trading Competition in 2018.
Look here to the ranks:
deutsche-trading-meisterschaften.de
I speak german, english and russian.
My strength in trading are Wolfe Wave pattern.
OHLC-RatioThis one is quite useful to quickly see candle length, full range compared to closing range and difference.
Golden Cross by -Westy-Quick Guide
- Yellow cross and green MA on top = Potential uptrend
- Yellow cross and red MA on top = Potential downtrend
A simple golden cross indicator of the green 50 and red 200 SMA with a yellow cross for ease of visibility and backtesting.
Generally, longer time frames more powerful signals but are less frequent. I typically use it on the 4 hour, daily and weekly.
Engulfing Pattern Hello Traders,
Sharing one of my favorite candlestick pattern with everyone. Feel free to use it.
Regards,
Intraday Guruji
Custom Candle color Inside/Outside candles, Highwave, Star Patt.This script paints outside and inside candles (orange), highwave candles (purple, and morning and evening star patterns (red). You should use hollow candle sticks with this script. I use it to find change in trends or where indecision is present.
Renko Plot StrategyThis strategy lets you plot Renko open and close values, based on your preferred Renko size brick, on normal candle chart. You can use it on any timeframe, define your preferred brick size and trailing stop.
Micro Daily CandlesThis helps me visualize the daily candles on a micro scale by looking at the intraday chart.
The open and close are filled red and green making the body of the daily candle. The current day high and low are marked and represents the daily candle wick.
No Shadow Candles - Alertsalert script to detect candles with no wick, for testing.
scripted on request.
MACD Profit CandlesThis tool is simple yet very effective. It creates new candles on the chart based on the MACD.
Candles are green when MACD is increasing and red when it is decreasing. All lengths can be adjusted in the input menu and there is an option to plot the signal line.
The rules for using it are pretty simple:
1.Buy on Green
2.Sell on red
~Happy Trading~
AntiRekt RibbonThis script is a fork of the Madrid Ribbon, the only difference is that you can color your bars depending on the trend.
Inside Bar and Outside Bar Simple indicator, to show outside bars and inside bars
inside sellbar = "I" in red color
inside buybar = "I" in green color
Outside sellbar = "O" in red color
Outside buybar = "O" in green color
----------//---------------
PT-BR
Indicador simples, para mostrar outside bars e inside bars
inside sellbar = "I" na cor vermelha
inside buybar = "I" na cor verde
Outside sellbar = "O" na cor vermelha
Outside buybar = "O" na cor verde
MTFCSome people have asked me about this indicator when they see it in my charts so im sharing it for those who are curious. Have a nice day.
Engulfing Candles DetectorHello traders
Credit to HPotter for that script
I took his script and added alerts to it. 2 lines lol
But anyway, useful to detect reversals by coloring bullish/bearish engulfing candles :)
Enjoy
David
Pinbar / Engulf EMA IndicatorThis indicator is built based on the video by ForexSignals TV (no association on my part with them), published on July 5th, 2019 titled "SIMPLE & PROFITABLE Trend-following Forex Trading Strategy!"
The basic premiss is to use the 8,13,21 EMAs, make sure they have not crossed in the previous 3 bars, then look for engulfing bars or pinbars for the current direction. Meaning if the trend is up, look for bullish engulfer or pinbars, and bearish ones if the trend is down. Also, the pin must have crossed the 8EMA but not the 21EMA.
When determining to act on the signal, the video recommends only executing a buy/sell if the the current trend in the anchor chart is trending in the same direction (trending up only enter buys, trending down, only enter sells).
The script overlays a BUY or SELL tag under the bar that meets the above criteria.
Higher High Lower Low Strategy (With Source Code)This script finds pivot highs and pivot lows then calculates higher highs & lower lows. And also it calculates support/resistance by using HH-HL-LL-LH points.
Generally HH and HL shows up-trend, LL and LH shows down-trend.
If price breaks resistance levels it means the trend is up or if price breaks support level it means the trend is down, so the script changes bar color blue or black. if there is up-trend then bar color is blue, or if down-trend then bar color is black. also as you can see support and resistance levels change dynamically.
If you use smaller numbers for left/right bars then it will be more sensitive.
source code of :
Multi Bar OHLC Compare Panel (Floating Grid)Multi Bar OHLC Compare Panel by RagingRocketBull 2019
version 1.0
This indicator lets you compare OHLCV values from several specified bars. Bars can be dynamic/persistent.
You can also use it as an alternate OHLC panel if you don't like small font of the native TradingView panel.
It uses Pinescript v4 to output data dynamically as string labels in a horiz/vertical grid.
Features:
- Floating Panel with customizable horiz/vertical layout and grid spacing
- Support for up to 5 OHLC bars (highlighted with markers)
- Outputs Bar #/index, OHLCV, Bar Change Value/%, Exchange/Ticker, Timeframe, Timestamp strings
- Dynamic (fixed offset)/Persistent bars (fixed time)
- Show/Hide parts of strings
- Full output string customization, including text size, date/time format and delimiters
- 2 Anchor points for panel offset: cur bar high or range high
- Bar Change can change color
Usage:
- specify at least 1 bar index as OHLC source
- select anchor point to position the panel
- select horiz/vertical grid layout
- adjust horiz/vertical spacing
- customize output strings as needed
Notes:
- this indicator uses Pinescript v3 Compatibity Framework
- both bars 1,2 are required for log scale adjustment to work
- you can't attach the panel to screen's top/bottom and must use offset/anchor because, unlike plotshape, string labels don't support yloc=yloc.top/bottom, only yloc.above/belowbar
- you can't precisely align strings in a grid because there's no label.get_width/height to calculate mid/left points, only get_x/y/text. Alignment will break depending on string length, zoom and change color option on/off
- bar change is rendered as a separate label when change color is enabled (2 panels total) and merged into the main panel when disabled (single panel)
- you can't change the order of strings as playing with the natural order of things isn't the best of ideas
- you can modify the script to compare up to 50 OHLC bars, but do you need that much power? Of course, you do.
- you can't set color/style for string labels in Style UI, so a few extra settings were added.
- bar index is limited to 5000 for free accounts (10000 for paid), will show an error when exceeded, also when it exceeds the total number of bars in history
- in persistent bars mode all bars with index > 0 are considered persistent, bar 0 always remains a dynamic bar
- persistent bars' offset is reset: in replay mode on exit or when price reaches cur bar, or when panel layout is changed from h to v in both replay/realtime modes
- initial pos of each persistent bar relative to the first realtime bar anchor doesn't change during session - new persistent bars introduced during session are attached to the most recent cur bar anchor
P.S. Everything is proceeding as I have foreseen
VWAP Candles & MVWAPI was getting sick of the useless VWAP indicator on Trading View and wrote something that is more comprehensive and quite interesting, in fact: candles for VWAP.
It uses the original open/high/low/close and combines them as you would the original hlc3 calculation, but separately, to draw the candles as a shadow of the current price.
There are a few parameters to make it more flexible: source, resolution timeframe, volume length, and moving average length.
Volume Length (default: 5) will determine the candle calculations, cumulative sum of the past X bars.
Moving Average Length (default: 9) will determine the simple moving average (sma) length for the true VWAP (hlc3*volume/cumulative volume)
Source will change the Moving Average VWAP from hlc3 to whatever you want.
Resolution will attune the candles and Moving Average VWAP line to a different periodicity.
Just to be a pain, I also included the old VWAP from Trading View, as a comparison. You can disable it from the Style settings.
Enjoy and happy trading!