Based on my latest script "Linear Channels" This is a trailing stop version of the linear channels. Thanks to capissimo for helping me fix several issues with the linear extrapolation part. In order to know how the indicator work i recommend reading the post on the Linear Channels indicator here Hope you like it and feel free to leave your suggestions :)
Example of various methods to show dashed or solid vertical lines on chart based on using either session or time. Credit for line method goes to midtownsk8rguy -> Credit for plot method goes to PineCoders -> www.pinecoders.com Special thanks to LucF, midtownsk8rguy, and PineCoders for permission to use their work. NOTICE: This is an example script and not...
Pinescript - Common Label & Line Array Functions Library by RagingRocketBull 2021 Version 1.0 This script provides a library of common array functions for arrays of label and line objects with live testing of all functions. Using this library you can easily create, update, delete, join label/line object arrays, and get/set properties of individual label/line...
Plot a linear regression channel through the last length closing prices, with the possibility to use another source as input. The line is fit by using linear combinations between the WMA and SMA thus providing both an interesting and efficient method. The results are the same as the one provided by the built-in linear regression, only the computation differ. ...
I made this indicator mostly for personal use but there may be few others who would like to have vertical lines occur every day in specific our on chart. I am no developer and all I did was copy @allanster's work and delete few lines and duplicate few others. Code will be open for anyone to edit since it was not my code to start with after all. Hopefully this one...
A script to plot few horizontal lines on some condition
This educational script contains different examples regarding lines , linefill , labels & boxes First part shows the use of array.new() without first retrieving line.new() which then are put in a linefill.new() At every start of the week a linefill.new() is added with the top line being previous Weekly high , and the bottom line being previous ...
Create lines based on the demand for long/short, extracted from price range.. this lines have nothing to do with volume and liquidity, its just a interpretation of price range.
Introduction Making lines is great in technical analysis since it can highlights principal movements and make the analysis of the price easier when using certain methodologies (Elliott Waves, patterns). However most of the indicators making lines (Zig-Zag, simple linear regression) are non causal (repaint), this is the challenge i tried to overcome, making an...
Action Trend Line is different of Moving Average between ema26 and ema260 My idea is, if ema26 drop to ema260 means downtrend if ema26 increase or moving out of ema260 means uptrend then writting a different line by 100 scale to be clear vision at the bottom have plot sign up and down for each candle, it is status information The chart show Action Trend Line, by...
Here's a simple script which i concocted using ideas from various authors with the goal of creating a slightly better Moving Average dashed line script imo...I think i managed to do just that and a bit more.. =) Features: - Contains one of each VWMA SMA EMA. You can set the input length. - Ability to set spacing between characters of the plotted moving average...
█ OVERVIEW Here's the classic MACD with some simples features in plus. █ CONCEPTS 4 features 1 — Classic MACD histogram, with 4 different colors such as above or below 0, and above or below the previous bar 2 — Display option to disable EMA 3 — A signal line that show the exact point, because the histogram view might be hard to be precise 4 — Looking for...
Adjust the time as per your purpose.Turn off second line option if you don't need it.
// Hello tradeurs, ChasinAlts here with a script you've DEFINITELY never seen before. Hope everyone is well. Ok, so heres the low-down...When a wick's // % size is above the threshold set by the user it is plotted with light blue (these aren't really the significant ones) and are put into an array. // These large wick lines are great S&R lines but we're...
This indicator lets you freely customize your price line. Choose between static or dynamic colors for falling/rising prices. In addition you can adjust the following: Line style Thickness Length Direction It is also possible to mix different designs by using a single indicator.
Simple script highlighting a vertical line on the last bar of the Day/ Week/ Month/ Hour/ H4/ minute etc. Helps maintain visibility of higher timeframes when on lower timeframes. Quickly identify end of period levels.
More Efficiency Based on the Auto-Line code, the Efficient Auto Line aim to provide a more controlled adaptivity of the indicator. The first indicator of this sort worked this way : when the absolute difference between the price and the indicator is higher than the previous indicator +/- A pips of amplitude, the indicator will display the closing price, else...
Open and close lines. I used a 4 minute timeframe, so the open price goes on 08:28-08:32 central time for the 8:30 open. You can change those times if you want, just copy/paste the script and edit.