JUVENTUS FC, UNICREDIT, INTESA SANPAOLO, ENI, Apple, Advanced Micro Devices Inc
FTSE MIB, Euro Stoxx 50, Indice DAX, FTSE 100, S&P 500, Nasdaq Composite
Petrolio Brent, Petrolio greggio, Oro, Argento, Gas naturale, Bitcoin
Italia 10Y, Euro Bund, Germania 10Y, Francia 10Y, UK 10Y, US 10Y
How deep is the Rabbit hole? Interesting experiment that finds the RISING HIGHS and FALLING LOWS and place the difference between the highs and lows into separate arrays. == Calculations == In case current high is higher than previous high, we calculate the value by subtracting the current highest high with the previous High (lowest high) into array A, same...
This code is modified to draw the first 15 minutes(variable in setting by default 15m is set) of the high and lows through out the day. It will work on time frames less than than or equal to 1st input. Hope this code helps you all. IMPORTANT SETTING DETAILS: 1.Res = input(title="Starting X minutes lines to be Displayed",defval="15",...
Plots Historical key levels for volume profile idea. Plots the following: - Previous Day High - Previous Day Low - Previous Day Close - Previous Day IB High - Previous Day IB Low - Current Days IB High - Current Days IB Low IB is based on first hour of trading. Made specifically for ASX stocks, have not tested it on other exchanges or assets.
- Marks 3 candle Fractals + Swings on chart - added alert options: Alert instruction: - Create Alert - Change condition to "Fractalerts" - Select desired alert - Select 'once per bar' Note: Alerts will show up on the timeframe you set them up on
A script which marks a line pointing the highs and lows of the previous trading day.
//This script finds High and Low X bars back. Simple pine script, can customize lookback period.
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...
This will plot in the ticker opened: -All-time High and Low -1 Year High and Low -6 Months High and Low -3 Months High and Low -1 Month High and Low -1 Week High and Low -Previous day High and Low Colors, extending the line to the right, width, showing price tag are all parameters. High and Low calculations are updated daily Lines haves issues sometimes...
This script plots the previous n day and week highs and lows (previous two days and previous week by default). Here are some additional info about the script behavior: Plots highs and/or lows Plots for days and/or weeks Day highs and lows are shown only on intraday timeframes Week highs and lows are shown only on timeframes < weekly
This script shows the London and NY Sessions on your chart. Decided to publish it on demand for user yuan642 :D. Maybe other users may find it helpful. Looking back on charts it can help to spot certain moves or patterns around certain Session open when high volumes enter the markets.
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...
This simple script draws the previous higher timeframe candle high/low to your chart. You can also make the script paint the zone between the low/open and the high/close.
Hello Friends, This is my own version of ( Pivot Hilo Support n Resistance Levels R3-3 by JustUncleL ) - V4 Pinescript - Removed MA dependency filters - Add some arrows
Uses daily average ranges of 5 and 10 (most used) as buy (support) and highs (resistance) areas - half ranges used in calculations for a more accurate "forecast" of the H and L . Uses open but not close, so it does not repaint - experimental
Exits added using trailing stops. 2.6 Profit Factor and 76% Profitable on SPY , 5M - I think it's a pretty good number for an automated strategy that uses Pivots. I don't think it's possible to add volume and day open price in relation to pivot levels -- that's what I do manually .. Still trying to add EMA for exits.. it will increase profitability. You can...
The Coppock Curve is a zero-centered momentum oscillator that relies primarily on rate of change calculations. The Coppock Curve in its most basic form is already a great indicator, especially for spotting shifts in momentum. But, we wanted to see how we could modify it to get some better performance out of it. As the ‘cop’ function demonstrates, the Coppock...