CHOP_LRSI V2.0Incorporated the strategies which are part of the "Flow Tend Indicator Strategy V2" strategy into the CHOP_LRSI study.
Long and Short signals can be displayed below the study. Alerts are supported for every strategy.
Average True Range (ATR)
SpiralSwinger ETHThis is the same swinger script based on multi-exchange algo of Godmode oscillator i made for BTC trading only. It's custom tweaked to be used for trading ETH/USD pair and ETH perpetual swaps on Bitmex. It doesn't work correctly on ETH/BTC pairs. Same rules apply for entry: after signal you enter position with half of the risk to be sure you are in a trade, then wait for pullback to average entry with other half of the risk. SL should be set to longest wick before signal. Trade should be managed on the same TF you received signal - take profit points and stop loss trailing are taken from current TF. In case you receive same signal for a same price region on higher TF but you are already in a position then switch managing of the trade to higher TF. Example: you recieved a short on 4H, then after a couple of hours you get another short but this time on 8H - switch to 8H chart and manage take profits and SL according to 8H. Best TF for using it is 4H, 6H, 8H, 12H. More documentation and FAQ to be shared later.
Average True Range ShiftThis indicator builds on the idea of the Average True Range (ATR) as a way of measuring volatility. It uses two different ATRs to show a shift in market volatility.
It is mainly composed of two moving averages of ATR. One fast moving, which looks back at the previous 5 periods. One slow moving, which looks back at the previous 21 periods. Both ATRs have been normalized (show percentage instead of an absolute amount). The third component of this indicator is the histogram that is created by subtracting the slow moving average, from the fast moving average.
By having two ATRs of different lengths, traders can see how short term volatility compares to long term volatility, and how it is shifting over time. When the fast-moving crosses above the slow-moving, it will show a positive value on the histogram, meaning that short term volatility is increasing and higher than normal. When it crosses below, it will show a negative value on the histogram, meaning that short term volatility is decreasing, and lower than normal.
There are a variety of ways to utilize this indicator, and it will work in most markets. I find it is best to analyze macro market conditions on daily charts and above, rather than micro intraday moves.
ATR for Trailing StopAn ATR (Average True Range) can be used to position a trailing stop
In this script, the true range of today is calculated based on the low of yesterday in order to be more stable.
It only goes up, as a trailing stop should do.
It only goes down when the trailing stop is reached by the price.
ATR for Trailing StopThe calculation of this ATR is based on the low of yesterday in order to not change continuously during the day.
You can use this indicator to create a trailing stop taking into account volatility on the nATRPeriod previous days.
It also always go up as a trailing stop should. It only goes down the price reaches the trailing stop.
xSuperTrend_AGThis is only for education purpose.
Sell if the below line cross to above.
But if the above line cross to below.
Band Pass Normalized ATR [jwammo12]This script uses band passes to normalize Average True Range. A high band pass is used to remove signals greater than the wave_duration period. a low band pass is used to remove signals smaller than the lowerband input
ATR Z ScoreThis script normalizes ATR to a Z Score, or a number of standard deviations it is from its long term average, positive or negative.
HMA_ATR_TSIA combination of signals trigger this strategy.
HMA crossovers (short period & long period) -Hull moving average-
ATR (smoothed with HMA ) -Average true range-
TSI -True strength index-
The final close price is not known until right at the end of the bar.
This means that the indicator is constantly “repainting” during the bar.
You will see that indicators are constantly moving with each tick received
Use Open instead, the value is set and does not change even after refreshing the page.
An attempt to reduce repainting.
INDICATOR VERSION FOR USE WITH ALERTS
Megatrend Alerts — SharkCIAThis method of trend analysis uses breakouts from the Average True Range to determine if an instrument is bullish or bearish.
AverageTrueRange(Rate)This indicator expresses Average True Range(ATR) / close.
if barcolor is red, market volatility is high.
---------
ATRを終値で割った割合をバーにして表示しています。
上と下にターゲットを設定し、ATR終値割合がターゲットより上になれば赤色、下になれば青色で表示します。
Normalized Average True RangeThis is a Normalized ATR, which means it displays ATR as a percentage instead of absolute price. For example, a value of 1 indicates a true range of 1% in a given period.
This indicator creates a moving average of the volatility of a product going back X number of periods and is useful for deciding what to trade. For example, if used on a daily chart, one product displays a value of 4 you can reasonably expect it to have larger price swings and movement compared to another product that displays 1.
It does not predict direction, rather the size of moves.
ATRMSRATRMSR
MTF ATR Horizontal S/R deviations
MTF ATR trailing stops
MTF ATR High/low
Will be updated soon.
V.01
Improved Multi-Timeframe (MTF) 21 ATR - plots same as live dataThis multi-timeframe 21-period average true range uses an improved calculation to accurately calculate the indicator's value with every new bar on the time frame your chart is set to. Previously the indicator only recalculated with every new update on the timeframe used in its security function. This means that this improved script plots the real, current value of your indicator across your chosen timeframes on your chart's resolution and no longer only plots only the indicator's monthly/weekly/daily/4 hour/ect closing value on the your chart.
Input values are fixed to their default (close,21) configuration to make this indicator's improved calculation possible.
When using "Plot Higher Timeframe?" the script will set the indicator to only plot its value in closest larger timeframe. This option overrides the two following options. For example, when using the daily resolution , only the weekly value will plot, or when using the one hour (60m) resolution, only the 4 hour (240m) value will plot.
The "Omit Higher Timeframes?" option will set the indicator to only plot starting from the 1/2/3/4/5/6/7th closest larger timeframe. For example, when using the daily resolution and this option set to 0, all values from the weekly resolution and up will plot, but if set to 1, all values from the monthly resolution and up will plot instead.
The "Plot Yearly/Quarterly/Monthly/Weekly/Daily/4 Hour/1 Hour/15 Minute/5 Minute?" options allow enabling/disabling a specific timeframe. All are enabled by default. For example, if you do not want the yearly value of the indicator to ever plot, you can disable the "Plot Yearly?" option.