Select a zone to analyse the vectors. This screener show the ratio of the bullish and bearish candle vector and on volume. Slide the white bar to choose your sample size or you can enter the date. Click label to hide start calculation and end calculation. - Happy trading
Oftentimes, intraday trendlines that are started at specific times, e.g. 8:00am or market open 9:30am, are well respected throughout the trading day. This indicator draws up tp 3 intraday trendlines that are anchored at user defined times, respectively at the corresponding candle's high and low points. From there, the line*s xy2 are connected in a way that all...
This script shows several EMAs and MAs, fully editable The moving averages dont change when changing candlelength Unedited it gives: - 4 EMA (weekly, monthly, quarterly, anual) - 3 MA (7day, 14day, 28day) based on daily close In the script are two additional EMAs and MAs mutet, easy to activate with pine editor
// Fixed error message "Index should not be negative(-8)" // // @author lonestar108 // study(title = "3/9/27/9 Zero Lag EMA / EMA / Pivots / Dynamic Support", shorttitle="3/9/27/9 ZLEMA/EMA/Pivots/Support", overlay=true) src=close lengths=input(3, title="Short Period Length") length=input(9, title="Fast Period Length") length2=input(27, title="Slow Period...