description: • Zig Zag indicator plots points on the chart whenever prices reverse by a percentage greater than a pre-chosen variable. • Forecasts area based on zigzag statistics. • Displays labels with detected patterns. • Displays slope information rate of price, time diferentials and angle(experimental)
experimental: zigzag indicator with all the zigzag methods that im aware of(that matter atleast), theres something for all tastes there :P this will be the basis for zigzag tools i make in the future. note: some zigzags REPAINT.
EXPERIMENTAL: a test on how to compare price at different frequency's with static patterns.
Patterns makes parts of the many predictive tools available to technical analysts, the most simples ones can be easily detected by using scripts. The proposed tool detect the simple (vanilla) form of the ABCD pattern, a pattern aiming to detect potential price swings. The script can use an additional confirmation condition that aim to filter potential false...
Helper script to draw patterns on chart.
Hello ladies and gentlemen traders Continuing deeper and stronger with the screeners' educational series one more time. This one is heavy crazy mega cool (pardon my french). I - Concept I present to you, ladies and gentlemen, the first screener for harmonic patterns. Starting with an ACBD pattern screener this time!! I used the calculations from Ricardo...
This startegy based on 3-day pattern reversal described in "Are Three-Bar Patterns Reliable For Stocks" article by Thomas Bulkowski, presented in January,2000 issue of Stocks&Commodities magazine. That pattern conforms to the following rules: - It uses daily prices, not intraday or weekly prices; - The middle day of the three-day...
This simple indicator will help identify the 123 Patterns on the charts. It's build based on the zigzag indicator, which will work as a guideline to identify the 3 points. As soon as the price crosses the third point, the indicator will draw 3 lines: entry, take profit, and stop loss. Those lines will work as a reference and may help with other indicators. This...
Version 2 of my fractal pattern aid ( Version 1 ). I added a bouncing line between the high and low trend lines, connecting consecutive extreme points. I also chased down a pesky bug in the slope calculation...and for now I have disabled the ability to change resolution basis for extreme detection (e.g. 30m on a 1hr chart). For fun, I added some shading to make...
The script allows you to test popular candlestick patterns on various instruments and timeframes. In addition, you can configure risk management (if the value is zero, it means the function is disabled), and you can also specify the time of the trading session (for example, so that the positions are not transferred to the next day). The author is grateful to...
//Candle Patterns Ranked by Performance THOMAS N. BULKOWSKI //1. Bearish Three Line Strike +Up 67.38% //2. Bullish Three Line Strike -Down 65.23% //3. Bearish Three Black Crows -Down 59.83% //4. Bearish Evening Star -Down 55.85% //5. Bullish Upside Tasuki Gap +Up 54.44% //6. Bullish Inverted Hammer -Down 51.73% //7. Bullish Matching Low -Down 50.00% //8....
This is a simple strategy based on Doji star candlestick. It places two orders: buy stop at doji star high or previous candle high and sell stop at doji star low or previous candle low. Exit rules are with take profit and fixed stop loss or take profit and stop loss at doji min or max. This strategy works very well with high time frames like Daily and Weekly...
This is a simple study designed to track multiple candlestick patterns. Custom alerts included.
This strategy is similar to RSI V pattern strategy, but it looks for W pattern in RSI chart. RULES ====== BUY 1. ema20 is above ema50 2. RSI5 crossing up 30 from oversold area 3. and RSI5 must be below overbought area (default value set to 65) Add to existing Position 1. You can add on the next W pattern OR 2. if RSI5 is crossing up from below 20 Exit 1....
This script identifies common candlestick patterns and marks them with a tool-tip on the chart. It is a compilation of Tradingview's built-in candlestick finding scripts so it uses the same rules defined by Tradingview to identify the patterns. Instead of using a separate indicator for each candlestick pattern, you can use this script to find all the candlestick...
Hey! This time I took the pattern recognizer from a previous script I worked. It overlays the Arrows on the chart. Legend: #Maroon colour: Strong bearish signal #Red colour: Bearish signal #Dark Green colour: Strong bullish signal #Lime: Bullish signal NOTE: Also, you can untick the patterns you don't find useful, but I kept every pattern to get a complete...