This indicaor is draw time(ex 09:15 nifty 50) high and low of candle .. for buy condition - 1) when price is crossing time candle high open a long trade 2) check for condition is this trade open less thn previous trade if both condition are true thn open a buy trade for sell condition - 1) when price is crossing time candle low open a short trade 2) check...
Same of original Williams Fractals, but with the following changes - changed arrow directions - added option to show Lower Highs and Higher Lows - added alerts for Lower High and Higher Low Enjoy~~
Library "LocalLimit" Calculates the local upper or local lower limit for a given series. Applying multiple passes produces what appears like support or resistance levels. See Local Limits for more detail. upper(src) Produces the recent local upper limit for a given series. Parameters: src : The source series to derive from. lower(src) Produces...
Based on Dow Theory, a series of successive higher highs (HH) and higher lows (HL) is the sign of an uptrend (bull trend) and a series of successive lower highs (LH) and lower lows (LL) is the sign of a downtrend (bear trend). So this script indicates the trends using the concept and draws corresponding trend lines. It took some effort to make it possible for...
Displays recent higher highs, lower highs, lower lows, and higher lows as a collection of local limit indicators. In its simplicity is a lot more powerful than might appear at first glance. Does not rely on volatility calculation. Can be linked together to create an objective view of recent support and resistance levels. Makes current trends more visible. ...
A simple script that I made that draws lines between the high and low pivots. The color of the line define if the pivot is higher or lower than the previous pivot. The main thing to tune is the pivot look back vs look ahead, which are the same params used by the tradingview pivot indicator. There are several other params you can tweaks to get the look you want.
Hello Traders, Here Double Zig Zag with HHLL script is with you. it calculates 2 Zig Zag simultaneously and draws them, and also it calculates and puts Higher High, Lower Low, Higher Low, Lower High labels. All these are done dynamically, it means last HH/HL/LL/LH can change. if price continues to go up then HL can turn to LL or if price continues to go down...
This script labels swing highs and swing lows as well as the candle pattern that occurred at that precise point. The script can detect the following 6 candle patterns: hammer, inverse hammer, bullish engulfing, hanging man, shooting star, and bearish engulfing. The notations HH, HL, LH, and LL you can see on the labels are defined as follows: HH : Higher...
The script draws the high and low of the premarket session and based on these levels the ATR is added and also displayed on the chart as lines. You can change: - The Session Timeframe - The ATR Multiple - If the Aftermarket Session should be included
This indicator gives a clear indication of price action swing-points as well as an indication of whether it is a higher, lower, or equal swing point relative to the last high/low.
A system that determines what direction the market is trending by analysing previous high and low pivot points to set up an entry trade.