Abstract This script computes the strength of pin bars. This script uses the corrent and the previous two bars to compute the strength of pin bars. The strength of pin bars can be also comared with average true range, so we can evaluate those pin bars are strong or weak. Introduction Pin bar is a popular price action trading strategy. It is based on quick price...
Hello Traders, This is " Smoothed Candles " script to get rid of noises and to get a smoothed chart to figure out breakouts and price movements easily. There are three scaling methods: User Defined, Dynamic (ATR) and Percentage Optionally you can add 2 Simple Moving Averages and 2 Exponential Moving Averages Optionally you can hide the Wicks, example: You...
I am really excited to publish my work, I know its at the beginning but there is a lot to come in the future. I am writing a script to identify the candlestick patterns. In this version, I have added Hammer and Hanging Man Pattern in the first version, I know its less but its a beginning, I will keep adding the new information in my script in upcoming...
A hammer candle is defined here as 1) the lower shadow (wick) is at least twice the length of the main body and 2) the close is in the top half of the range. A shooting star has the opposite conditions 1) the upper shadow is at least twice the size of the main body and 2) the close is in the lower half of the range. These candles should not be used by themselves...
HG Scalpius H & SS Scan This indicator highlights hammer candles and shooting star candles based on the below definitions: Hammer = lower wick >= 2* real body and closes in top half of range Shooting Star = upper wick >= 2*real body and closes in bottom half of range hammer = (min(open,close)-low)>= (2*abs(open-close)) and close >...
This script is for helping you to find bullish and bearish hammers.
I made this in starbucks . Bullish hammer trading signal algorithm using MACD for trend determination and holding period.
Hello Everyone. Almost one year later, with Pine version 4, I developed new version of the Divergence for many Indicator. It analyses divergences for 10 predefined indicators and then draws line on the graph. Red for negatif divergence (means prices may go down or trend reversal), Lime for positive divergences (means prices may go up or trend...
This script detects an event created by Oliver Velez, it is a wide-range candle with a small body and a long tail (hammer-type candle), its range is noticeably larger than previous candles, as a rule it can be taken that the body should be maximum of 30% of the total range of the candle with a long tail. The stop goes under the tail and the signal is given when...
Basic candle patterns marker marks: - Doji stars - Doji graves - Doji dragonflies - Hammers - Reversed hammers - Hanging mans - Falling stars - Absorption up/down - Tweezers up/down - Three inside ups/downs
Doji & hammers marker marks: - long/ short doji star ( marks as doji star ) - doji grave - doji dragonfly - hammer - falling star - hanging man - reversed hammer
Simple script to detect and mark possible reversal candlesticks - "hammer" and reversed version "hanging man". hammer: en.wikipedia.org(candlestick_pattern) hanging man: en.wikipedia.org(candlestick_pattern)
This 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...
This script tries to identify the candles that have Hammer & Hanging Man & Inverted Hammer & Shooting Star patterns
This is a simple script to identify Hammer and Hanging Man Candles
This script can be used to spot hammers on the charts, I try to avoid false positives by ignoring candles which have less than 0.25% price difference between open and close.
This script help to identified popular candlestick pattern combined with trend identifier. Most script only focus on criteria of the pattern. Such as how much the length of the body compared to previous candle etc. Besides criteria of the candle, this script also considered the trend into the logic. For example bullish engulfing is a bullish reversal signal, which...
Shows indicators above/below hammer-like candles. Also adds BB & EMA in order to reduce active indicator count.