Indicator identifies potential price trend exhaustion. Compares this period against the 4th prior period for the condition. 9 periods (or more) with the same condition is an indicator that the trend is ending soon.
The "Signal Viewer" script is a debugging tool that can be used for the signal of a Signal Indicator script like the "Two MA Signal Indicator" or the "Template Signal Indicator". This script will visualize the signal based on the convention that was defined in the settings. Also, alerts will be produced based on this convention. It's useful to be used before you...
Atlas Tunnel is a mean tunnel that occurs when more than one mean is modified with the Relative formula. It uses the average formula called RMA on the platform. (1 / length) with Alpha In total, 9 different periods blend the assigned average. Projects 8 of them on the chart. Uses 1 average as smoothing. While determining the periods, the coefficients were...
To complete our previous work on breakouts with pivot point-based levels, we introduce an indicator returning pivot point based trendlines with highlighted breakouts. Users can control the steepness of the trendlines as well as their slope calculation method. The indicator also includes integrated alerts for trendlines breakouts. Settings Length: Pivot...
RSI DIVERGENCE is a difference between a fast and a slow RSI. Default values are 5 for the fast one and 14 for the slow one. You can use this indicator in 2 different ways: normal RSI : check double or triple top/bottom on a chart meanwhile RSI is descending/ascending (check the example on chart) signal line : when RSI Divergence cross zero line from...
The following script returns a moving average designed to be used as a signal line in a moving average crossover system. The moving average will diverge from the price during ranging markets and reach the value of a regular moving average during trending markets. Settings Length: Moving average period Src: Source input of the indicator Usage Moving...
This is a simple scalping strategy that works for all time frames... I have only tested it on FOREX It works by checking if the price is currently in an uptrend and if it crosses the 20 EMA. If it crosses the 20 EMA and its in and uptrend it will post a BUY SIGNAL. If it crosses the 20 EMA and its in and down it will post a SELL SIGNAL. The red line is the...
This indicator highlights points where price significantly deviates from a central level. This deviation distance is determined by a user-set value or using a multiple of a period 200 Atr and is multiplied by successive values of the Fibonacci sequence. Settings Method: Distance method, options include "Manual" or "Atr" Size: Distance in points if the...
This indicator is mainly based on Overbought and Oversold . Indicator for short-term trading. This way you can get small but acceptable signals. The main basis of the indicator is as follows: To buy, the indicator is waiting for the instrument to be oversold from the RSI point of view. Then, if the chart crosses the bottom line of the Envelope indicator from...
-This script uses a triple EMA strategy to establish trend direction and reversal points -Inputs are smoothed with Heiken Ashi values to reduce whipsaws, while providing timely execution -Buy and sell indications are dictated by bar color -Bar color is dictated by the candle close value in relation to the EMAs, specifically the faster of the 3 (If candle closes...
The ADX and MACD confluence can be a powerful predictor in stock movements. This script will help you find those confluences in an easy to understand visual manner. It includes Buy and Sell signals for detected confluences, and will show colored candles to help you determine when to exit a trade. When the candles turn to white that means the detected confluence...
Stochastic Momentum Index (SMI) or Stoch MTM is used to find oversold and overbought zones. It also helps to figureout whether to enter short trade or long trade. Red Shade in the Top indicates that the stock is oversold and the Green shade in the bottom indicates overbought. Strategy: Enter Long once the Overbought Zone ended and there's a crossover...
It gives well combination of Moving average and Bollinger bands with signals
This indicator finds possible points of reversion, you can use it to stack positions and get a good average price for when the price changes direction, it is the trader responsibility to manage the position and make a profit. -Added alerts
Modified version of Squeeze Momentum Indicator visualizing on Price Chart author: LazyBear, modified by KıvançÖZBİLGİÇ
Built with love "Double EMA With Pullback Buy Sell Signal " This indiator will help you to find a Double EMA Pullback Signal You can combine with your own strategy, or use this purely DISCLAIMER : Measure the risk first before use it in real market Backtest The Strategy was very important, so you know the probability Fundamentally Logical : Pullback (Some...
Trend Trader The code is open source, what it uses to print signals is MACD cross and ADX. Bar colors change in relation to where price is according to the 50 day MA. The MA ribbon is used for visualizing trend and using it for dynamic support/resistance. The ribbon is comprised of the 50 day and 100 day MAs. Main reason to publish this script is because some...
This indicator by default comes with the MACD shown but can be switched to show the RSI instead. Settings for each indicator can also be customized as well as Buy/Sell signals given based on pull back crossovers that follow the 200 EMA of the price Chart. There's an above/below middle fill option you can use but I tend not to but I know some traders like to see...