Hello Thank you for watching my first public strategy , I will explain my thinking to you below. 1.trend I determine the trend through two fast and slow lines.The fast line represents the short-term cost of the market. I found that most people in the market like to go long, so I used a more sensitive line to represent short-term costs,use a duller line to...
Pin candles are a variation of hammer candles that are useful in technical analysis . In particular, when combined with volume profile studies, they can be a powerful set up for long entries or other decision making. For example, when looking at volume profiles, a long entry would be a fair value area (i.e. 40%) below the close of a pin candle. When combined with...
This is an experimental candlestick pattern that combines pinbars and engulfing patterns as my own implementation. These signals can be used as a possible reversal points based on timeframe used or set wick size. Of course these signals should never be used on their own but rather can be used as another confluence of possible entry signal. Functional and Manual...
Pinbar Detector is a technical analysis tool designed to detect Pinbar patterns in financial markets. Pinbars are reversal patterns that indicate a potential change in trend. This indicator is based on an existing Pinbar detector in MQ4/5 format, originally developed by "earnforex". The PineScript version is written to work in TradingView, and can be applied to...
The strategy finds the nearest pinbar pattern and opens a position (long or short). You choose your take profit and stop loss multiplier. Take Profit - X times the pinbar size from it's highest point. Stop loss - X times the pinbar size from it's lowest point. You can find more detailed screenshots and the source-code on my github page: ...
This indicator was specifically built to be used for trading the Scalpius Trading System promoted by @scottphillipstrading. Additionally I've added Daily and Weekly Highs, Lows and Central Pivot lines The central indicators used in the Scalpius trading system which are included here are: The Bollinger Band, chart plotting of Pin Bars (Hammers & Shooting Stars) and...
Hello everyone, this is a simple script for determining a qualified Pinbar (1) Indicator introduction This indicator can combine multiple K-lines and determine whether the combined K-line is a qualified Pinbar Supports the calculation of Pinbar strength and filters out undesirable Pinbars by a minimum threshold (2) Parameter introduction - Pinbar...
Library "merge_pinbar" merge_pinbar: merge bars and check whether the bar is a pinbar merge_pinbar(simple, simple) merge_pinbar: merge bars and check whether the bar is a pinbar Parameters: simple : int period: the statistic bar period simple : int max_bars: the max bars to be merged Returns: array:
This indicator allows you to filter noisy pin bar chart, with pin bars which have been rejected from dynamic support/resistance level also named as 21 Moving Average. I would consider to work only on higher time frames like 1H and higher, so you really can find only best entries. Have fun, write your feedback in the comments section:) P.S This is the first...
Pin Bar is one of the most important candlestick patterns. Almost every time you see a pin bar, you can expect the price to turn in the opposite direction. You should pay more attention to the abnormal ones among the pin bars. What I mean by abnormal pin bar is that the long leg is at least 3 times larger than the body. With this indicator, you can set your own...
Simple indicator highlighting Lepikkokynttilä. You can tweak wick sizes, body size relative to candle size and colors.
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...
This study draws a trend line for the last two Bill Williams up-fractals and down-fractals. Trend line break signals and alerts can optionally be added.
This is a Pinbar Monitor which design for Chinese. 这是一个Pinbar识别器。 本脚本的目的在于帮助使用中文的人了解该指标,特别是其用法。同时将该指标代码添加完整的中文注释,方便使用中文的人学习Pine语言。 Pinbar概念来自于Price Action,基本类似于国内K线分析中的十字星,锤子线。该指标的主要功用在于帮助识别盘面出现的Pinbar,分为牛市Pinbar和熊市Pinbar。 对Pinbar的量化定义 熊市Pinbar 1 前一根K线,必须为阳线; 2 K线实体必须小于前一根K线; 3 下影线高度至少大于0.5倍实体高度; 4 上影线高度至少是2倍实体高度。 牛市Pinbar 1 前一根K线,必须为阴线; 2 K线实体必须小于前一根K线; 3...
My first script to identify pin bars with a predefined rules, any feedbacks are welcome. Rules Bullish Candle 1. Body of the candle should be above the 50% of the day's price range AND 2. Either the open or the close should be above the 30% of the day's price range if both the above conditions are met then a bullish arrow is produced with "B". ...
Description: ============= This indicator plots MAs and paints Triggered Alert Arrows base on Flying Buddha candle patterns. The “Flying Buddha” Pattern is defined as: --------------------------------------------- A candlestick chart with two moving averages: the 5 period exponential moving average (fast EMA) and the 10 period simple moving average (slow SMA),...