[KK]Price Retest from EMAScript show fractals on chart when price retest after breaking Exponential Moving Average.
ค้นหาในสคริปต์สำหรับ "fractals"
CAMZONEAdded Fractals which establishes high and low based on Bill Williams definition. Added one type of Pinbar (where the open and close is near extreme of the range and with long shadow that is at least 80% of the range). It is a powerful reversal pattern especially on the daily charts. These bars are identified with the character P. Also included dots below momentum candles.
Bill Williams SystemBill Williams System combine all indicators of Mr. Bill Williams into one window with detail below:
1. Top of window:
Display Fractals with shape triangle down is bottom fractal and shape triangle up is top fractal
2. Bottom of window:
Display Alligator Trend Flat with trend defined as below:
* Up trend: Lips value shift 3 bars greater than Teeth value shift 5 bars. And Teeth value shift 5 bars greater than Jaws value shift 8 bars. By default up trend is green square.
* Down trend: Lips value shift 3 bars less than Teeth value shift 5 bars. And Teeth value shift 5 bars less than Jaws value shift 8 bars. By default down trend is red square.
* Choppy: not up trend and not down trend. By default choppy is gray square.
3. Moving around zero line
* Awesome Oscillator is circles.
* Accelerator Oscillator is columns.
* Gator Oscillator is area.
WMX Williams Fractals strategy V4There are some magic numbers out there! Guys, Check this out!
if you like it please support me with a like or leave your comments below
Williams Fractals - 3 or 5 Bar Wanted to give a user the option to choose between the original 5 bars in the Williams Fractal or 3 bars.
Zenith BladeThis script is based heavily on "Support/Resistance Zones x3" by Lij_MC
What I did is went and added alerts for when price breakouts the support line/zone.
You have the options to change if it is based on a zone breakout or a line breakout
You also can choose when it will go off, so for example you want an alert to trigger only between 7am and 8am then you can change that in the menu.
Lastly you can choose whither or not to show the Williams Alligator on the chart as I have found it beneficial in conjunction with the script since its based primarily on fractals to calculate Support and Resistance.
Williams Fractal (equals fixed)In contrast to the default Williams Fractal generator, this one also shows fractals if the two candles before or after are equal (>=, <=).
RSX-D [ID: AC-P]The "AC-P" version of Jaggedsoft's RSX Divergence and Everget's RSX script is my personal customized version of RSX with the following additions and modifications:
LSMA-D line that averages in three LSMA components to form a composite, the LSMA-D line. Offset for the LSMA-D line is set to -2 to offset latency from averaging togther the LSMA components to form a composite - recommended to adjust to your timeframe and asset/pair accordingly.
Divergence component from JustUncle, RicardoSantos, and Neobutane divergence scripts
Crossover indication and alerts for Midline, and custom M1 and M2 levels for both RSX and the LSMA-D line from Daveatt's CCI Stochastic Script
EMA21/55 zone cross highlighting option
SMA9/EMA45 MA option from my RSI sma/ema Cu script
Libertus Divergences and Pivot labels from Jaggedsoft's RSX Divergence script are hidden/off by default
Designed for darkmode by default. Minor visual changes from Jaggedsoft's and Everget's script(s) for darkmode and visual aesthetic.
Please Note:
Divergences that use fractal-based detection logic, offset, or a combination of both generally have a 1-2 bar/candle lag. This is an INHERENT limitation of divergence detection with fractals and offsets. Divergences generally will have a higher strikerate on HTF than LTF due to the 1-2 bar lag. While I'm not going to rule out a programming solution or math construct/formula that attempts to alleivates the 1-2 bar lag for divergences, this script is not it - please keep that in mind when using divergence components with a fractal base and offset.
LSMA-D is a composite of three LSMA lines, all with offset options. Different lengths and Offset values can compensate/adjust for the smoothing/latency from RSX, but only up to a certain point. For each LSMA, the least square regression line is calculated for the previous time periods, so the idea is that with finely tuned adjustments, you can get crossover/crossunder signals from the RSX with the LSMA-D line that you simply can't get with the SMA9/EMA45 due to the already smoothed RSX.
The defaults for the RSX and various components for the LSMA-D here will MOSTLY LIKELY NOT WORK OR BE APPLICABLE to every timeframe and asset that you trade - adjust, backtest, and test accordingly. The defaults are here are MEANT to be adjusted to the asset class and timeframe that you are trading.
If you're not familiar with the LSMA, tradingview author Alexgrover has a few great scripts that go into detail how the LSMA works, in addition to different interpretations and implementations of the LSMA.
References/Acknowledgements:
//@version=4
// Copyright (c) 2019-present, Alex Orekhov (everget)
// Jurik RSX script may be freely distributed under the MIT license.
//
//-------------------------------------------------------------------
// Acknowledgements:
//---- Base script:
// RSX Divergence — SharkCIA by Jaggedsoft
//
// Jurik Moving Average by Everget
//
//---- Divergences/Signals:
// Libertus RSI Divergences
//
// Price Divergence Dectector V3 by JustUncle
//
// Price Divergence Detector V2 by RicardoSantos
//
// Stochastic RSI with Divergences by Neobutane
//
// CCI Stochastic by Daveatt
//
//---- Misc. Reference:
// RSI SMA/EMA Cu by Auroagwei
//
// CBCI Cu by Auroagwei
//
// Chop and explode by fhenry0331
//
// T-Step LSMA by RafaelZioni
//
// Scripts by Jaggedsoft for structure and formatting
// Scripts by Everget for structure and formatting
//-------------------------------------------------------------------
// RSX-D v08
// Author: Auroagwei
// www.tradingview.com
//-------------------------------------------------------------------
Bill Williams Chaos TheoryBill Williams Chaos Theory
- Alligator
- Fractals
- Accelerator Decelerator Oscillator
- Market Facilitation Index
Combining all of that to generate signal long or short.
Long entry when long signal appears.
Short entry when short signal appears.
For donations
BTC: 3E7rUPX7upS8iTj42JdLt7keJVbJLfvMoH
ETH: 0x094ed88e4c5a9b225e936586cbc2d61f4a027f68
Thank you & happy trading!
Pullback SP-Strategy#9This is my interpretation of Steven Primo's pull back strategy indicator # 9. Seems to work on any time frame or combination high and low. I prefer to use it with the regular fractals and a 20 or 50 SMA and 5 period RSI. I would prefer to have it only paint up arrows when bars close above the SMA and vise versa with down arrows. If someone can help me correct that please contact me.
Thanks, 1776er.
Minimal Godmode 2.1// Acknowledgments:
// Original Godmode Authors:
// @Legion, @LazyBear, @Ni6HTH4wK, @xSilas
// Drop a line if you use or modify this code.
// Godmode 3.1.4: @SNOW_CITY
// Godmode 3.2: @sco77m4r7in and @oh92
// Godmode3.2+LSMA: @scilentor
// Godmode 4.0.0-4.0.1: @chrysopoetics
// Jurik Moving Average: @everget
// Constance Brown Composite Index RSI: @LazyBear
// Wavetrend Oscillator: @fskrypt
// TTM Squeeze: @Greeny
// True TSI/RSI: @cI8DH and @chrysopoetics
// Laguerre RSI (Self-Adjusting Alpha with Fractals Energy): @everget
// RSI Shaded: @mortdiggiddy
// Minimal Godmode v2.0:
// 6 BTC pairs/exchanges (instead of 11) to reduce loading time from the pinescript security() function
// Volume Composite for engine calculation
// TTM Squeeze on Wavetrend Signal
// Constance Brown Composite Index RSI (CBCI)
// TrueTSI (Godmode 4.0.0 implementation)
// Laguerre RSI (LRSI)
// Minimal Godmode v2.1:
// Removed TTM Squeeze and Volume Composite
// EMA for Wavetrend Signal
// Multi-exchange for BTC no longer the default
// mg engine toggle for CBCI, Laguerre RSI, and TTSI
// Wavetrend Histogram component toggle
2xIchimoku Cloud + 4xMA + Williams FractalUpdated version of the previously published multi-indicator which includes
4x Moving Averages
2x Ichimoku Clouds
Bill Williams Fractals
Changes:
-Toggle switches for each indicator on input tab for easy on/off
-MA Type Selector (EMA/SMA/WMA/VWMA)
-Various default style change
Many thanks to both redwraith and jedireza for helping me work out the MA section
www.tradingview.com
www.tradingview.com
Next improvements: Ichimoku settings
btc fractal history by @cryptoshebadds btc price history for observation of fractals in price action. default settings overlay 2013 btc bubble on 2017 btc bubble to show striking similarity between the two.
Isolated Peak and Bottom (Tuncer ŞENGÖZ) by KıvanÇ fr3762This Technique is created by Tuncer Şengöz @TuncerSengoz on twitter
An uptrend with higher highs might not make new highs everyday. So how could we define the end of an uptrend? How could we tell the difference between the end of an uptrend and a temporary correction? This isolated high/low technique aims to help us in this kind of situations.
We call the highest point of an uptrend until the particular day “an isolated Peak” and consider the lowest point of the day before as a signal level. If the signal level is broken in 2 days, we assume the uptrend to be over. If it is not broken in 2 days, the uptrend continues. The same technique also applies to a downtrend and the only difference would be the direction.
conversely it has the same logic of finding an end of a downtrend, called "Isolated Bottom" which can be considered the highest point of the day before as a signal level the same way.
The success rate of this technique is quite high (around 85%). There is no required term for this technique and it can be used in yearly, daily or ticker charts, because the market moves in fractals and repeats itself in every scale.
As in every technique, it might also give false signals in some situations like extreme volatility or emotional decisions of masses. However, it will be very helpful for us to indicate the direction of a trend.
Creator: Tuncer ŞENGÖZ @TuncerSengoz on twitter