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
With this oscillator you can see how higher and lows are developing against each other
Binque's Multi-Moving Average - One indicator with four simple moving average and four exponential moving averages, plus as a bonus a Day High moving average and a Day Low Moving Average. Simple Moving Average or MA(14), MA(50), MA(100) and MA(200) all in one indicator Exponential Moving Average or EMA(8), EMA(14), EMA(20) and EMA(33) all in one indicator Day...
Simple code which will find and highlight big price movements in a small period of time. This price movements will usually have an opposite reaction of the same size. Use this indicator under your own risk. Emiliano Mesa
This is a moving average of the Daily LOW Price over a short period of time (i.e. 3 day low moving average, etc...) Great for tracking trailing stops for a stock on an up swing.
When the diffference High and low is > 5% a spike is shown You can set an alarm to it You can dicide the interval yourself
HLC Plots Draws points (lines) to high low and close. In some trading situations, this method is more convenient than candles or bars. -------------------------------------- Рисует точки(линии) по high low и close. В некоторых ситуациях торговли такой способ бывает удобней, чем свечи или бары. На вкус и цвет все фломастеры разные =) ...
// The script is useful to inspect probability: // If previous day closed at lowest price for several days // how often next day would be red bar // As one can see gray lines indicate bars with lowest close. If next bar is green, increment diff_hi, overwise increment diff_lo // Probability is counted as diff_lo / (diff_hi+diff_lo) // One can copy script and...
Plots... Confirmed highs when 1. it's higher than the 4 prior (lower) highs AND 2. higher than the 2 following (lower) highs. Confirmed lows when 1. it's lower than the 4 prior (higher) lows AND 2. lower than the 2 following (higher) lows.
I wrote this up as a potential replacement for my BB based strategies, and so far it's looking pretty nice. Description / Usage: Adjust length and multiplier much the same way you would expect with Bollinger Bands. Multiplier of 1 gives you a base channel consisting of one high, and one low sourced SMA (or EMA) The outer channels are increments of the base...
This script plots the highs/lows from multiple timeframes onto the same chart to help you spot the prevailing long-term, medium-term and short-term trends . List of timeframes included: Year Month Week Day 4 Hour Hour You can select which timeframes to plot by editing the inputs on the Format Object dialog.