High-Low Charts indicator

Forums ProRealTime English forum ProBuilder support High-Low Charts indicator

Viewing 2 posts - 1 through 2 (of 2 total)
  • #202224

    I ran into a video on YouTube (https://www.youtube.com/watch?v=NfrPZzinYlQ&list=WL&index=1), dealing with High-Low Charts. The idea is quite simple, build candles taking into account just the LOW and the HIGH, no shadows.

    Only 4 patterns may show:

    • Bullish pattern (Blue) is when a candle forms a higher HIGH and a higher LOW
    • Bearish pattern (Red) is when a candle forms a lower HIGH and a lower LOW
    • Engulfing (Grey or Green) is when the range is greater than the previous one; either HIGH or LOW can be equal to the prior candle
    • InsideBAR (Grey or Yellow) is when the range is smaller than the previous one; either HIGH or LOW can be equal to the prior candle

    While the BULLISH and the BEARISH patterns can be used to trade (especially reversals when showing at significant turning points) , the latter two are usually considered as trend continuation patterns.

    The code plots BULLISH candles BLUE, BEARISH candles RED, ENGULFING candles GREY (or GREEN, uncommenting lines 19-21) and INSIDEBAR candles GREY (or YELLOW, uncommenting lines 23-25).

    A light GREEN dot is plotted at the CLOSE, just as a reference. If you don’t like it, comment out line 28.
    Here is the indicator, which can be added ON or BELOW (or both) your chart:

    4 users thanked author for this post.
    #202227

    This is a simple strategy tested on DAX, Daily chart:

Viewing 2 posts - 1 through 2 (of 2 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login