Average True Range (ATR)
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.
RSI Swing Signal - ChartThis indicator is the chart version intended to accompany my custom RSI oscillator:
CLICK HERE TO SEE BASE INDICATOR
CLICK HERE TO SEE BASE INDICATOR
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.
Stoller Average Range Channels (STARC) BandsStoller Average Range Channels (STARC) Bands indicator script. This indicator was originally developed by Manning Stoller.
ka66: Volatility MomentumThis is a 'monitoring' indicator to see if an instrument is viable enough to be traded, by virtue of volatility (or lack of volatility in context may lead to a break out), or may become so. It shows the following information:
Price Range (high - low) averaged across a set of bars: Useful gauging potential trading profits. This was its initial goal, to not measure bars manually!
ATR : As a comparison point for the price range above. Divergence between true range (TR) and plain price range might signal volatility changes occurring in the instrument.
Signal volatility line : a moving average of the larger of the average price range and ATR. This takes inspiration from other indicators like MACD and Stochastic, and is a way of comparing change in recent volatility --- this achieves the momentum part. The larger was chosen to keep things simple, and not have a signal line per range!
avgRange = movingAvg(high - low, avgPeriod)
atr = movingAvg(trueRange, avgPeriod)
signal = movingAvg(max(avgRange, atr), avgPeriod)
Configurable periods and averaging mechanism.
ka66: Average Bar RangeAverages price ranges (high - low) across a set of bars in a given timeframe. Additionally, also plots the Average True Range (ATR) as a better comparison for volatility.
Configurable period and averaging mechanism.
Useful for gauging minimum profits and price movement over a period, a filter for historical volatility.
Furthermore, executing trades is better done with channels like ATR/Keltner channels, or Bollinger Bands.
SuperTrend_ChannelThis set up created to understand support and resistance as per ATR (Average True Range)
Existing setup of supertrend modified to Channel set up
It is created for study purpose , Buying or selling not suggested as per this
Thank you
Random Walk IndexRandom Walk Index indicator script. This indicator was originally developed by Michael Poulos.
As you can see, the result is very similar to the Vortex Indicator (was developed by Etienne Botes and Douglas Siepman).
Volatility RatioVolatility Ratio indicator script. This indicator was originally developed by Jack Schwager.
Pretty Good OscillatorPretty Good Oscillator indicator script. This indicator was originally developed by Mark Johnson.
Histogram ATR-SMA(ATR) by drinchiIndicator make histogram from difference of:
- classic ATR (default period - 14)
- Simple Moving Average (default period - 100) to this ATR.
Histogram colored (green when >0, red <0).
Volatility increase signal - histogram crosses the zero line.
For greater visibility, a colored variable moving average (variable SMA for histogram) was added
(green when increase, red when decrease).