ATR Ratio vs. BitcoinAverage True Range is used to determine if a ticker's trading range is widening or narrowing, which is helpful for finding the trend or to use as a stop loss. The idea of this indicator is to compare the ATR of altcoins versus bitcoin, since volatility is low.
Média de Amplitude de Variação (ATR)
Renko CandlesticksRenko charts are awesome . They reduce noise by only painting a brick on the chart when price moves by a specified amount up/down. When the price reverses, it must go twice the specified amount before a brick is painted. Time is not a factor, just price movement. Sometimes however, you want the pros of a renko chart, but on a regular candlestick chart. This indicator attempts to do just that.
A band is placed around price action showing the upper and lower bounds of what would be the current renko brick. The band only goes up/down when the price action itself moves up/down by the amount you specify. There are several ways of specifying the amount:
Fixed Price Amount: As the name says, you enter the brick size amount, i.e. the amount the price has to move before being in a new brick.
% of Price: This method will calculate the amount the price has to move as a percentage of the price itself. This way as price goes up/down, your brick size will adjust accordingly. Recommended values would be around 1% or less.
% of ATR: This option will make the brick size a percentage of the Average True Range. You can specify the ATR time frame to be different from your current time frame as well as the ATR length. For instance you could be on a 10 minute chart but specify the ATR to be daily with a length of 3 and a percentage amount of 15. This would make your brick size 15% of the Average True Range for the last 3 days. Recommended values are 10 to 20%.
Use this indicator on any time frame, even the 1 minute as the renko bands span the price action the same way on any time frame easily letting you know whether or not the price has moved appreciably, regardless of how much time has passed.
You can also set alerts easily, simply set the alert to crossing and choose “Renko Candlesticks” instead of “Value”. You will then see the options for the renko upper and lower bounds.
Tested on Bitcoin with the following values:
Fixed Price Amount: 30 ($30)
% of Price: 0.45 (if Bitcoin is $7000 then the brick size would be $31.50)
% of ATR: 15%, ATR Time Frame: 1D, ATR Length: 3 (3 days)
Normalized Average True Range (NATR) (Volatility) [cI8DH]As you can see in the chart below, regular ATR is not useful for long term analysis. Normalizing it, fixes the issue. This indicator can be used to measure absolute volatility. It has a built-in stochastic as well for relative volatility. ATR counts high and low in the equation unlike Bolinger Band Width.
Stochastic:
Realized VolatilityRealized Volatility, using the 21 period Average True Range formula with a log scaling of source input values.
Designed to match the CBOE's Volatility indexes across all timeframes and instruments.
TRBTrue Range Bands; the 'Supertrend', also known as a volatility stop, using a 14 period length and 3x multiplier.
TrapTradingBuy on dips and sell into rallies. Simple as that.
- Short line (green)
- Base line (white)
- Long line (red)
When the market price touches the white or the red(green) lines, buy(sell) orders are generated.
The exit points are 2 lines above(below) the entries.
Parameters
- Period: It affects the value of Base line and the spacing of each line.
- Multiple: Specify the spacing between each line.
Expansion Bar IndicatorThis indicator shows bars with large bodies (large expansion bars) as a red bar.
They are important in the cd leg of a harmonic pattern, because they signal that extra confirmation is needed and that a failure of the PRZ is more likely.
The definition of this large expansion bar is a bar that has a body that is at least twice as big as the ATR with period 55.
This rule and indicator were originally created by Alexander Nikitin for MT4.
ATR Stretched Market [zauoyds]This indicator verify the close in comparison with EMA21. If the number is higher than 2ATR, the X is ploted above the candle.
Avoid positions when the candle is marked.
The best entries always will be close to the averages.
You can change the values through the inputs, according with your trade system.
ATR Short [zauoyds]This script was made to calculate in real time the stop and take profit based on ATR to SHORT positions. By default, the number is 1,5 ATR to stop-loss and 3 ATR to take profit. You can change according to your trading system.
ATR Long [zauoyds]This script was made to calculate in real time the stop and take profit based on ATR to LONG positions. By default, the number is 1,5 ATR to stop-loss and 3 ATR to take profit. You can change according to your trading system.
FX Risk Position Calculator (USD)FX Risk Position Calculator (USD)
Automatic calculation
AUDCAD, AUDCHF, AUDJPY, AUDNZD, AUDUSD, CADJPY, CHFJPY, EURAUD, EURCAD, EURCHF, EURGBP, EURJPY, EURUSD, GBPAUD, GBPCAD, GBPCHF, GBPJPY, GBPNZD, GBPUSD, HKDJPY, MXNJPY, NOKJPY, NZDJPY, NZDUSD, PLNJPY, SEKJPY, SGDJPY, TRYJPY, USDCAD, USDCHF, USDJPY, USDTRY, USDZAR, ZARJPY, CHNJPY
FX Risk Position CalculatorFX Risk Position Calculator
ストップロスPipsに対して投資資金の何%までを許容し何枚数まででトレードをするかを計算し表示するインジケータです。
デフォルトで100万円の投資資金に対してストップロス30pips、リスク2%で、千通貨で取引するときの枚数が表示されます。
自動で計算できる通貨ペアは、
AUDCAD、AUDCHF、AUDJPY、AUDNZD、AUDUSD、CADJPY、CHFJPY、EURAUD、EURCAD、EURCHF、EURGBP、EURJPY、EURUSD、GBPAUD、GBPCAD、GBPCHF、GBPJPY、GBPNZD、GBPUSD、HKDJPY、MXNJPY、NOKJPY、NZDJPY、NZDUSD、PLNJPY、SEKJPY、SGDJPY、TRYJPY、USDCAD、USDCHF、USDJPY、USDTRY、USDZAR、ZARJPY、CHNJPY
が対応し、動作確認を行っています。表示までに若干時間がかかります。
それ以外の通貨ペアは、[決済通貨]で「yyy/xxx」のx部の通貨を選択することで算出できます。
[四捨五入桁位置]で算出後の枚数に対して四捨五入して指定された桁数にします。
《設定例》
(計算結果23.78枚に対して)
「0」を設定:23.00
「1」を設定:23.80
「-1」を設定:20.00
ATR Trailing Stops StrategyUpdate of Average True Range Trailing Stops Strategy by HPotter to include backtesting support
Opens longs when price crosses over trailing stop line, closes when price crosses below
Option to open/close shorts when longs are closed/opened
Option to specify a time range to test over. For example, set Max Days Back to 360 and Min Days Back to 180 to test from 1 year ago to 6 months ago. To test the entire range of data, set both to 0.
ATR Stop LossAdds an indicator that can be used to set stop losses.
This is the close price minus the ATR + 10%.
The 10% is there to let the market perform and avoid whipsaws.