Displays previous highs and lows. Added Round numbers. Modified Chris Moody script.
Hello. This script aims to take into account mutable variable Pivot Points' periods. While doing this, it takes the period between 2 signals that I use in the script: And these periods in my Pivot HL function integrated into len length (Mutable variables) : The cornerstone of the script is these facts. Pivot can be optimized by playing with reversal...
This is a custom High Time Frame indicator, originally created by JustUncleL. 💚 I have edited the Pine Script to allow a custom Time Period input. 💛 In the original version, you could only select from a few time periods as your High Time Frame. 💙 In this version you can put any time frame as your reference. 🧡 Example: 6-hour HTF or 2-Day HTF SOMMI'S SPECIAL...
This script example aims to cover the following: defining custom timeframe / session windows gather a price range from the custom period ( high/low values ) create a secondary "holding" period through which to display the data collected from the initial session simple method to shift times to re-align to preferred timezone Articles and further reading:...
this study will plot yesterdays, high and low price, pre market's high and low price, regular day's high and low price and post markets high and low price.
Hello guys, this scripts prints the high and low as well as the moving average of a user-defined session. How does it work? Basically, as soon as we are in the session range, the indicator will constantly keep track of the high and the low of this range. It also prints the moving average, which can either be a floating or a static line, that represents the...
A small script to track all-time high/low levels. You can create alerts when levels will be updated.
Plots the All Time High and All Time Low, with optional labels when a new ATH/ATL is created. Reaches all the way back in history for the true high/low, not limited to the most recent 5000 candles like most scripts. Works on all time frames.
An experimental indicator using Pine Script Arrays. The indicators measures the rate of change of the highest highs and lowest lows. I call it the "High Low Rate of Change". The H/L Rate of Change indicator finds the delta between the current highest high and previous highest high and after some filtering places these values into an array. Same goes for the...
//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....
Plots the previous periods High and Lows (black crosses) and forecasts the next day's High and Lows (gray crosses)
Addition to previous time range script, now containing daily ranges. You can select a day of the week, and have it show the high, low, mid, and open of that day. For the time bands: Monday = 2 Tuesday = 3 Wednesday = 4 Thursday = 5 Friday = 6 Saturday = 7 Sunday = 1 Example 1: 1500-1800:2 This will colour the background between 3pm and 6pm on...
Displays the day's progressive high and low of the day colorized by the day of the week.
This is a crypto swing strategy designed for timeframes bigger than 1h. The main components are ICHOMOKU KDJ Average High Average Low Rules for entry For long: we have the ichimoku crosses between tenkan and baselines, we have a rising kdj line and at the same time we have a increase in the average high For short: we have the ichimoku crosses between tenkan...
This is a DAILY High/LOW strategy combined with a moving average and volume for more accuracy. The rules are simple : For long if we had a cross of the high with the previous high and close of the candle is above moving average and chaikin money flow volume is positive we have a long entry. We exit when we cross down the moving average with the close of the...
This indicator consists of two lines. One is a gray line (USD) and the asset indicator is green or red. The basis of this indicator is the true strength indicator (TSI) with parameters 5,15. Both line sets are based on a TSI (5,15). The lookback period is for new highs / new lows. Default value is 200 periods. GREEN/RED LINE The first that is green and red is...