Bullish Candlestick PatternsBullish Abandone Baby
Bullish Above The Stomach
Bullish Belt Hold
Bullish Breakaway
Bullish Concealing Baby Swallow
Bullish Counterattack Lines
Bullish Deliberation Block
Bullish Descent Block
Bullish Doji Star
Bullish Downside Gap Two Rabbits
Bullish Dragonfly Doji
Bullish Engulfing
Bullish Hammer
Bullish Harami
Bullish Harami Cross
Bullish High Price Gapping Play
Bullish Homing Pigeon
Bullish Hook Reversal
Bullish Inverted Hammer
Bullish Island Reversal
Bullish Kicking
Bullish Ladder Bottom
Bullish Last Engulfing Bottom
Bullish Mat Hold
Bullish Matching Low
Bullish Meeting Line
Bullish Morning Doji Star
Bullish Morning Star
Bullish On Neck
Bullish One White Soldier
Bullish Piercing Line
Bullish Rising Three Methods
Bullish Rising Window
Bullish Separating Lines
Bullish Side by Side White Lines
Bullish Stick Sandwich
Bullish Takuri Line
Bullish Three Gap Downs
Bullish Three Inside Up
Bullish Three Line Strike
Bullish Three Outside Up
Bullish Three Stars in the South
Bullish Three White Soldiers
Bullish Thrusting Line During Uptrend
Bullish Tower Bottom
Bullish Tristar
Bullish Tweezers Bottom
Bullish Two Rabbits
Bullish Unique Three River Bottom
Bullish Upside Gap Three Methods
Bullish Upside Tasuki Gap
Candle
Basic Hammer StrategyThis is a basic strategy that will buy after a hammer is printed, and sell when a predetermined risk or reward price is hit. You can change the risk and reward values in the settings. Risk and reward values are in increments of $0.01. Default values are 75 ($0.75) and 200 ($2.00). If the strategy is producing losses, try adding a zero to the end of the risk value and the reward value. Example: Higher valued stocks may do better with a Risk of 750 ($7.50) and a Reward of 2000 ($20.00). Maybe even a Risk of 750 ($7.50) and reward of 1000 ($10.00). Play around with these values to get the best result for different charts. Initial investment is set to $1000
MA CandlesOHLC calculated with a moving average.
You can replace sma with anything. EMA, Hull, sma(sma(sma(sma(close, etc.
You could also make it look clean like Heikin Ashi candlesticks if you include min/max for low/high wicks on candles.
candels v1So this is a candel version with different smoothing methods (EMA ,KAMA 'WMA , ALMA etc)
you have option for MTF in the setting
the length is set to 1 -change it to the size you want (20 for example)
RSI Candles (with wicks)The script adds wicks to the RSI candle indicator.
It is based on the RSI candle indicator by cI8DH.
Note that the definition of these wicks is not unique.
The implementation uses an RSI calculated from the highs and lows for the wicks.
Bull/Bear CandleThis script will display a small triangle under the latest two candles to indicate whether that candle is bullish or bearish based on the following definition.
A bullish candle closes in the top portion of the trading range of the candle while a bearish candle closes in the bottom portion of the trading range of the candle.
The cutoff is currently set at 65% (you can adjust it) so the close must be outside or equal to 65% of the trading range to be considered bullish or bearish. If less than 65% the triangle will indicate a neutral candle.
Colours are;
green triangle = bullish candle
red triangle = bearish candle
yellow triangle = neutral candle
I hope this helps those using TraderCobb's cradle strategy.
Small candle indicatorI've modified the original script by WiscoDish to show candles as green while they are smaller than the median of the past 10 candles. Once they become larger than the median they'll change to gray.
I've also added a horizontal median line so you can see how close the candle is to the median candle size.
This is very useful if you're stalking a trade and waiting for the candle to close small.
Retrospective Candlestick ChartWhen i was in Japan with some traders colleagues we talked about traditional charting tools from this country and how they changed the way we look at our charts today. Then suddenly one of the japanese traders i have met earlier said "Why not making another charting tool ? Smoother than Heikin-Ashi and including all the information a trader may need but easier to interpret".
So i had the idea of averaging the input and the output of the respective close / open / high and low price using a recursive exponential window functions, each values will be closer to their true value if they are volatile, if they are not then those values will look smoother, the length input represents the reactivity of the candles, high values represents smoother results but less reactive.The goal of those candles is to make all the information easier to interpret by a trader.
500 input length , the price look smoother, supports and resistances are easier to make.
The interpretation of highs and lows are important, the Retrospective Candlestick Chart save you time by showing only huge movements.
DRS - Daily Range SystemAn indicator that visualizes the evolution of a daily candle, inspired by a thread on forexfactory: www.forexfactory.com
Applied on a timeframe lower than D (actually lower than H4), it visualizes the evolution of the day's high and low, as well as mid and 25% and 75% lines.
The sole input parameters are the hour at which a day is supposed to start, and the extent of the "trade allowed" region as explained in the FF -1.44% thread.
Fork Handles by @treypeng
Candle based indicator that shows swing highs and lows (pivots).
It draws an up or down arrow for simple three candle 'single' swings.
For stronger five candle 'double' swings, it colours the candle. Good for highlighting stronger reversals.
Both of these stylings can be toggled on/off individually.
Default colours
Swing HIGH on an UP candle: bright green
Swing HIGH on an DOWN candle: bright red
Swing LOW on an UP candle: blue
Swing LOW on an DOWN candle: brown
Double swings are grey or white.
Regular candles are just kept to your own default colours as specified in the chart settings.
👏 for anyone who gets the 'fork handles' joke reference.
EMA_Cross_Trading_JHVer3.0
- EMA14 and EMA50 Cross detection
- HA 1st profit taking
- Overshoot detection
- Candle shape and Wick analysis
Not closed yet scriptI made this to serve as a reminder if a candle is not closed yet. This is to avoid entering a trade based on a candle that is not closed because this candle could look alot different by the time it closes. Good luck.
Boring Candle - Amol JoshiBoring Candles for - AZ - DZ
#Breakout Analysis
//@version=3
study("Boring Candle", overlay=true)
candleColor = ( abs(open-close)/abs(high-low) > 0.5 )? (open < close ? green : red) : blue
plotcandle(open, high, low, close, color = candleColor)
Bearish Engulfing StrictMost of the engulfing indicators i tried seemed to only look at the candle bodies which i didnt like. This one takes into account the highs and lows as well. You get less signals but each one seem to be more reliable.
Closing bars arrowsSimple script which adds arrows above or below bars.
Triangles will appear if close prices is in a above 80% or below 20% of tick price bar.
Default values can be changed from settings.
CandleCounter - Amazingly simple strategyThis might sound like a crazy idea, but actually seems to work, on all time scales nonetheless!
MTF Previous Open/Close/RangeThis indicator will simply plot on your chart the Daily/Weekly/Monthly previous candle levels.
The "Auto" mode will allow automatic adjustment of timeframe displayed according to your chart.
Otherwise you can select manually.
Indicator plots the open/close and colors the high-low range area in the background.
Hope this simple indicator will help you !
You can check my indicators via my TradingView's Profile : @PRO_Indicators
Percent Change per CandleThis indicator allows you to quickly view the true % change per candlestick (prev close > current close), but it also has 3 other customizable values for you to set your own % change conditions (such as open > high). Feel free to edit the script to suit your own needs as well.
Indecision Candle IdentifierThis script helps identify indecision candles on for better entries into trade reversals. Note that I don't believe this signal/indicator should be used as a sole basis for entering/exiting a trade. This is simply to help you have an edge in terms of your chart/candle analysis when your brain fails to keep up with your trades.
Candle Length by WiscoDishMeasure of the total candle length, including the upper and lower wicks. Works best as a histogram in my opinion. Used as a quick reference for the high minus the low of each candle.
JC_MacD_RSI_Candle_Strat_public//
// Author : Jacques CRETINON
// Last Version : V1.0 11-22-2016
//
// Risk disclaimer : Do not use this script in production environment. We assume no liability or responsibility for any damage to you, your computer, or your other property, due to the use of this script.
//
// Purpose of this script :
// 1- use same pine code for strategy or study script (with simple modifications)
// 2- be able to send alerts : enterlong, entershort, exitlong, exitshort, stoplosslong, stoplossshort, takeprofitlong, takeprofitshort in a study script like a strategy script should do
// 3- do not repaint (I HOPE)
//
// RoadMap :
// 1- manage : Trailing Stop Loss and Trailing Stop Loss offset
//
// I use this script :
// 1- with default value for XAUUSD, current chart resolution : 1mn, large timeframe : 15mn.
// 2- That's why I hard code MACD5 (5mn average), MACD15 (15mn average), MACD60 (1h average) ...
// 3- MACD, RSI (1mn and 15mn) and Candles info are my inputs to take any decisions
//
// I do not publish my enterLong, enterShort, exitLong and exitShort conditions (lines 204 to 207 are sample !) as they are not as perfect as I'd like. Fell free to use your own conditions :)
//
// Please, report me any bug, fell free to discuss and share. English is not my natural language, so be clement ;) Happy safe trading :)