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
This indicator plots the previous day's open, high, low and close levels on the chart Published by Luke (DisciplinedTrader.co.uk)
WARNING: Experimental and incomplete. Script is open to development and will be developed. This is just version 1.0 STRUCTURE This script is trained according to the open, close, high and low values of the bars. It is tried to predict the future values of opening, closing, high and low values. A few simple codes were used to correlate expectation...
My strategy uses a combination of three indicators MACD Stochastic RSI . The Idea is to buy when ( MACD > Signal and RSI > 50 and Stochastic > 50) occures at the same time the BUY STop we place on previous day HIGH We exit on Take profit or Stop loss which is calculated by ATR (10) or on the opposite signal "Volatility breakout" This strategy works well on...
Simple script which marks out key swing highs & lows. One of the only indicators I have on the chart most days - perfect for naked charting - quickly helps you to visually identify key areas of interest An extension of Bill Williams fractals - aka short term swing points Allows you to filter for only the most prominent swing points - you can even overlay...
//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....
A small script to track all-time high/low levels. You can create alerts when levels will be updated.
Description: High and Low Envelope channel with median line and 'sigma' offsets to try and encapsulate price flow and quickly locate likely areas of support and resistance on the fly.
A very simple script to plot the yesterday's OHLC, to be used in an intraday graph. There were other scripts like this, but their code was ugly, filthy, smelly, and WET, so I did this.
Quick dirty code for personal use. Plots previous OHLC levels based on a selected time-frame on the chart. Not bad if you want to see different time-frame levels. Fill function can serve to highlight the daily range (high-low or open-close) on non-standard charts Uses base code from JayRogers
Always buy wholesale, sell it all at retail. Similar to Squeeze Momentum Oscillator with simpler coding. Pair this with the 'Buy Low, Sell High Oscillator' indicator
WARNING: The toil of this script is not mine . In order to avoid disrespect for work, I deleted some extensions only pure pivots , that is, only the information this script needed. I liked the fact that high and low pivots were in one function. I found this command by chance on stackoverflow. I don't know the authors and the nicknames because they are the...
Hey guys, this script shows monthly, weekly and daily OHLC data represented as horizontal level. I tried to make it as user-friendly as possible. Therefore, you can add different colors and styles for each level, as well as turn them on and off. With the "Label Offset" -parameter you are in control where the label text should appear. You can shift it from left...
created by AutemOx twitter: @joyrider5 reddit: /u/joyrider5 This creates lines at yesterdays open, close, high, and low. It is pretty amazing use of the timenow and dayofweek variables if I say so myself 8)
Decided to repost to get clean chart up. This gives you lines showing the current years highs and lows along with the previous years high and lows. Requested by "N"
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) :...