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.
真實波幅均值(ATR)
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.
Basecamp AutoFibAutomatic Fibonacci Support and Resistance derived from the recent Average True Range.
This tool is used as a guideline for where mathematically evident support and resistances are estimated to be.
Unlike typical methods, this will adjust as candles print and the ATR expands or contracts assisting the user in ensuring realistic price targets relative to the current movement.
Profitable SuperTrendIntroduction
I was faced with the fact that many authors contradicted each other about the indicator settings. Each trader offers his(her) own settings, without having an evidence base. Therefore, I decided to make an algorithmic optimizer.
What is this tool?
This tool is a performance optimizer that uses a decision tree-based algorithm under the hood to find the most profitable settings for the SuperTrend indicator. It analyzes a bunch of different ATR Periods (between 3 to 45 ) and ATR Multipliers (between 1 to 8 with a decimal step of 0.1 ) and backtests each combination across the entire history of an instrument. If the more profitable parameters were found, the indicator will switch its values to the found ones immediately.
Instead of manually selecting parameters, just relax - the algorithm will do it for you.
Alerts
It has an alert that notifies when the more profitable settings were found.
NOTE: It does not change what has already been plotted before.
NOTE 2: The implementation of the SuperTrend indicator I used can be found here
SuperTrendThis is a redesign of the SuperTrend indicator. It removes stupid transitions between SuperTrend states and highlights initial points for both lines.
SuperTrend is a moving stop and reversal line based on the volatility (ATR).
SpiralSwinger V1.0After 2 months of work i finally managed to complete a usable version of godmode-based signal indicator for BTC trading only - SpiralSwinger is dedicated for longer term trades as it works better on Hourly Timeframes. No repainting observed after candle close. All numerical settings are customized after fine tuning by me and are locked by purpose since i believe there are so many of variables that giving access to them will most probably spoil the algo.
It includes:
1. 3 categories of signals based on their possibility to work out and RR outcome - Safe, regular and risky entries.
2. Shows regular divergences between the last 60 candles.
3. Shows overbought/oversold levels by the means of 4color-coding scheme wich is handy for quick evaluating of buyer's/seller's strength.
4. Shows longterm godmode trend sentiment as color "snowflake" chars above candles.
5. Shows ADX-ATR based stop loss line which acts as a first take profit point when price crosses it.
6. Shows ATR based second take profit line which.
7. Shows signals for additional profit taking when price is observed to behave anomalous.
8. Alerts included: Long, Short, Set SL in Profit, Possible Signal Prediction warning, Take Profit
There are quite many aspects of using this indicator and will explain them later. For a time being it's access is restricted to a limited number of people i will invite to test it on a practice. When bugs will be found and removed, additional features added and all documentation written how to properly use it will start adding people. Thanks for patience and support.
ATR ratioThis model is based on ATR ratio between the high and the low.
I add to Super trend that can act as filter or act by its own (setting is 1 and 1 but try to change it to find better outcome)
add take profit on 5%
Similar to price channel model and don ratio model I use the difference between the high and the low to create the signal
The aim of the super trend is to try to filter sideway signal . You can replace it with another method if you think its better in order to remove stupid signals when market go sideway
or add what ever you want
the ATR signal controlled by lookback (now on 50)
alerts is inside
RSI-ATR Divine StrategyLive, non-repainting strategy using ATR and RSI mixed together to take long and short positions. Includes:
Live entry direction with trade warnings and alerts
Live trade building buy and sell stops (for buy/sell stop limits)
Entry location icons as well as pyramid entries (to add to existing position)
3 separate targets based on the ATR setting and entry location
2 separate trailing stops, 1 for "absolute stop" and 1 for "take profit stop"
Alert conditions for every update and condition change of the strategy
4 pre-built color themes, including candlestick coloring
This strategy is best used with my RSI Shaded Indicator using the identical RSI settings.